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 String
This corresponds to the generic concept of a type or category of resource.static final String
Therdfs:comment
property is used to provide a human-readable description of a resource.static final String
Therdfs:Container
class represents a collection.static final String
Therdfs:ContainerMembershipProperty
class has as instances the propertiesrdf:_1
,rdf:_2
, etc.static final String
An instance ofrdf:Property
that is used to indicate the class(es) that will have as members any resource that has the indicated property.static final String
Therdfs:label
property is used to provide a human-readable version of a resource's name.static final String
Therdfs:Literal
class represents the self-denoting nodes called the 'literals' in the RDF graph structure.static final String
Therdfs:member
property is an instance ofrdf:Property
that is a super-property of all container membership properties.static final String
RDFS vocabulary namespace.static final String
Typical prefix used forNAMESPACE
.static final String
An instance ofrdf:Property
that is used to indicate the class(es) that the values of a property will be members of.static final String
All things described by RDF are called resources, and are members of the classrdfs:Resource
.static final String
Therdfs:subClassOf
property represents a specialization relationship between classes of resources.static final String
Therdfs:subPropertyOf
property is an instance ofrdf:Property
that 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:label
property is used to provide a human-readable version of a resource's name.- See Also:
-
COMMENT
Therdfs:comment
property 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:Property
that 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:Property
that 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:Literal
class 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:subClassOf
property represents a specialization relationship between classes of resources.- See Also:
-
SUB_PROPERTY_OF
Therdfs:subPropertyOf
property is an instance ofrdf:Property
that is used to specify that one property is a specialization of another.- See Also:
-
CONTAINER
Therdfs:Container
class represents a collection.- See Also:
-
MEMBER
Therdfs:member
property is an instance ofrdf:Property
that is a super-property of all container membership properties.- See Also:
-
CONTAINER_MEMBERSHIP_PROPERTY
Therdfs:ContainerMembershipProperty
class has as instances the propertiesrdf:_1
,rdf:_2
, etc.- See Also:
-