Skip to content

Commit 7dd22e2

Browse files
authored
Merge pull request #29 from tcmitchell/28-om-rdf-type
Add SBOL types to the OM and PROV classes
2 parents ba675ed + 9a49862 commit 7dd22e2

15 files changed

Lines changed: 460 additions & 454 deletions

File tree

SBOL3/measurement_entity/measurement/measurement.nt

Lines changed: 72 additions & 61 deletions
Large diffs are not rendered by default.

SBOL3/measurement_entity/measurement/measurement.rdf

Lines changed: 79 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -4,106 +4,116 @@
44
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
55
xmlns:sbol="http://sbols.org/v3#"
66
>
7+
<rdf:Description rdf:about="https://sbolstandard.org/examples/meter">
8+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
9+
<om:label>meter</om:label>
10+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
11+
<sbol:displayId>meter</sbol:displayId>
12+
<sbol:name>meter</sbol:name>
13+
</rdf:Description>
14+
<rdf:Description rdf:about="https://sbolstandard.org/examples/mole">
15+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
16+
<sbol:name>mole</sbol:name>
17+
<sbol:displayId>mole</sbol:displayId>
18+
<om:label>mole</om:label>
19+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
20+
</rdf:Description>
721
<rdf:Description rdf:about="https://sbolstandard.org/examples/litre">
8-
<om:alternativeSymbol>L</om:alternativeSymbol>
922
<sbol:description>The litre is a unit of volume defined as 1.0e-3 cubic metre.</sbol:description>
10-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
1123
<om:alternativeSymbol>L2</om:alternativeSymbol>
12-
<om:label>liter</om:label>
24+
<om:alternativeLabel>litre2</om:alternativeLabel>
25+
<om:alternativeLabel>liter</om:alternativeLabel>
26+
<sbol:displayId>litre</sbol:displayId>
27+
<sbol:name>liter</sbol:name>
28+
<om:alternativeSymbol>L</om:alternativeSymbol>
1329
<om:comment>The litre is a unit of volume defined as 1.0e-3 cubic metre.</om:comment>
30+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
31+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
1432
<om:longcomment>This is an example long comment.</om:longcomment>
1533
<om:hasFactor rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.001</om:hasFactor>
16-
<om:alternativeLabel>litre2</om:alternativeLabel>
17-
<sbol:name>liter</sbol:name>
18-
<sbol:displayId>litre</sbol:displayId>
19-
<om:alternativeLabel>liter</om:alternativeLabel>
20-
</rdf:Description>
21-
<rdf:Description rdf:about="https://sbolstandard.org/examples/cubicMeter">
22-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation"/>
23-
<om:label>cubicMeter</om:label>
24-
<om:hasExponent>3</om:hasExponent>
25-
<sbol:name>cubicMeter</sbol:name>
26-
<sbol:displayId>cubicMeter</sbol:displayId>
27-
<om:hasBase rdf:resource="https://sbolstandard.org/examples/meter"/>
28-
</rdf:Description>
29-
<rdf:Description rdf:about="https://sbolstandard.org/examples/millimolePerLitre">
30-
<om:hasNumerator rdf:resource="https://sbolstandard.org/examples/millimole"/>
31-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision"/>
32-
<om:hasDenominator rdf:resource="https://sbolstandard.org/examples/litre"/>
33-
<sbol:name>millimolar</sbol:name>
34-
<sbol:displayId>millimolePerLitre</sbol:displayId>
35-
<om:label>millimolar</om:label>
34+
<om:label>liter</om:label>
3635
</rdf:Description>
3736
<rdf:Description rdf:about="https://sbolstandard.org/examples/kelvinMole">
3837
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication"/>
3938
<om:label>kelvinMole</om:label>
40-
<sbol:displayId>kelvinMole</sbol:displayId>
4139
<om:hasTerm2 rdf:resource="https://sbolstandard.org/examples/mole"/>
42-
<sbol:name>kelvinMole</sbol:name>
4340
<om:hasTerm1 rdf:resource="https://sbolstandard.org/examples/kelvin"/>
44-
</rdf:Description>
45-
<rdf:Description rdf:about="https://sbolstandard.org/examples/meter">
46-
<om:label>meter</om:label>
47-
<sbol:name>meter</sbol:name>
48-
<sbol:displayId>meter</sbol:displayId>
49-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
41+
<sbol:name>kelvinMole</sbol:name>
42+
<sbol:displayId>kelvinMole</sbol:displayId>
43+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
5044
</rdf:Description>
5145
<rdf:Description rdf:about="https://sbolstandard.org/examples/milli">
52-
<om:symbol>m</om:symbol>
53-
<om:alternativeLabel>milli2</om:alternativeLabel>
54-
<om:alternativeSymbol>m1</om:alternativeSymbol>
55-
<sbol:name>milli</sbol:name>
56-
<om:alternativeLabel>milli1</om:alternativeLabel>
57-
<om:alternativeSymbol>m2</om:alternativeSymbol>
58-
<om:label>milli</om:label>
59-
<om:longcomment>This is an example long comment for the milli prefix.</om:longcomment>
60-
<om:hasFactor>0.001</om:hasFactor>
61-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix"/>
6246
<sbol:displayId>milli</sbol:displayId>
6347
<sbol:description>Comment for the milli prefix.</sbol:description>
48+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix"/>
49+
<sbol:name>milli</sbol:name>
50+
<om:hasFactor>0.001</om:hasFactor>
51+
<om:alternativeLabel>milli2</om:alternativeLabel>
52+
<om:longcomment>This is an example long comment for the milli prefix.</om:longcomment>
53+
<om:alternativeSymbol>m1</om:alternativeSymbol>
6454
<om:comment>Comment for the milli prefix.</om:comment>
55+
<om:label>milli</om:label>
56+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
57+
<om:alternativeSymbol>m2</om:alternativeSymbol>
58+
<om:symbol>m</om:symbol>
59+
<om:alternativeLabel>milli1</om:alternativeLabel>
6560
</rdf:Description>
66-
<rdf:Description rdf:about="https://sbolstandard.org/examples/millimole">
67-
<om:label>millimole</om:label>
68-
<om:hasUnit rdf:resource="https://sbolstandard.org/examples/mole"/>
69-
<om:hasPrefix rdf:resource="https://sbolstandard.org/examples/milli"/>
70-
<sbol:name>millimole</sbol:name>
71-
<sbol:displayId>millimole</sbol:displayId>
72-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit"/>
61+
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2">
62+
<rdf:type rdf:resource="http://sbols.org/v3#ExternallyDefined"/>
63+
<sbol:hasMeasure rdf:resource="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1"/>
64+
<sbol:type rdf:resource="https://identifiers.org/SBO:0000247"/>
65+
<sbol:definition rdf:resource="https://identifiers.org/CHEBI:3312"/>
66+
<sbol:displayId>CaCl2</sbol:displayId>
7367
</rdf:Description>
74-
<rdf:Description rdf:about="https://sbolstandard.org/examples/mole">
75-
<sbol:name>mole</sbol:name>
76-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
77-
<sbol:displayId>mole</sbol:displayId>
78-
<om:label>mole</om:label>
68+
<rdf:Description rdf:about="https://sbolstandard.org/examples/millimolePerLitre">
69+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
70+
<sbol:displayId>millimolePerLitre</sbol:displayId>
71+
<sbol:name>millimolar</sbol:name>
72+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision"/>
73+
<om:hasNumerator rdf:resource="https://sbolstandard.org/examples/millimole"/>
74+
<om:label>millimolar</om:label>
75+
<om:hasDenominator rdf:resource="https://sbolstandard.org/examples/litre"/>
7976
</rdf:Description>
8077
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1">
8178
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/Measure"/>
82-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000197"/>
83-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000196"/>
8479
<om:hasNumericalValue>0.1</om:hasNumericalValue>
80+
<sbol:type rdf:resource="https://identifiers.org/SBO:0000196"/>
81+
<rdf:type rdf:resource="http://sbols.org/v3#Identified"/>
8582
<om:hasUnit rdf:resource="https://sbolstandard.org/examples/millimolePerLitre"/>
83+
<sbol:type rdf:resource="https://identifiers.org/SBO:0000197"/>
8684
<sbol:displayId>measure1</sbol:displayId>
8785
</rdf:Description>
86+
<rdf:Description rdf:about="https://sbolstandard.org/examples/kelvin">
87+
<om:label>kelvin</om:label>
88+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
89+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
90+
<sbol:displayId>kelvin</sbol:displayId>
91+
<sbol:name>kelvin</sbol:name>
92+
</rdf:Description>
8893
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA">
89-
<sbol:name>M9 Glucose CAA</sbol:name>
9094
<sbol:description>M9 Glucose CAA growth media</sbol:description>
9195
<sbol:hasFeature rdf:resource="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2"/>
92-
<rdf:type rdf:resource="http://sbols.org/v3#Component"/>
93-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000241"/>
9496
<sbol:displayId>M9_Glucose_CAA</sbol:displayId>
97+
<sbol:type rdf:resource="https://identifiers.org/SBO:0000241"/>
98+
<sbol:name>M9 Glucose CAA</sbol:name>
99+
<rdf:type rdf:resource="http://sbols.org/v3#Component"/>
95100
</rdf:Description>
96-
<rdf:Description rdf:about="https://sbolstandard.org/examples/kelvin">
97-
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
98-
<om:label>kelvin</om:label>
99-
<sbol:name>kelvin</sbol:name>
100-
<sbol:displayId>kelvin</sbol:displayId>
101+
<rdf:Description rdf:about="https://sbolstandard.org/examples/millimole">
102+
<sbol:displayId>millimole</sbol:displayId>
103+
<om:hasPrefix rdf:resource="https://sbolstandard.org/examples/milli"/>
104+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
105+
<sbol:name>millimole</sbol:name>
106+
<om:label>millimole</om:label>
107+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit"/>
108+
<om:hasUnit rdf:resource="https://sbolstandard.org/examples/mole"/>
101109
</rdf:Description>
102-
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2">
103-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000247"/>
104-
<sbol:definition rdf:resource="https://identifiers.org/CHEBI:3312"/>
105-
<sbol:displayId>CaCl2</sbol:displayId>
106-
<sbol:hasMeasure rdf:resource="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1"/>
107-
<rdf:type rdf:resource="http://sbols.org/v3#ExternallyDefined"/>
110+
<rdf:Description rdf:about="https://sbolstandard.org/examples/cubicMeter">
111+
<sbol:displayId>cubicMeter</sbol:displayId>
112+
<rdf:type rdf:resource="http://sbols.org/v3#TopLevel"/>
113+
<sbol:name>cubicMeter</sbol:name>
114+
<om:label>cubicMeter</om:label>
115+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation"/>
116+
<om:hasBase rdf:resource="https://sbolstandard.org/examples/meter"/>
117+
<om:hasExponent>3</om:hasExponent>
108118
</rdf:Description>
109119
</rdf:RDF>

