Package org.trellisldp.vocabulary
Class RDF
- java.lang.Object
-
- org.trellisldp.vocabulary.RDF
-
public final class RDF extends Object
RDF Terms from the W3C RDF Syntax Vocabulary.- See Also:
- RDF Schema 1.1 and RDF 1.1 Concepts and Abstract Syntax
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
Alt
static IRI
Bag
static IRI
CompoundLiteral
static IRI
direction
static IRI
first
static IRI
HTML
static IRI
JSON
static IRI
langString
static IRI
language
static IRI
List
static IRI
nil
static IRI
object
static IRI
predicate
static IRI
Property
static IRI
rest
static IRI
Seq
static IRI
Statement
static IRI
subject
static IRI
type
static IRI
value
static IRI
XMLLiteral
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getNamespace()
get the namespace.
-
-
-
Field Detail
-
Property
public static final IRI Property
-
Statement
public static final IRI Statement
-
Bag
public static final IRI Bag
-
Seq
public static final IRI Seq
-
Alt
public static final IRI Alt
-
List
public static final IRI List
-
CompoundLiteral
public static final IRI CompoundLiteral
-
XMLLiteral
public static final IRI XMLLiteral
-
HTML
public static final IRI HTML
-
langString
public static final IRI langString
-
JSON
public static final IRI JSON
-
nil
public static final IRI nil
-
type
public static final IRI type
-
subject
public static final IRI subject
-
predicate
public static final IRI predicate
-
object
public static final IRI object
-
value
public static final IRI value
-
first
public static final IRI first
-
rest
public static final IRI rest
-
language
public static final IRI language
-
direction
public static final IRI direction
-
-
Method Detail
-
getNamespace
public static String getNamespace()
get the namespace.- Returns:
- namespace
-
-