public final class RDF extends AbstractImmutableVocabulary<ImmutableTerm>
This vocabulary provides an informal representation of the terms as defined in the RDF specification. Check the specification for normative reference.
Namespace: http://www.w3.org/1999/02/22-rdf-syntax-ns#
Prefix: rdf
| Modifier and Type | Field and Description |
|---|---|
static Term |
ALT
ALT
|
static Term |
BAG
BAG
|
static Term |
FIRST
FIRST
|
static Term |
LIST
LIST
|
static String |
NAMESPACE
The namespace of the vocabulary (
http://www.w3.org/1999/02/22-rdf-syntax-ns#) |
static Term |
NIL
NIL
|
static String |
NS_PREFIX
The preferred prefix of the vocabulary (
rdf) |
static Term |
OBJECT
OBJECT
|
static Term |
PREDICATE
PREDICATE
|
static Term |
PROPERTY
PROPERTY
|
static Term |
REST
REST
|
static Term |
SEQ
SEQ
|
static Term |
STATEMENT
STATEMENT
|
static Term |
SUBJECT
SUBJECT
|
static Term |
TYPE
TYPE
|
static Term |
VALUE
VALUE
|
static Term |
XML_LITERAL
XML_LITERAL
|
| Modifier and Type | Method and Description |
|---|---|
static RDF |
getInstance()
Retrieve the LDP vocabulary instance.
|
static Term |
valueOf(QName term)
Find the term that matches the specified URI.
|
static Term |
valueOf(String term)
Find the term that matches the specified name.
|
static Term |
valueOf(URI term)
Find the term that matches the specified URI.
|
static Term[] |
values()
Get the terms of the vocabulary
|
fromName, fromOrdinal, fromValue, getId, getNamespace, getPreferredPrefix, iterator, size, termspublic static final String NAMESPACE
http://www.w3.org/1999/02/22-rdf-syntax-ns#)public static final String NS_PREFIX
rdf)public static final Term TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type.
The subject is an instance of a class.
public static final Term FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#first.
The first item in the subject RDF list.
public static final Term REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest.
The rest of the subject RDF list after the first item.
public static final Term VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value.
The definition of the subject resource.
public static final Term SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject.
The subject of the subject RDF statement.
public static final Term PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate.
The predicate of the subject RDF statement.
public static final Term OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#object.
The object of the subject RDF statement.
public static final Term XML_LITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral.
The class of XML literal values.
public static final Term PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property.
The class of RDF properties.
public static final Term STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement.
The class of RDF statements.
public static final Term BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag.
The class of unordered containers.
public static final Term SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq.
The class of ordered containers.
public static final Term ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt.
The class of containers of alternatives.
public static final Term LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#List.
The class of RDF Lists.
public static RDF getInstance()
public static Term[] values()
public static Term valueOf(String term)
term - A String-based representation of the term's name.Term that matches the specified name.public static Term valueOf(QName term)
term - A QName-based representation of the term's URI.Term that matches the specified URI.QName
Copyright (C) 2014-2016, Center for Open Middleware