Class RDF4J


  • public class RDF4J
    extends Object
    Defines constants for the RDF4J namespace. These constants include things like implementation-specific named graph identifiers or properties.
    Author:
    Jeen Broekstra
    • Field Detail

      • NAMESPACE

        public static final String NAMESPACE
        The RDF4J namespace ( http://rdf4j.org/schema/rdf4j#).
        See Also:
        Constant Field Values
      • NS

        public static final Namespace NS
        An immutable Namespace constant that represents the RDF4J namespace.
      • SHACL_SHAPE_GRAPH

        public static final IRI SHACL_SHAPE_GRAPH
        Context identifier for persisting SHACL shape data in the ShaclSail . http://rdf4j.org/schema/rdf4j#SHACLShapeGraph
      • TRUNCATED

        public static final IRI TRUNCATED
      • NIL

        public static final IRI NIL
        The SPARQL default context identifier ( http://rdf4j.org/schema/rdf4j#nil)
        Since:
        3.3.2
    • Constructor Detail

      • RDF4J

        public RDF4J()