Package ubic.gemma.core.ontology.jena
Class TGFVO
- java.lang.Object
-
- ubic.gemma.core.ontology.jena.TGFVO
-
public class TGFVO extends Object
Vocabulary for The Gemma Factor Value Ontology (TGFVO).- Author:
- poirigui
-
-
Field Summary
Fields Modifier and Type Field Description static com.hp.hpl.jena.rdf.model.PropertyannotationOfInverse ofhasAnnotation.static com.hp.hpl.jena.rdf.model.PropertyhasAnnotationRelates aFactorValueto one of its annotation which can be either a subject or an object of one if itsStatementor its measurement.static com.hp.hpl.jena.rdf.model.PropertyhasMeasurementRelates aFactorValueto its measurement.static com.hp.hpl.jena.rdf.model.PropertyhasRepresentationRelates aMeasurementto its representation.static com.hp.hpl.jena.rdf.model.PropertyhasUnitRelates aMeasurementto its unit, if any.static com.hp.hpl.jena.rdf.model.PropertyhasValueRelates aMeasurementto its value.static com.hp.hpl.jena.rdf.model.ResourceMeasurementRepresents a factor valueMeasurement.static com.hp.hpl.jena.rdf.model.PropertymeasurementOfInverse ofhasMeasurement.static StringNSNamespace used by TGFVO.
-
Constructor Summary
Constructors Constructor Description TGFVO()
-
-
-
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 aFactorValueto one of its annotation which can be either a subject or an object of one if itsStatementor its measurement.
-
annotationOf
public static com.hp.hpl.jena.rdf.model.Property annotationOf
Inverse ofhasAnnotation.
-
hasMeasurement
public static com.hp.hpl.jena.rdf.model.Property hasMeasurement
Relates aFactorValueto its measurement.
-
measurementOf
public static com.hp.hpl.jena.rdf.model.Property measurementOf
Inverse ofhasMeasurement.
-
Measurement
public static com.hp.hpl.jena.rdf.model.Resource Measurement
Represents a factor valueMeasurement.
-
hasUnit
public static com.hp.hpl.jena.rdf.model.Property hasUnit
Relates aMeasurementto its unit, if any.
-
hasRepresentation
public static com.hp.hpl.jena.rdf.model.Property hasRepresentation
Relates aMeasurementto its representation.
-
hasValue
public static com.hp.hpl.jena.rdf.model.Property hasValue
Relates aMeasurementto its value.
-
-