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

    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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    • RDF

      public RDF()