SBOL3/measurement_entity/measurement/measurement.ttl

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99
sbol:name "M9 Glucose CAA" ;
1010
sbol:type <https://identifiers.org/SBO:0000241> .
1111

12-
<https://sbolstandard.org/examples/cubicMeter> a om:UnitExponentiation ;
12+
<https://sbolstandard.org/examples/cubicMeter> a sbol:TopLevel,
13+
om:UnitExponentiation ;
1314
sbol:displayId "cubicMeter" ;
1415
sbol:name "cubicMeter" ;
1516
om:hasBase <https://sbolstandard.org/examples/meter> ;
1617
om:hasExponent "3" ;
1718
om:label "cubicMeter" .
1819

19-
<https://sbolstandard.org/examples/kelvinMole> a om:UnitMultiplication ;
20+
<https://sbolstandard.org/examples/kelvinMole> a sbol:TopLevel,
21+
om:UnitMultiplication ;
2022
sbol:displayId "kelvinMole" ;
2123
sbol:name "kelvinMole" ;
2224
om:hasTerm1 <https://sbolstandard.org/examples/kelvin> ;
@@ -29,19 +31,22 @@
2931
sbol:hasMeasure <https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> ;
3032
sbol:type <https://identifiers.org/SBO:0000247> .
3133

32-
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> a om:Measure ;
34+
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> a sbol:Identified,
35+
om:Measure ;
3336
sbol:displayId "measure1" ;
3437
sbol:type <https://identifiers.org/SBO:0000196>,
3538
<https://identifiers.org/SBO:0000197> ;
3639
om:hasNumericalValue "0.1" ;
3740
om:hasUnit <https://sbolstandard.org/examples/millimolePerLitre> .
3841

