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.PropertyInverse ofhasAnnotation.static com.hp.hpl.jena.rdf.model.PropertyRelate aFactorValueto theExpressionExperimentthat owns it.static com.hp.hpl.jena.rdf.model.Resourcestatic com.hp.hpl.jena.rdf.model.PropertyRelates 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.PropertyRelates aFactorValueto its measurement.static com.hp.hpl.jena.rdf.model.PropertyRelates aMeasurementto its representation.static com.hp.hpl.jena.rdf.model.PropertyRelates aMeasurementto its unit, if any.static com.hp.hpl.jena.rdf.model.PropertyRelates aMeasurementto its value.static com.hp.hpl.jena.rdf.model.ResourceRepresents a factor valueMeasurement.static com.hp.hpl.jena.rdf.model.PropertyInverse ofhasMeasurement.static StringNamespace 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.
-
Dataset
public static com.hp.hpl.jena.rdf.model.Resource Dataset -
belongsTo
public static com.hp.hpl.jena.rdf.model.Property belongsToRelate aFactorValueto theExpressionExperimentthat owns it. -
hasAnnotation
public static com.hp.hpl.jena.rdf.model.Property hasAnnotationRelates 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 annotationOfInverse ofhasAnnotation. -
hasMeasurement
public static com.hp.hpl.jena.rdf.model.Property hasMeasurementRelates aFactorValueto 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 aMeasurementto its unit, if any. -
hasRepresentation
public static com.hp.hpl.jena.rdf.model.Property hasRepresentationRelates aMeasurementto its representation. -
hasValue
public static com.hp.hpl.jena.rdf.model.Property hasValueRelates aMeasurementto its value.
-
-
Constructor Details
-
TGFVO
public TGFVO()
-