Skip to content

Commit 950ead6

Browse files
authored
Merge pull request #25 from tcmitchell/23-symbol
Add missing symbol property to prefix
2 parents dbf5835 + 4e9db85 commit 950ead6

3 files changed

Lines changed: 190 additions & 188 deletions

File tree

SBOL3/measurement_entity/measurement/measurement.nt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<https://sbolstandard.org/examples/milli> <http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "milli2" .
7171
<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." .
7272
<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" .
7374
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#displayId> "milli" .
7475
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#name> "milli" .
7576
<https://sbolstandard.org/examples/milli> <http://sbols.org/v3#description> "Comment for the milli prefix." .
Lines changed: 107 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,109 @@
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:SIPrefix rdf:about="milli">
14-
<om:alternativeLabel>milli1</om:alternativeLabel>
15-
<om:alternativeSymbol>m1</om:alternativeSymbol>
16-
<om:alternativeSymbol>m2</om:alternativeSymbol>
17-
<om:alternativeLabel>milli2</om:alternativeLabel>
18-
<om:longcomment>This is an example long comment for the milli prefix.</om:longcomment>
19-
<om:label>milli</om:label>
20-
<sbol:displayId>milli</sbol:displayId>
21-
<sbol:name>milli</sbol:name>
22-
<sbol:description>Comment for the milli prefix.</sbol:description>
23-
<om:comment>Comment for the milli prefix.</om:comment>
24-
<om:hasFactor>0.001</om:hasFactor>
25-
</om:SIPrefix>
26-
<om:SingularUnit rdf:about="kelvin">
27-
<sbol:name>kelvin</sbol:name>
28-
<om:label>kelvin</om:label>
29-
<sbol:displayId>kelvin</sbol:displayId>
30-
</om:SingularUnit>
31-
<om:SingularUnit rdf:about="litre">
32-
<sbol:description>The litre is a unit of volume defined as 1.0e-3 cubic metre.</sbol:description>
33-
<sbol:name>liter</sbol:name>
34-
<om:alternativeLabel>litre2</om:alternativeLabel>
35-
<om:hasFactor rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
36-
>0.001</om:hasFactor>
37-
<sbol:displayId>litre</sbol:displayId>
38-
<om:alternativeLabel>liter</om:alternativeLabel>
39-
<om:comment>The litre is a unit of volume defined as 1.0e-3 cubic metre.</om:comment>
40-
<om:label>liter</om:label>
41-
<om:longcomment>This is an example long comment.</om:longcomment>
42-
<om:alternativeSymbol>L2</om:alternativeSymbol>
43-
<om:alternativeSymbol>L</om:alternativeSymbol>
44-
</om:SingularUnit>
45-
<om:SingularUnit rdf:about="meter">
46-
<sbol:name>meter</sbol:name>
47-
<om:label>meter</om:label>
48-
<sbol:displayId>meter</sbol:displayId>
49-
</om:SingularUnit>
50-
<om:SingularUnit rdf:about="mole">
51-
<sbol:name>mole</sbol:name>
52-
<om:label>mole</om:label>
53-
<sbol:displayId>mole</sbol:displayId>
54-
</om:SingularUnit>
55-
<om:Measure rdf:about="M9_Glucose_CAA/CaCl2/measure1">
56-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000197"/>
57-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000196"/>
58-
<om:hasUnit>
59-
<om:UnitDivision rdf:about="millimolePerLitre"/>
60-
</om:hasUnit>
61-
<om:hasNumericalValue>0.1</om:hasNumericalValue>
62-
<sbol:displayId>measure1</sbol:displayId>
63-
</om:Measure>
64-
<sbol:Component rdf:about="M9_Glucose_CAA">
65-
<sbol:hasFeature>
66-
<sbol:ExternallyDefined rdf:about="M9_Glucose_CAA/CaCl2">
67-
<sbol:hasMeasure rdf:resource="M9_Glucose_CAA/CaCl2/measure1"/>
68-
<sbol:definition rdf:resource="https://identifiers.org/CHEBI:3312"/>
69-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000247"/>
70-
<sbol:displayId>CaCl2</sbol:displayId>
71-
</sbol:ExternallyDefined>
72-
</sbol:hasFeature>
73-
<sbol:description>M9 Glucose CAA growth media</sbol:description>
74-
<sbol:displayId>M9_Glucose_CAA</sbol:displayId>
75-
<sbol:type rdf:resource="https://identifiers.org/SBO:0000241"/>
76-
<sbol:name>M9 Glucose CAA</sbol:name>
77-
</sbol:Component>
78-
<om:PrefixedUnit rdf:about="millimole">
79-
<om:hasPrefix rdf:resource="milli"/>
80-
<om:hasUnit rdf:resource="mole"/>
81-
<sbol:name>millimole</sbol:name>
82-
<om:label>millimole</om:label>
83-
<sbol:displayId>millimole</sbol:displayId>
84-
</om:PrefixedUnit>
85-
<om:UnitExponentiation rdf:about="cubicMeter">
86-
<om:hasExponent>3</om:hasExponent>
87-
<om:hasBase rdf:resource="meter"/>
88-
<sbol:name>cubicMeter</sbol:name>
89-
<om:label>cubicMeter</om:label>
90-
<sbol:displayId>cubicMeter</sbol:displayId>
91-
</om:UnitExponentiation>
92-
<om:UnitMultiplication rdf:about="kelvinMole">
93-
<om:hasTerm2 rdf:resource="mole"/>
94-
<om:hasTerm1 rdf:resource="kelvin"/>
95-
<sbol:name>kelvinMole</sbol:name>
96-
<om:label>kelvinMole</om:label>
97-
<sbol:displayId>kelvinMole</sbol:displayId>
98-
</om:UnitMultiplication>
99-
<om:UnitDivision rdf:about="millimolePerLitre">
100-
<om:hasDenominator rdf:resource="litre"/>
101-
<om:hasNumerator rdf:resource="millimole"/>
102-
<sbol:name>millimolar</sbol:name>
103-
<om:label>millimolar</om:label>
104-
<sbol:displayId>millimolePerLitre</sbol:displayId>
105-
</om:UnitDivision>
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/litre">
8+
<om:alternativeSymbol>L</om:alternativeSymbol>
9+
<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"/>
11+
<om:alternativeSymbol>L2</om:alternativeSymbol>
12+
<om:label>liter</om:label>
13+
<om:comment>The litre is a unit of volume defined as 1.0e-3 cubic metre.</om:comment>
14+
<om:longcomment>This is an example long comment.</om:longcomment>
15+
<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>
36+
</rdf:Description>
37+
<rdf:Description rdf:about="https://sbolstandard.org/examples/kelvinMole">
38+
<rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication"/>
39+
<om:label>kelvinMole</om:label>
40+
<sbol:displayId>kelvinMole</sbol:displayId>
41+
<om:hasTerm2 rdf:resource="https://sbolstandard.org/examples/mole"/>
42+
<sbol:name>kelvinMole</sbol:name>
43+
<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"/>
50+
</rdf:Description>
51+
<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"/>
62+
<sbol:displayId>milli</sbol:displayId>
63+
<sbol:description>Comment for the milli prefix.</sbol:description>
64+
<om:comment>Comment for the milli prefix.</om:comment>
65+
</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"/>
73+
</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>
79+
</rdf:Description>
80+
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA/CaCl2/measure1">
81+
<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"/>
84+
<om:hasNumericalValue>0.1</om:hasNumericalValue>
85+
<om:hasUnit rdf:resource="https://sbolstandard.org/examples/millimolePerLitre"/>
86+
<sbol:displayId>measure1</sbol:displayId>
87+
</rdf:Description>
88+
<rdf:Description rdf:about="https://sbolstandard.org/examples/M9_Glucose_CAA">
89+
<sbol:name>M9 Glucose CAA</sbol:name>
90+
<sbol:description>M9 Glucose CAA growth media</sbol:description>
91+
<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"/>
94+
<sbol:displayId>M9_Glucose_CAA</sbol:displayId>
95+
</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>
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"/>
108+
</rdf:Description>
106109
</rdf:RDF>

0 commit comments

Comments
 (0)