Class IRI
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
- All Implemented Interfaces:
java.io.Serializable
public class IRI extends Individual
- 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
-
Method Summary
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Field Details
-
Method Details
-
getIRI
public java.lang.String getIRI() -
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
-