Class RDFS

java.lang.Object
org.eclipse.rdf4j.model.vocabulary.RDFS

  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#Class
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#comment
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#Container
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#Datatype
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#domain
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#isDefinedBy
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#label
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#Literal
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#member
    static final String
    The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#
    static final Namespace
    An immutable Namespace 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#range
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#Resource
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#seeAlso
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#subClassOf
    static final IRI
    http://www.w3.org/2000/01/rdf-schema#subPropertyOf
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Methods inherited from class java.lang.Object Link icon

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

    • NAMESPACE Link icon

      public static final String NAMESPACE
      The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#
      See Also:
    • PREFIX Link icon

      public static final String PREFIX
      Recommended prefix for the RDF Schema namespace: "rdfs"
      See Also:
    • NS Link icon

      public static final Namespace NS
      An immutable Namespace constant that represents the RDFS namespace.
    • RESOURCE Link icon

      public static final IRI RESOURCE
      http://www.w3.org/2000/01/rdf-schema#Resource
    • LITERAL Link icon

      public static final IRI LITERAL
      http://www.w3.org/2000/01/rdf-schema#Literal
    • CLASS Link icon

      public static final IRI CLASS
      http://www.w3.org/2000/01/rdf-schema#Class
    • SUBCLASSOF Link icon

      public static final IRI SUBCLASSOF
      http://www.w3.org/2000/01/rdf-schema#subClassOf
    • SUBPROPERTYOF Link icon

      public static final IRI SUBPROPERTYOF
      http://www.w3.org/2000/01/rdf-schema#subPropertyOf
    • DOMAIN Link icon

      public static final IRI DOMAIN
      http://www.w3.org/2000/01/rdf-schema#domain
    • RANGE Link icon

      public static final IRI RANGE
      http://www.w3.org/2000/01/rdf-schema#range
    • COMMENT Link icon

      public static final IRI COMMENT
      http://www.w3.org/2000/01/rdf-schema#comment
    • LABEL Link icon

      public static final IRI LABEL
      http://www.w3.org/2000/01/rdf-schema#label
    • DATATYPE Link icon

      public static final IRI DATATYPE
      http://www.w3.org/2000/01/rdf-schema#Datatype
    • CONTAINER Link icon

      public static final IRI CONTAINER
      http://www.w3.org/2000/01/rdf-schema#Container
    • MEMBER Link icon

      public static final IRI MEMBER
      http://www.w3.org/2000/01/rdf-schema#member
    • ISDEFINEDBY Link icon

      public static final IRI ISDEFINEDBY
      http://www.w3.org/2000/01/rdf-schema#isDefinedBy
    • SEEALSO Link icon

      public static final IRI SEEALSO
      http://www.w3.org/2000/01/rdf-schema#seeAlso
    • CONTAINERMEMBERSHIPPROPERTY Link icon

      public static final IRI CONTAINERMEMBERSHIPPROPERTY
      http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
  • Constructor Details Link icon

    • RDFS Link icon

      public RDFS()