Class RDFS
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.RDFS
Constants for the RDF Vocabulary Description Language 1.0: RDF Schema
(RDFS)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
http://www.w3.org/2000/01/rdf-schema#Classstatic final IRI
http://www.w3.org/2000/01/rdf-schema#commentstatic final IRI
http://www.w3.org/2000/01/rdf-schema#Containerstatic final IRI
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipPropertystatic final IRI
http://www.w3.org/2000/01/rdf-schema#Datatypestatic final IRI
http://www.w3.org/2000/01/rdf-schema#domainstatic final IRI
http://www.w3.org/2000/01/rdf-schema#isDefinedBystatic final IRI
http://www.w3.org/2000/01/rdf-schema#labelstatic final IRI
http://www.w3.org/2000/01/rdf-schema#Literalstatic final IRI
http://www.w3.org/2000/01/rdf-schema#memberstatic final String
The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#static final Namespace
An immutableNamespace
constant that represents the RDFS namespace.static final String
Recommended prefix for the RDF Schema namespace: "rdfs"static final IRI
http://www.w3.org/2000/01/rdf-schema#rangestatic final IRI
http://www.w3.org/2000/01/rdf-schema#Resourcestatic final IRI
http://www.w3.org/2000/01/rdf-schema#seeAlsostatic final IRI
http://www.w3.org/2000/01/rdf-schema#subClassOfstatic final IRI
http://www.w3.org/2000/01/rdf-schema#subPropertyOf -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#- See Also:
-
PREFIX
Recommended prefix for the RDF Schema namespace: "rdfs"- See Also:
-
NS
An immutableNamespace
constant that represents the RDFS namespace. -
RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource -
LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal -
CLASS
http://www.w3.org/2000/01/rdf-schema#Class -
SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf -
SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf -
DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain -
RANGE
http://www.w3.org/2000/01/rdf-schema#range -
COMMENT
http://www.w3.org/2000/01/rdf-schema#comment -
LABEL
http://www.w3.org/2000/01/rdf-schema#label -
DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype -
CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container -
MEMBER
http://www.w3.org/2000/01/rdf-schema#member -
ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy -
SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso -
CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
-
-
Constructor Details
-
RDFS
public RDFS()
-