Package tech.oxfordsemantic.jrdfox.logic
Class IRI
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
tech.oxfordsemantic.jrdfox.logic.Term
tech.oxfordsemantic.jrdfox.logic.Resource
tech.oxfordsemantic.jrdfox.logic.IRI
- All Implemented Interfaces:
java.io.Serializable
public class IRI extends Resource implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static IRI
BOTTOM_DATA_PROPERTY
static IRI
BOTTOM_OBJECT_PROPERTY
static IRI
DIFFERENT_FROM
static IRI
NOTHING
static IRI
RDF_FIRST
static IRI
RDF_NIL
static IRI
RDF_REST
static IRI
RDF_TYPE
static IRI
RDFS_LITERAL
static IRI
SAME_AS
static IRI
THING
static IRI
TOP_DATA_PROPERTY
static IRI
TOP_OBJECT_PROPERTY
Fields inherited from class tech.oxfordsemantic.jrdfox.logic.Resource
NO_RESOURCE_TUPLES, NO_RESOURCES
Fields inherited from class tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
NO_BUILTIN_EXPRESSIONS
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static IRI
create(java.lang.String iri)
java.lang.String
getIRI()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
toString, toString, toString
-
Field Details
-
Method Details
-
getIRI
public java.lang.String getIRI() -
accept
- Specified by:
accept
in classBuiltinExpression
-
toString
public void toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)- Specified by:
toString
in classBuiltinExpression
-
create
-