39-
<https://sbolstandard.org/examples/kelvin> a om:SingularUnit ;
42+
<https://sbolstandard.org/examples/kelvin> a sbol:TopLevel,
43+
om:SingularUnit ;
4044
sbol:displayId "kelvin" ;
4145
sbol:name "kelvin" ;
4246
om:label "kelvin" .
4347

44-
<https://sbolstandard.org/examples/litre> a om:SingularUnit ;
48+
<https://sbolstandard.org/examples/litre> a sbol:TopLevel,
49+
om:SingularUnit ;
4550
sbol:description "The litre is a unit of volume defined as 1.0e-3 cubic metre." ;
4651
sbol:displayId "litre" ;
4752
sbol:name "liter" ;
@@ -54,12 +59,14 @@
5459
om:label "liter" ;
5560
om:longcomment "This is an example long comment." .
5661

57-
<https://sbolstandard.org/examples/meter> a om:SingularUnit ;
62+
<https://sbolstandard.org/examples/meter> a sbol:TopLevel,
63+
om:SingularUnit ;
5864
sbol:displayId "meter" ;
5965
sbol:name "meter" ;
6066
om:label "meter" .
6167

62-
<https://sbolstandard.org/examples/milli> a om:SIPrefix ;
68+
<https://sbolstandard.org/examples/milli> a sbol:TopLevel,
69+
om:SIPrefix ;
6370
sbol:description "Comment for the milli prefix." ;
6471
sbol:displayId "milli" ;
6572
sbol:name "milli" ;
@@ -73,21 +80,24 @@
7380
om:longcomment "This is an example long comment for the milli prefix." ;
7481
om:symbol "m" .
7582

