Java org.apache.commons.rdf.api RDFTermFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.rdf.api RDFTermFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.rdf.api RDFTermFactory.

The text is from its open source code.

Implementation

org.apache.commons.rdf.api.RDFTermFactory has the following implementations.
Click this link to see all its implementation.

Method

BlankNodecreateBlankNode(String name)
Create a blank node based on the given name.
GraphcreateGraph()
Create a new graph.
IRIcreateIRI(String iri)
Create an IRI from a (possibly escaped) String.
LiteralcreateLiteral(String lexicalForm)
Create a simple literal.
LiteralcreateLiteral(String lexicalForm, IRI dataType)
Create a literal with the specified data type.
LiteralcreateLiteral(String lexicalForm, String languageTag)
Create a language-tagged literal.
TriplecreateTriple(BlankNodeOrIRI subject, IRI predicate, RDFTerm object)
Create a triple.