public final class RDFS extends AbstractImmutableVocabulary<ImmutableTerm>
This vocabulary provides an informal representation of the terms as defined in the RDFS SChema specification. Check the specification for normative reference.
Namespace: http://www.w3.org/2000/01/rdf-schema#
Prefix: rdfs
| Modifier and Type | Field and Description |
|---|---|
static Term |
CLASS
STATEMENT
|
static Term |
COMMENT
PREDICATE
|
static Term |
CONTAINER
SEQ
|
static Term |
CONTAINER_MEMBERSHIP_PROPERTY
ALT
|
static Term |
DATATYPE
BAG
|
static Term |
DOMAIN
REST
|
static Term |
IS_DEFINED_BY
IS_DEFINED_BY
|
static Term |
LABEL
SUBJECT
|
static Term |
LITERAL
PROPERTY
|
static Term |
MEMBER
OBJECT
|
static String |
NAMESPACE
The namespace of the vocabulary (
http://www.w3.org/2000/01/rdf-schema#) |
static String |
NS_PREFIX
The preferred prefix of the vocabulary (
rdfs) |
static Term |
RANGE
VALUE
|
static Term |
RESOURCE
XML_LITERAL
|
static Term |
SEE_ALSO
SEE_ALSO
|
static Term |
SUB_CLASS_OF
TYPE
|
static Term |
SUB_PROPERTY_OF
FIRST
|
| Modifier and Type | Method and Description |
|---|---|
static RDFS |
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/2000/01/rdf-schema#)public static final String NS_PREFIX
rdfs)public static final Term SUB_CLASS_OF
http://www.w3.org/2000/01/rdf-schema#subClassOf.
The subject is a subclass of a class.
public static final Term SUB_PROPERTY_OF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf.
The subject is a subproperty of a property.
public static final Term DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain.
A domain of the subject property.
public static final Term RANGE
http://www.w3.org/2000/01/rdf-schema#range.
A range of the subject property.
public static final Term LABEL
http://www.w3.org/2000/01/rdf-schema#label.
A human-readable name for the subject.
public static final Term COMMENT
http://www.w3.org/2000/01/rdf-schema#comment.
A description of the subject resource.
public static final Term MEMBER
http://www.w3.org/2000/01/rdf-schema#member.
A member of the subject resource.
public static final Term SEE_ALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso.
Further information about the subject resource.
public static final Term IS_DEFINED_BY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy.
The definition of the subject resource.
public static final Term RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource.
The class resource, everything.
public static final Term LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal.
The class of literal values, e.g. textual strings and integers.
public static final Term CLASS
http://www.w3.org/2000/01/rdf-schema#Class.
The class of classes.
public static final Term DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype.
The class of RDF datatypes.
public static final Term CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container.
The class of RDF containers.
public static final Term CONTAINER_MEMBERSHIP_PROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty.
The class of container membership properties, rdf:_1,
rdf:_2, ..., all of which are sub-properties of
rdfs:member.
public static RDFS 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