76-
<https://sbolstandard.org/examples/millimole> a om:PrefixedUnit ;
83+
<https://sbolstandard.org/examples/millimole> a sbol:TopLevel,
84+
om:PrefixedUnit ;
7785
sbol:displayId "millimole" ;
7886
sbol:name "millimole" ;
7987
om:hasPrefix <https://sbolstandard.org/examples/milli> ;
8088
om:hasUnit <https://sbolstandard.org/examples/mole> ;
8189
om:label "millimole" .
8290

83-
<https://sbolstandard.org/examples/millimolePerLitre> a om:UnitDivision ;
91+
<https://sbolstandard.org/examples/millimolePerLitre> a sbol:TopLevel,
92+
om:UnitDivision ;
8493
sbol:displayId "millimolePerLitre" ;
8594
sbol:name "millimolar" ;
8695
om:hasDenominator <https://sbolstandard.org/examples/litre> ;
8796
om:hasNumerator <https://sbolstandard.org/examples/millimole> ;
8897
om:label "millimolar" .
8998

90-
<https://sbolstandard.org/examples/mole> a om:SingularUnit ;
99+
<https://sbolstandard.org/examples/mole> a sbol:TopLevel,
100+
om:SingularUnit ;
91101
sbol:displayId "mole" ;
92102
sbol:name "mole" ;
93103
om:label "mole" .

