Class TGFVO


  • public class TGFVO
    extends Object
    Vocabulary for The Gemma Factor Value Ontology (TGFVO).
    Author:
    poirigui
    • Field Detail

      • NS

        public static String NS
        Namespace used by TGFVO.

        This namespace is reserved for classes and properties that are necessary to connect factor values and their annotations.

      • hasAnnotation

        public static com.hp.hpl.jena.rdf.model.Property hasAnnotation
        Relates a FactorValue to one of its annotation which can be either a subject or an object of one if its Statement or its measurement.
      • annotationOf

        public static com.hp.hpl.jena.rdf.model.Property annotationOf
        Inverse of hasAnnotation.
      • hasMeasurement

        public static com.hp.hpl.jena.rdf.model.Property hasMeasurement
        Relates a FactorValue to its measurement.
      • measurementOf

        public static com.hp.hpl.jena.rdf.model.Property measurementOf
        Inverse of hasMeasurement.
      • Measurement

        public static com.hp.hpl.jena.rdf.model.Resource Measurement
        Represents a factor value Measurement.
      • hasUnit

        public static com.hp.hpl.jena.rdf.model.Property hasUnit
        Relates a Measurement to its unit, if any.
      • hasRepresentation

        public static com.hp.hpl.jena.rdf.model.Property hasRepresentation
        Relates a Measurement to its representation.
      • hasValue

        public static com.hp.hpl.jena.rdf.model.Property hasValue
        Relates a Measurement to its value.
    • Constructor Detail

      • TGFVO

        public TGFVO()