Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JBlankNodeOrIRI
-
Packages that use RDF4JBlankNodeOrIRI Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl -
-
Uses of RDF4JBlankNodeOrIRI in org.apache.commons.rdf.rdf4j
Subinterfaces of RDF4JBlankNodeOrIRI in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interface
RDF4JBlankNode
Marker interface for RDF4J implementations of Commons RDFBlankNode
.interface
RDF4JIRI
Marker interface for RDF4J implementations of Commons RDFIRI
.Methods in org.apache.commons.rdf.rdf4j that return RDF4JBlankNodeOrIRI Modifier and Type Method Description RDF4JBlankNodeOrIRI
RDF4J. asRDFTerm(org.eclipse.rdf4j.model.Resource value)
Adapt a RDF4JResource
as a Commons RDFBlankNodeOrIRI
Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type RDF4JBlankNodeOrIRI Modifier and Type Method Description java.util.Set<RDF4JBlankNodeOrIRI>
RDF4JGraph. getContextMask()
Return a copy of the context mask as aSet
ofRDF4JBlankNodeOrIRI
graph names. -
Uses of RDF4JBlankNodeOrIRI in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JBlankNodeOrIRI Modifier and Type Class Description (package private) class
BlankNodeImpl
(package private) class
IRIImpl
Methods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type RDF4JBlankNodeOrIRI Modifier and Type Method Description java.util.Set<RDF4JBlankNodeOrIRI>
ModelGraphImpl. getContextMask()
java.util.Set<RDF4JBlankNodeOrIRI>
RepositoryGraphImpl. getContextMask()
-