Class RDFS

java.lang.Object
cz.cvut.kbss.jopa.vocabulary.RDFS

public final class RDFS extends Object
A subset of the RDFS vocabulary.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This corresponds to the generic concept of a type or category of resource.
    static final String
    The rdfs:comment property is used to provide a human-readable description of a resource.
    static final String
    The rdfs:Container class represents a collection.
    static final String
    The rdfs:ContainerMembershipProperty class has as instances the properties rdf:_1, rdf:_2, etc.
    static final String
    An instance of rdf:Property that is used to indicate the class(es) that will have as members any resource that has the indicated property.
    static final String
    The rdfs:label property is used to provide a human-readable version of a resource's name.
    static final String
    The rdfs:Literal class represents the self-denoting nodes called the 'literals' in the RDF graph structure.
    static final String
    The rdfs:member property is an instance of rdf:Property that is a super-property of all container membership properties.
    static final String
    RDFS vocabulary namespace.
    static final String
    Typical prefix used for NAMESPACE.
    static final String
    An instance of rdf: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 class rdfs:Resource.
    static final String
    The rdfs:subClassOf property represents a specialization relationship between classes of resources.
    static final String
    The rdfs:subPropertyOf property is an instance of rdf:Property that is used to specify that one property is a specialization of another.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      RDFS vocabulary namespace.
      See Also:
    • PREFIX

      public static final String PREFIX
      Typical prefix used for NAMESPACE.
      See Also:
    • LABEL

      public static final String LABEL
      The rdfs:label property is used to provide a human-readable version of a resource's name.
      See Also:
    • COMMENT

      public static final String COMMENT
      The rdfs:comment property is used to provide a human-readable description of a resource.
      See Also:
    • CLASS

      public static final String CLASS
      This corresponds to the generic concept of a type or category of resource.
      See Also:
    • DOMAIN

      public static final String DOMAIN
      An instance of rdf:Property that is used to indicate the class(es) that will have as members any resource that has the indicated property.
      See Also:
    • RANGE

      public static final String RANGE
      An instance of rdf:Property that is used to indicate the class(es) that the values of a property will be members of.
      See Also:
    • RESOURCE

      public static final String RESOURCE
      All things described by RDF are called resources, and are members of the class rdfs:Resource.
      See Also:
    • LITERAL

      public static final String LITERAL
      The rdfs: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

      public static final String SUB_CLASS_OF
      The rdfs:subClassOf property represents a specialization relationship between classes of resources.
      See Also:
    • SUB_PROPERTY_OF

      public static final String SUB_PROPERTY_OF
      The rdfs:subPropertyOf property is an instance of rdf:Property that is used to specify that one property is a specialization of another.
      See Also:
    • CONTAINER

      public static final String CONTAINER
      The rdfs:Container class represents a collection.
      See Also:
    • MEMBER

      public static final String MEMBER
      The rdfs:member property is an instance of rdf:Property that is a super-property of all container membership properties.
      See Also:
    • CONTAINER_MEMBERSHIP_PROPERTY

      public static final String CONTAINER_MEMBERSHIP_PROPERTY
      The rdfs:ContainerMembershipProperty class has as instances the properties rdf:_1, rdf:_2, etc.
      See Also: