Package org.apache.jena.vocabulary
Class RDF
- java.lang.Object
-
- org.apache.jena.vocabulary.RDF
-
public class RDF extends java.lang.Object
The standard RDF vocabulary.
-
-
Field Summary
Fields Modifier and Type Field Description static Resource
Alt
static Resource
Bag
static Resource
CompoundLiteral
static Property
direction
static RDFDatatype
dtLangString
static RDFDatatype
dtRDFHTML
static RDFDatatype
dtRDFJSON
static RDFDatatype
dtXMLLiteral
static Property
first
static Resource
HTML
static Resource
JSON
static Resource
langString
static Property
language
static Resource
List
static Resource
nil
static Property
object
static Property
predicate
static Resource
Property
static Property
rest
static Resource
Seq
static Resource
Statement
static Property
subject
static Property
type
static java.lang.String
uri
The namespace of the vocabulary as a stringstatic Property
value
static Resource
xmlLiteral
-
Constructor Summary
Constructors Constructor Description RDF()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getURI()
returns the URI for this schemastatic Property
li(int i)
-
-
-
Field Detail
-
uri
public static final java.lang.String uri
The namespace of the vocabulary as a string- See Also:
- Constant Field Values
-
Alt
public static final Resource Alt
-
Bag
public static final Resource Bag
-
Property
public static final Resource Property
-
Seq
public static final Resource Seq
-
Statement
public static final Resource Statement
-
List
public static final Resource List
-
nil
public static final Resource nil
-
first
public static final Property first
-
rest
public static final Property rest
-
subject
public static final Property subject
-
predicate
public static final Property predicate
-
object
public static final Property object
-
type
public static final Property type
-
value
public static final Property value
-
langString
public static final Resource langString
-
HTML
public static final Resource HTML
-
xmlLiteral
public static final Resource xmlLiteral
-
dtRDFHTML
public static final RDFDatatype dtRDFHTML
-
dtLangString
public static final RDFDatatype dtLangString
-
dtXMLLiteral
public static final RDFDatatype dtXMLLiteral
-
dtRDFJSON
public static final RDFDatatype dtRDFJSON
-
JSON
public static final Resource JSON
-
CompoundLiteral
public static final Resource CompoundLiteral
-
language
public static final Property language
-
direction
public static final Property direction
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
returns the URI for this schema- Returns:
- the URI for this schema
-
li
public static Property li(int i)
-
-