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
FieldsModifier and TypeFieldDescriptionstatic final StringThe RDF4J namespace ( http://rdf4j.org/schema/rdf4j#).static final IRIThe SPARQL default context identifier ( http://rdf4j.org/schema/rdf4j#nil)static final NamespaceAn immutableNamespaceconstant that represents the RDF4J namespace.static final StringRecommended prefix for the RDF4J namespace: "rdf4j"static final IRIContext identifier for persisting SHACL shape data in theShaclSail.static final IRI - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
NAMESPACE
The RDF4J namespace ( http://rdf4j.org/schema/rdf4j#).- See Also:
 
 - 
PREFIX
 - 
NS
 - 
SHACL_SHAPE_GRAPH
 - 
TRUNCATED
 - 
NIL
The SPARQL default context identifier ( http://rdf4j.org/schema/rdf4j#nil)- Since:
 - 3.3.2
 
 
 - 
 - 
Constructor Details
- 
RDF4J
public RDF4J() 
 -