Package | Description |
---|---|
org.apache.commons.rdf.rdf4j |
Commons RDF integration with RDF4J.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RDF4JBlankNode
Marker interface for RDF4J implementations of Commons RDF
BlankNode . |
interface |
RDF4JBlankNodeOrIRI
Marker interface for RDF4J implementations of Commons RDF
BlankNodeOrIRI (e.g. |
interface |
RDF4JIRI
Marker interface for RDF4J implementations of Commons RDF
IRI . |
interface |
RDF4JLiteral
Marker interface for RDF4J implementations of Commons RDF
Literal . |
Modifier and Type | Method and Description |
---|---|
RDF4JTerm |
RDF4J.asRDFTerm(org.eclipse.rdf4j.model.Value value)
Adapt a RDF4J
Value as a Commons RDF RDFTerm . |
static RDF4JTerm |
RDF4J.asRDFTerm(org.eclipse.rdf4j.model.Value value,
UUID salt)
Adapt a RDF4J
Value as a Commons RDF RDFTerm . |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.