Class Constants


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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.rdf4j.model.IRI OWL_AXIOM
      The IRI used in RDF to represent a Mapping object.
      static org.eclipse.rdf4j.model.IRI SSSOM_EXT_DEFINITIONS
      The IRI of the property that links a “Extension Definition” to the MappingSet it belongs to.
      static org.eclipse.rdf4j.model.IRI SSSOM_EXT_PROPERTY
      The IRI of the property that gives the property associated with an extension slot.
      static org.eclipse.rdf4j.model.IRI SSSOM_EXT_SLOTNAME
      The IRI of the property that gives the name of an extension slot.
      static org.eclipse.rdf4j.model.IRI SSSOM_EXT_TYPEHINT
      The IRI of the property that gives the optional type hint for an extension slot.
      static org.eclipse.rdf4j.model.IRI SSSOM_MAPPING_SET
      The IRI used in RDF to represent a MappingSet object.
      static org.eclipse.rdf4j.model.IRI SSSOM_MAPPINGS
      The IRI of the property that links a Mapping to the MappingSet it belongs to.
      static org.eclipse.rdf4j.model.IRI SSSOM_VERSION
      The IRI of the property that links a SSSOM Version value to a mapping set.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Field Detail

      • 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 Detail

      • Constants

        public Constants()