Package org.incenp.obofoundry.sssom.rdf
Class Constants
java.lang.Object
org.incenp.obofoundry.sssom.rdf.Constants
Constant values used throughout the RDF support package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.rdf4j.model.IRI
The IRI used in RDF to represent a Mapping object.static final org.eclipse.rdf4j.model.IRI
The IRI of the property that links a “Extension Definition” to the MappingSet it belongs to.static final org.eclipse.rdf4j.model.IRI
The IRI of the property that gives the property associated with an extension slot.static final org.eclipse.rdf4j.model.IRI
The IRI of the property that gives the name of an extension slot.static final org.eclipse.rdf4j.model.IRI
The IRI of the property that gives the optional type hint for an extension slot.static final org.eclipse.rdf4j.model.IRI
The IRI used in RDF to represent a MappingSet object.static final org.eclipse.rdf4j.model.IRI
The IRI of the property that links a Mapping to the MappingSet it belongs to.static final org.eclipse.rdf4j.model.IRI
The IRI of the property that links a SSSOM Version value to a mapping set. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SSSOM_MAPPING_SET
public static final org.eclipse.rdf4j.model.IRI SSSOM_MAPPING_SETThe IRI used in RDF to represent a MappingSet object. -
SSSOM_MAPPINGS
public static final org.eclipse.rdf4j.model.IRI SSSOM_MAPPINGSThe IRI of the property that links a Mapping to the MappingSet it belongs to. -
SSSOM_VERSION
public static final org.eclipse.rdf4j.model.IRI SSSOM_VERSIONThe IRI of the property that links a SSSOM Version value to a mapping set. -
SSSOM_EXT_DEFINITIONS
public static final org.eclipse.rdf4j.model.IRI SSSOM_EXT_DEFINITIONSThe IRI of the property that links a “Extension Definition” to the MappingSet it belongs to. -
SSSOM_EXT_SLOTNAME
public static final org.eclipse.rdf4j.model.IRI SSSOM_EXT_SLOTNAMEThe IRI of the property that gives the name of an extension slot. -
SSSOM_EXT_PROPERTY
public static final org.eclipse.rdf4j.model.IRI SSSOM_EXT_PROPERTYThe IRI of the property that gives the property associated with an extension slot. -
SSSOM_EXT_TYPEHINT
public static final org.eclipse.rdf4j.model.IRI SSSOM_EXT_TYPEHINTThe IRI of the property that gives the optional type hint for an extension slot. -
OWL_AXIOM
public static final org.eclipse.rdf4j.model.IRI OWL_AXIOMThe IRI used in RDF to represent a Mapping object.
-
-
Constructor Details
-
Constants
public Constants()
-