Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
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.
|
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.