org.weblab_project.core.ontologies
Class RDF

java.lang.Object
  extended by org.weblab_project.core.ontologies.RDF

public final class RDF
extends java.lang.Object

Just a useful class containing the String URIs of the RDF specification.

Author:
EADS WebLab Team
Date:
2008-09-18

Field Summary
static java.lang.String ALT
          The class of containers of alternatives.
static java.lang.String BAG
          The class of unordered containers.
static java.lang.String FIRST
          The first item in the subject RDF list.
static java.lang.String LIST
          The class of RDF Lists.
static java.lang.String NAMESPACE
          The namespace of all those classes and properties.
static java.lang.String OBJECT
          The object of the subject RDF statement.
static java.lang.String PREDICATE
          The predicate of the subject RDF statement.
static java.lang.String PROPERTY
          The class of RDF properties.
static java.lang.String REST
          The rest of the subject RDF list after the first item.
static java.lang.String SEQ
          The class of ordered containers.
static java.lang.String STATEMENT
          The class of RDF statements.
static java.lang.String SUBJECT
          The subject of the subject RDF statement.
static java.lang.String TYPE
          The subject is an instance of a class.
static java.lang.String VALUE
          Idiomatic property used for structured values (see the RDF Primer for an example of its usage).
static java.lang.String XML_LITERAL
          The class of XML literals values.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALT

public static final java.lang.String ALT
The class of containers of alternatives.

See Also:
Constant Field Values

BAG

public static final java.lang.String BAG
The class of unordered containers.

See Also:
Constant Field Values

FIRST

public static final java.lang.String FIRST
The first item in the subject RDF list.

See Also:
Constant Field Values

LIST

public static final java.lang.String LIST
The class of RDF Lists.

See Also:
Constant Field Values

NAMESPACE

public static final java.lang.String NAMESPACE
The namespace of all those classes and properties.

See Also:
Constant Field Values

OBJECT

public static final java.lang.String OBJECT
The object of the subject RDF statement.

See Also:
Constant Field Values

PREDICATE

public static final java.lang.String PREDICATE
The predicate of the subject RDF statement.

See Also:
Constant Field Values

PROPERTY

public static final java.lang.String PROPERTY
The class of RDF properties.

See Also:
Constant Field Values

REST

public static final java.lang.String REST
The rest of the subject RDF list after the first item.

See Also:
Constant Field Values

SEQ

public static final java.lang.String SEQ
The class of ordered containers.

See Also:
Constant Field Values

STATEMENT

public static final java.lang.String STATEMENT
The class of RDF statements.

See Also:
Constant Field Values

SUBJECT

public static final java.lang.String SUBJECT
The subject of the subject RDF statement.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
The subject is an instance of a class.

See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
Idiomatic property used for structured values (see the RDF Primer for an example of its usage).

See Also:
Constant Field Values

XML_LITERAL

public static final java.lang.String XML_LITERAL
The class of XML literals values.

See Also:
Constant Field Values


Copyright © 2004-2010. All Rights Reserved.