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

public class RDFS extends Object
See Also:
  • Field Summary

    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

    Constructors
    Constructor
    Description
     
  • 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
      The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#
      See Also:
    • PREFIX

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    • RDFS

      public RDFS()