Class Constants

java.lang.Object
org.incenp.obofoundry.sssom.rdf.Constants

public class Constants extends Object
Constant values used throughout the RDF support package.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SSSOM_MAPPING_SET

      public static final org.eclipse.rdf4j.model.IRI SSSOM_MAPPING_SET
      The IRI used in RDF to represent a MappingSet object.
    • SSSOM_MAPPINGS

      public static final org.eclipse.rdf4j.model.IRI SSSOM_MAPPINGS
      The 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_VERSION
      The 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_DEFINITIONS
      The 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_SLOTNAME
      The 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_PROPERTY
      The 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_TYPEHINT
      The 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_AXIOM
      The IRI used in RDF to represent a Mapping object.
  • Constructor Details

    • Constants

      public Constants()