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.Property
annotationOf
Inverse ofhasAnnotation
.static com.hp.hpl.jena.rdf.model.Property
hasAnnotation
Relates aFactorValue
to one of its annotation which can be either a subject or an object of one if itsStatement
or its measurement.static com.hp.hpl.jena.rdf.model.Property
hasMeasurement
Relates aFactorValue
to its measurement.static com.hp.hpl.jena.rdf.model.Property
hasRepresentation
Relates aMeasurement
to its representation.static com.hp.hpl.jena.rdf.model.Property
hasUnit
Relates aMeasurement
to its unit, if any.static com.hp.hpl.jena.rdf.model.Property
hasValue
Relates aMeasurement
to its value.static com.hp.hpl.jena.rdf.model.Resource
Measurement
Represents a factor valueMeasurement
.static com.hp.hpl.jena.rdf.model.Property
measurementOf
Inverse ofhasMeasurement
.static String
NS
Namespace 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 aFactorValue
to one of its annotation which can be either a subject or an object of one if itsStatement
or 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 aFactorValue
to 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 aMeasurement
to its unit, if any.
-
hasRepresentation
public static com.hp.hpl.jena.rdf.model.Property hasRepresentation
Relates aMeasurement
to its representation.
-
hasValue
public static com.hp.hpl.jena.rdf.model.Property hasValue
Relates aMeasurement
to its value.
-
-