SBOL3/measurement_entity/measurement_using_units_From_OM/measurement_using_units_From_OM.nt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "0.1" .
33
<https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1> <http://sbols.org/v3#displayId> "measure1" .
44
<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> .
5+
<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> .
56
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#hasFeature> <https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2> .
67
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#description> "M9 Glucose CAA growth media" .
78
<https://sbolstandard.org/examples/M9_Glucose_CAA> <http://sbols.org/v3#displayId> "M9_Glucose_CAA" .
Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<rdf:RDF
2-
xmlns:SO="https://identifiers.org/SO:"
3-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4-
xmlns:EDAM="https://identifiers.org/edam:"
5-
xmlns:sbol="http://sbols.org/v3#"
6-
xmlns:CHEBI="https://identifiers.org/CHEBI:"
7-
xmlns:prov="http://www.w3.org/ns/prov#"
8-
xmlns:SBO="https://identifiers.org/SBO:"
9-
xmlns:GO="https://identifiers.org/GO:"
10-
xmlns="https://sbolstandard.org/examples/"
11-
xmlns:om="http://www.ontology-of-units-of-measure.org/resource/om-2/"
12-
xml:base="https://sbolstandard.org/examples/">
13-
<om:Measure rdf:about="M9_Glucose_CAA/CaCl2/measure1">
14-
<om:hasUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerLitre"/>
15-
<om:hasNumericalValue>0.1</om:hasNumericalValue>
16-
<sbol:displayId>measure1</sbol:displayId>
17-
</om:Measure>
18-
<sbol:Component rdf:about="M9_Glucose_CAA">
19-
<sbol:hasFeature>
20-
<sbol:ExternallyDefined rdf:about="M9_Glucose_CAA/CaCl2">
21-
<sbol:hasMeasure rdf:resource="M9_Glucose_CAA/CaCl2/measure1"/>
22-
<sbol:definition rdf:resource="https://identifiers.org/CHEBI:3312"/>
23-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000247"/>
24-
<sbol:displayId>CaCl2</sbol:displayId>
25-
</sbol:ExternallyDefined>
26-
</sbol:hasFeature>
27-
<sbol:description>M9 Glucose CAA growth media</sbol:description>
28-
<sbol:displayId>M9_Glucose_CAA</sbol:displayId>
29-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000241"/>
30-
<sbol:name>M9 Glucose CAA</sbol:name>
31-
</sbol:Component>
3+
xmlns:om="http://www.ontology-of-units-of-measure.org/resource/om-2/"
4+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5+
xmlns:sbol="http://sbols.org/v3#"
6+
>
7+
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA">
8+
<sbol:name>M9 Glucose CAA</sbol:name>
9+
<sbol:displayId>M9_Glucose_CAA</sbol:displayId>
10+
<sbol:type rdf:resource="https://identifiers.org/SBO:0000241"/>
11+
<rdf:type rdf:resource="http://sbols.org/v3#Component"/>
12+
<sbol:hasFeature rdf:resource="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2"/>
13+
<sbol:description>M9 Glucose CAA growth media</sbol:description>
14+
</rdf:Description>
15+
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2">
16+
<sbol:hasMeasure rdf:resource="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1"/>
17+
<sbol:displayId>CaCl2</sbol:displayId>
18+
<rdf:type rdf:resource="http://sbols.org/v3#ExternallyDefined"/>
19+
<sbol:type rdf:resource="https://identifiers.org/SBO:0000247"/>
20+
<sbol:definition rdf:resource="https://identifiers.org/CHEBI:3312"/>
21+
</rdf:Description>
22+
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1">
23+
<rdf:type rdf:resource="http://sbols.org/v3#Identified"/>
24+
<om:hasUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerLitre"/>
25+
<om:hasNumericalValue>0.1</om:hasNumericalValue>
26+
<sbol:displayId>measure1</sbol:displayId>
27+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/Measure"/>
28+
</rdf:Description>
3229
</rdf:RDF>

0 commit comments

Comments
 (0)