Package cz.cvut.kbss.jopa.vocabulary
Class RDFS
java.lang.Object
cz.cvut.kbss.jopa.vocabulary.RDFS
A subset of the RDFS vocabulary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis corresponds to the generic concept of a type or category of resource.static final StringTherdfs:commentproperty is used to provide a human-readable description of a resource.static final StringTherdfs:Containerclass represents a collection.static final StringTherdfs:ContainerMembershipPropertyclass has as instances the propertiesrdf:_1,rdf:_2, etc.static final StringAn instance ofrdf:Propertythat is used to indicate the class(es) that will have as members any resource that has the indicated property.static final StringTherdfs:labelproperty is used to provide a human-readable version of a resource's name.static final StringTherdfs:Literalclass represents the self-denoting nodes called the 'literals' in the RDF graph structure.static final StringTherdfs:memberproperty is an instance ofrdf:Propertythat is a super-property of all container membership properties.static final StringRDFS vocabulary namespace.static final StringTypical prefix used forNAMESPACE.static final StringAn instance ofrdf:Propertythat is used to indicate the class(es) that the values of a property will be members of.static final StringAll things described by RDF are called resources, and are members of the classrdfs:Resource.static final StringTherdfs:subClassOfproperty represents a specialization relationship between classes of resources.static final StringTherdfs:subPropertyOfproperty is an instance ofrdf:Propertythat is used to specify that one property is a specialization of another. -
Method Summary
-
Field Details
-
NAMESPACE
RDFS vocabulary namespace.- See Also:
-
PREFIX
Typical prefix used forNAMESPACE.- See Also:
-
LABEL
Therdfs:labelproperty is used to provide a human-readable version of a resource's name.- See Also:
-
COMMENT
Therdfs:commentproperty is used to provide a human-readable description of a resource.- See Also:
-
CLASS
This corresponds to the generic concept of a type or category of resource.- See Also:
-
DOMAIN
An instance ofrdf:Propertythat is used to indicate the class(es) that will have as members any resource that has the indicated property.- See Also:
-
RANGE
An instance ofrdf:Propertythat is used to indicate the class(es) that the values of a property will be members of.- See Also:
-
RESOURCE
All things described by RDF are called resources, and are members of the classrdfs:Resource.- See Also:
-
LITERAL
Therdfs:Literalclass represents the self-denoting nodes called the 'literals' in the RDF graph structure.Property values such as textual strings are examples of RDF literals.
- See Also:
-
SUB_CLASS_OF
Therdfs:subClassOfproperty represents a specialization relationship between classes of resources.- See Also:
-
SUB_PROPERTY_OF
Therdfs:subPropertyOfproperty is an instance ofrdf:Propertythat is used to specify that one property is a specialization of another.- See Also:
-
CONTAINER
Therdfs:Containerclass represents a collection.- See Also:
-
MEMBER
Therdfs:memberproperty is an instance ofrdf:Propertythat is a super-property of all container membership properties.- See Also:
-
CONTAINER_MEMBERSHIP_PROPERTY
Therdfs:ContainerMembershipPropertyclass has as instances the propertiesrdf:_1,rdf:_2, etc.- See Also:
-