Interface BlankNodeOrIRI

All Superinterfaces:
RDFTerm
All Known Subinterfaces:
BlankNode, IRI, JsonLdBlankNode, JsonLdIRI, RDF4JBlankNode, RDF4JBlankNodeOrIRI, RDF4JIRI
All Known Implementing Classes:
BlankNodeImpl, BlankNodeImpl, IRIImpl, IRIImpl, JsonLdBlankNodeImpl, JsonLdIRIImpl, Types, W3CRDFSyntax.FormatIRI

public interface BlankNodeOrIRI extends RDFTerm
This interface represents the RDFTerms that may be used in the subject position of an RDF-1.1 Triple as well as the graph name position of a Quad.

Instances of BlankNodeOrIRI SHOULD be a BlankNode or an IRI.