Class RDF4J
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.RDF4J
Defines constants for the RDF4J namespace. These constants include things like implementation-specific named graph
identifiers or properties.
- Author:
- Jeen Broekstra
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The RDF4J namespace ( http://rdf4j.org/schema/rdf4j#).static final IRI
The SPARQL default context identifier ( http://rdf4j.org/schema/rdf4j#nil)static final Namespace
An immutableNamespace
constant that represents the RDF4J namespace.static final String
Recommended prefix for the RDF4J namespace: "rdf4j"static final IRI
Context identifier for persisting SHACL shape data in theShaclSail
.static final IRI
-
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The RDF4J namespace ( http://rdf4j.org/schema/rdf4j#).- See Also:
-
PREFIX
Recommended prefix for the RDF4J namespace: "rdf4j"- See Also:
-
NS
An immutableNamespace
constant that represents the RDF4J namespace. -
SHACL_SHAPE_GRAPH
Context identifier for persisting SHACL shape data in theShaclSail
. http://rdf4j.org/schema/rdf4j#SHACLShapeGraph -
TRUNCATED
-
NIL
The SPARQL default context identifier ( http://rdf4j.org/schema/rdf4j#nil)- Since:
- 3.3.2
-
-
Constructor Details
-
RDF4J
public RDF4J()
-