I would like to be able to give a measurement, a type of substance and a unit, including the option for ranges although I'm not sure if this will be possible in sepCV.
Example:
Substance Measurement (add to sepCV?)
--> substanceType --> SDS (add to sepCV?)
--> has_low_value --> 8 (add to sepCV?)
--> has_high_value --> 16 (add to sepCV?)
--> unit --> millimolar (in unit CV)
FuGE encoding:
<fuge:OntologyIndividual term="Substance range" termAccession="Not in CV yet"
identifier="ex001:OntologyIndividual13">
<fuge:DataProperty term="has_low_value" termAccession="Not in CV yet" identifier="ex001:DataProperty1" value="8"/>
<fuge:DataProperty term="has_high_value" termAccession="Not in CV yet" identifier="ex001:DataProperty1" value="16"/>
<fuge:ObjectProperty term="substance_type" termAccession="" identifier="">
<fuge:OntologyIndividual term="" termAccession="" identifier=""/>
</fuge:ObjectProperty>
</fuge:OntologyIndividual>
<fuge:ObjectProperty term="has_unit" termAccession="Not in CV yet" identifier="">
<fuge:OntologyIndividual term="millimolar" termAccession="UO:0000063" identifier=""/>
</fuge:ObjectProperty>