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 |
---|---|
Literal |
RDF.createLiteral(String lexicalForm)
Create a simple literal.
|
default Literal |
RDFTermFactory.createLiteral(String lexicalForm)
Deprecated.
|
Literal |
RDF.createLiteral(String lexicalForm,
IRI dataType)
Create a literal with the specified data type.
|
default Literal |
RDFTermFactory.createLiteral(String lexicalForm,
IRI dataType)
Deprecated.
|
Literal |
RDF.createLiteral(String lexicalForm,
String languageTag)
Create a language-tagged literal.
|
default Literal |
RDFTermFactory.createLiteral(String lexicalForm,
String languageTag)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JenaLiteral
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonLdLiteral |
Modifier and Type | Interface and Description |
---|---|
interface |
RDF4JLiteral
Marker interface for RDF4J implementations of Commons RDF
Literal . |
Modifier and Type | Method and Description |
---|---|
Literal |
RDF4J.createLiteral(String lexicalForm,
IRI dataType) |
Literal |
RDF4J.createLiteral(String lexicalForm,
String languageTag) |
Modifier and Type | Method and Description |
---|---|
Literal |
SimpleRDF.createLiteral(String literal) |
Literal |
SimpleRDFTermFactory.createLiteral(String literal)
Deprecated.
|
Literal |
SimpleRDF.createLiteral(String literal,
IRI dataType) |
Literal |
SimpleRDFTermFactory.createLiteral(String literal,
IRI dataType)
Deprecated.
|
Literal |
SimpleRDF.createLiteral(String literal,
String language) |
Literal |
SimpleRDFTermFactory.createLiteral(String literal,
String language)
Deprecated.
|
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.