Skip to content

Commit 5ba3748

Browse files
committed
Add SBOL types to the OM classes
All non-SBOL types that make use of properties in the SBOL namespace should have two RDF types, one outside the SBOL namespace and one inside the SBOL namespace. The measurement examples only had the RDF type that was outside the SBOL namespace, while using properties within the SBOL namespace like http://sbols.org/v3#displayId and http://sbols.org/v3#name.
1 parent ba675ed commit 5ba3748

6 files changed

Lines changed: 218 additions & 197 deletions

File tree

Lines changed: 72 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,89 @@
1-
<https://sbolstandard.org/examples/litre> <http://sbols.org/v3#description> "The litre is a unit of volume defined as 1.0e-3 cubic metre." .
2-
<https://sbolstandard.org/examples/litre> <http://sbols.org/v3#name> "liter" .
3-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "litre2" .
4-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.001"^^<http://www.w3.org/2001/XMLSchema#float> .
5-
<https://sbolstandard.org/examples/litre> <http://sbols.org/v3#displayId> "litre" .
6-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "liter" .
7-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/comment> "The litre is a unit of volume defined as 1.0e-3 cubic metre." .
8-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "liter" .
9-
<https://sbolstandard.org/examples/litre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
10-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "This is an example long comment." .
11-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L2" .
12-
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L" .
13-
<https://sbolstandard.org/examples/cubicMeter> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> "3" .
14-
<https://sbolstandard.org/examples/cubicMeter> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <https://sbolstandard.org/examples/meter> .
1+
2+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://sbols.org/v3#displayId> "measure1" .
3+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000196> .
4+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000197> .
5+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "0.1" .
6+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <https://sbolstandard.org/examples/millimolePerLitre> .
7+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Identified> .
8+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/Measure> .
9+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#definition> <https://identifiers.org/CHEBI:3312> .
10+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#displayId> "CaCl2" .
11+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#hasMeasure> <https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> .
12+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000247> .
13+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#ExternallyDefined> .
14+
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#description> "M9 Glucose CAA growth media" .
15+
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#displayId> "M9_Glucose_CAA" .
16+
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#hasFeature> <https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> .
17+
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#name> "M9 Glucose CAA" .
18+
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000241> .
19+
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Component> .
20+
<https://sbolstandard.org/examples/cubicMeter> <http://sbols.org/v3#displayId> "cubicMeter" .
1521
<https://sbolstandard.org/examples/cubicMeter> <http://sbols.org/v3#name> "cubicMeter" .
22+
<https://sbolstandard.org/examples/cubicMeter> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <https://sbolstandard.org/examples/meter> .
23+
<https://sbolstandard.org/examples/cubicMeter> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> "3" .
1624
<https://sbolstandard.org/examples/cubicMeter> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "cubicMeter" .
17-
<https://sbolstandard.org/examples/cubicMeter> <http://sbols.org/v3#displayId> "cubicMeter" .
25+
<https://sbolstandard.org/examples/cubicMeter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
1826
<https://sbolstandard.org/examples/cubicMeter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> .
27+
<https://sbolstandard.org/examples/kelvin> <http://sbols.org/v3#displayId> "kelvin" .
1928
<https://sbolstandard.org/examples/kelvin> <http://sbols.org/v3#name> "kelvin" .
2029
<https://sbolstandard.org/examples/kelvin> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "kelvin" .
21-
<https://sbolstandard.org/examples/kelvin> <http://sbols.org/v3#displayId> "kelvin" .
30+
<https://sbolstandard.org/examples/kelvin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
2231
<https://sbolstandard.org/examples/kelvin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
23-
<https://sbolstandard.org/examples/kelvinMole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <https://sbolstandard.org/examples/mole> .
24-
<https://sbolstandard.org/examples/kelvinMole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <https://sbolstandard.org/examples/kelvin> .
32+
<https://sbolstandard.org/examples/kelvinMole> <http://sbols.org/v3#displayId> "kelvinMole" .
2533
<https://sbolstandard.org/examples/kelvinMole> <http://sbols.org/v3#name> "kelvinMole" .
34+
<https://sbolstandard.org/examples/kelvinMole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <https://sbolstandard.org/examples/kelvin> .
35+
<https://sbolstandard.org/examples/kelvinMole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <https://sbolstandard.org/examples/mole> .
2636
<https://sbolstandard.org/examples/kelvinMole> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "kelvinMole" .
27-
<https://sbolstandard.org/examples/kelvinMole> <http://sbols.org/v3#displayId> "kelvinMole" .
37+
<https://sbolstandard.org/examples/kelvinMole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
2838
<https://sbolstandard.org/examples/kelvinMole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> .
29-
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#hasFeature> <https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> .
30-
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#description> "M9 Glucose CAA growth media" .
31-
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#displayId> "M9_Glucose_CAA" .
32-
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000241> .
33-
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#name> "M9 Glucose CAA" .
34-
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Component> .
35-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000197> .
36-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000196> .
37-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <https://sbolstandard.org/examples/millimolePerLitre> .
38-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "0.1" .
39-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://sbols.org/v3#displayId> "measure1" .
40-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/Measure> .
41-
<https://sbolstandard.org/examples/mole> <http://sbols.org/v3#name> "mole" .
42-
<https://sbolstandard.org/examples/mole> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "mole" .
43-
<https://sbolstandard.org/examples/mole> <http://sbols.org/v3#displayId> "mole" .
44-
<https://sbolstandard.org/examples/mole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
39+
<https://sbolstandard.org/examples/litre> <http://sbols.org/v3#description> "The litre is a unit of volume defined as 1.0e-3 cubic metre." .
40+
<https://sbolstandard.org/examples/litre> <http://sbols.org/v3#displayId> "litre" .
41+
<https://sbolstandard.org/examples/litre> <http://sbols.org/v3#name> "liter" .
42+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "liter" .
43+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "litre2" .
44+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L" .
45+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L2" .
46+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/comment> "The litre is a unit of volume defined as 1.0e-3 cubic metre." .
47+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.001"^^<http://www.w3.org/2001/XMLSchema#float> .
48+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "liter" .
49+
<https://sbolstandard.org/examples/litre> <http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "This is an example long comment." .
50+
<https://sbolstandard.org/examples/litre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
51+
<https://sbolstandard.org/examples/litre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
52+
<https://sbolstandard.org/examples/meter> <http://sbols.org/v3#displayId> "meter" .
4553
<https://sbolstandard.org/examples/meter> <http://sbols.org/v3#name> "meter" .
4654
<https://sbolstandard.org/examples/meter> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "meter" .
47-
<https://sbolstandard.org/examples/meter> <http://sbols.org/v3#displayId> "meter" .
55+
<https://sbolstandard.org/examples/meter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
4856
<https://sbolstandard.org/examples/meter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
49-
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <https://sbolstandard.org/examples/litre> .
50-
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <https://sbolstandard.org/examples/millimole> .
51-
<https://sbolstandard.org/examples/millimolePerLitre> <http://sbols.org/v3#name> "millimolar" .
52-
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "millimolar" .
53-
<https://sbolstandard.org/examples/millimolePerLitre> <http://sbols.org/v3#displayId> "millimolePerLitre" .
54-
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> .
55-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#hasMeasure> <https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> .
56-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#definition> <https://identifiers.org/CHEBI:3312> .
57-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000247> .
58-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://sbols.org/v3#displayId> "CaCl2" .
59-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#ExternallyDefined> .
60-
<https://sbolstandard.org/examples/millimole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <https://sbolstandard.org/examples/milli> .
61-
<https://sbolstandard.org/examples/millimole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <https://sbolstandard.org/examples/mole> .
62-
<https://sbolstandard.org/examples/millimole> <http://sbols.org/v3#name> "millimole" .
63-
<https://sbolstandard.org/examples/millimole> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "millimole" .
64-
<https://sbolstandard.org/examples/millimole> <http://sbols.org/v3#displayId> "millimole" .
65-
<https://sbolstandard.org/examples/millimole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> .
57+
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#description> "Comment for the milli prefix." .
58+
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#displayId> "milli" .
59+
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#name> "milli" .
6660
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "milli1" .
67-
<https://sbolstandard.org/examples/milli> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
61+
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "milli2" .
6862
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m1" .
6963
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2" .
70-
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "milli2" .
71-
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "This is an example long comment for the milli prefix." .
72-
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "milli" .
73-
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" .
74-
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#displayId> "milli" .
75-
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#name> "milli" .
76-
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#description> "Comment for the milli prefix." .
7764
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/comment> "Comment for the milli prefix." .
7865
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.001" .
66+
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "milli" .
67+
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "This is an example long comment for the milli prefix." .
68+
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" .
69+
<https://sbolstandard.org/examples/milli> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
70+
<https://sbolstandard.org/examples/milli> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
71+
<https://sbolstandard.org/examples/millimole> <http://sbols.org/v3#displayId> "millimole" .
72+
<https://sbolstandard.org/examples/millimole> <http://sbols.org/v3#name> "millimole" .
73+
<https://sbolstandard.org/examples/millimole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <https://sbolstandard.org/examples/milli> .
74+
<https://sbolstandard.org/examples/millimole> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <https://sbolstandard.org/examples/mole> .
75+
<https://sbolstandard.org/examples/millimole> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "millimole" .
76+
<https://sbolstandard.org/examples/millimole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
77+
<https://sbolstandard.org/examples/millimole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> .
78+
<https://sbolstandard.org/examples/millimolePerLitre> <http://sbols.org/v3#displayId> "millimolePerLitre" .
79+
<https://sbolstandard.org/examples/millimolePerLitre> <http://sbols.org/v3#name> "millimolar" .
80+
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <https://sbolstandard.org/examples/litre> .
81+
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <https://sbolstandard.org/examples/millimole> .
82+
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "millimolar" .
83+
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
84+
<https://sbolstandard.org/examples/millimolePerLitre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> .
85+
<https://sbolstandard.org/examples/mole> <http://sbols.org/v3#displayId> "mole" .
86+
<https://sbolstandard.org/examples/mole> <http://sbols.org/v3#name> "mole" .
87+
<https://sbolstandard.org/examples/mole> <http://www.ontology-of-units-of-measure.org/resource/om-2/label> "mole" .
88+
<https://sbolstandard.org/examples/mole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#TopLevel> .
89+
<https://sbolstandard.org/examples/mole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .

0 commit comments

Comments
 (0)