Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
org.apache.commons.rdf.jena | |
org.apache.commons.rdf.jsonldjava |
Integration with jsonld-java
|
org.apache.commons.rdf.rdf4j |
Commons RDF integration with RDF4J.
|
org.apache.commons.rdf.simple |
A simple in-memory implementation of the Commons RDF API.
|
Modifier and Type | Method and Description |
---|---|
BlankNode |
RDF.createBlankNode()
Create a new blank node.
|
default BlankNode |
RDFTermFactory.createBlankNode()
Deprecated.
|
BlankNode |
RDF.createBlankNode(String name)
Create a blank node based on the given name.
|
default BlankNode |
RDFTermFactory.createBlankNode(String name)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JenaBlankNode
A Jena-backed
BlankNode . |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonLdBlankNode |
Modifier and Type | Interface and Description |
---|---|
interface |
RDF4JBlankNode
Marker interface for RDF4J implementations of Commons RDF
BlankNode . |
Modifier and Type | Method and Description |
---|---|
BlankNode |
SimpleRDF.createBlankNode() |
BlankNode |
SimpleRDFTermFactory.createBlankNode()
Deprecated.
|
BlankNode |
SimpleRDF.createBlankNode(String name) |
BlankNode |
SimpleRDFTermFactory.createBlankNode(String name)
Deprecated.
|
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.