Package ubic.gemma.core.ontology.jena
Class TGFVO
java.lang.Object
ubic.gemma.core.ontology.jena.TGFVO
Vocabulary for The Gemma Factor Value Ontology (TGFVO).
- Author:
- poirigui
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.hp.hpl.jena.rdf.model.Property
Inverse ofhasAnnotation
.static com.hp.hpl.jena.rdf.model.Property
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
Relates aFactorValue
to its measurement.static com.hp.hpl.jena.rdf.model.Property
Relates aMeasurement
to its representation.static com.hp.hpl.jena.rdf.model.Property
Relates aMeasurement
to its unit, if any.static com.hp.hpl.jena.rdf.model.Property
Relates aMeasurement
to its value.static com.hp.hpl.jena.rdf.model.Resource
Represents a factor valueMeasurement
.static com.hp.hpl.jena.rdf.model.Property
Inverse ofhasMeasurement
.static String
Namespace used by TGFVO. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 hasAnnotationRelates 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 annotationOfInverse ofhasAnnotation
. -
hasMeasurement
public static com.hp.hpl.jena.rdf.model.Property hasMeasurementRelates aFactorValue
to its measurement. -
measurementOf
public static com.hp.hpl.jena.rdf.model.Property measurementOfInverse ofhasMeasurement
. -
Measurement
public static com.hp.hpl.jena.rdf.model.Resource MeasurementRepresents a factor valueMeasurement
. -
hasUnit
public static com.hp.hpl.jena.rdf.model.Property hasUnitRelates aMeasurement
to its unit, if any. -
hasRepresentation
public static com.hp.hpl.jena.rdf.model.Property hasRepresentationRelates aMeasurement
to its representation. -
hasValue
public static com.hp.hpl.jena.rdf.model.Property hasValueRelates aMeasurement
to its value.
-
-
Constructor Details
-
TGFVO
public TGFVO()
-