Class RDF

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

public class RDF extends Object
Constants for RDF primitives and for the RDF namespace.
See Also:
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#first
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#li
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#List
    static final String
    http://www.w3.org/1999/02/22-rdf-syntax-ns#
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
    static final Namespace
    An immutable Namespace constant that represents the RDF namespace.
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#object
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
    static final String
    Recommended prefix for the RDF namespace: "rdf"
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#value
    static final IRI
    http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    RDF()
     
  • 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
      http://www.w3.org/1999/02/22-rdf-syntax-ns#
      See Also:
    • PREFIX Link icon

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

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

      public static final IRI TYPE
      http://www.w3.org/1999/02/22-rdf-syntax-ns#type
    • PROPERTY Link icon

      public static final IRI PROPERTY
      http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
    • XMLLITERAL Link icon

      public static final IRI XMLLITERAL
      http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
    • SUBJECT Link icon

      public static final IRI SUBJECT
      http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
    • PREDICATE Link icon

      public static final IRI PREDICATE
      http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
    • OBJECT Link icon

      public static final IRI OBJECT
      http://www.w3.org/1999/02/22-rdf-syntax-ns#object
    • STATEMENT Link icon

      public static final IRI STATEMENT
      http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
    • BAG Link icon

      public static final IRI BAG
      http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
    • ALT Link icon

      public static final IRI ALT
      http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
    • SEQ Link icon

      public static final IRI SEQ
      http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
    • VALUE Link icon

      public static final IRI VALUE
      http://www.w3.org/1999/02/22-rdf-syntax-ns#value
    • LI Link icon

      public static final IRI LI
      http://www.w3.org/1999/02/22-rdf-syntax-ns#li
    • LIST Link icon

      public static final IRI LIST
      http://www.w3.org/1999/02/22-rdf-syntax-ns#List
    • FIRST Link icon

      public static final IRI FIRST
      http://www.w3.org/1999/02/22-rdf-syntax-ns#first
    • REST Link icon

      public static final IRI REST
      http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
    • NIL Link icon

      public static final IRI NIL
      http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
    • LANGSTRING Link icon

      public static final IRI LANGSTRING
      http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
    • HTML Link icon

      public static final IRI HTML
      http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML
  • Constructor Details Link icon

    • RDF Link icon

      public RDF()