Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct IRIs in siacceptedunits #257

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions disciplines/units/siacceptedunits.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of
### http://emmo.info/emmo#AmpereHourPerLitre
:AmpereHourPerLitre rdf:type owl:Class ;
rdfs:subClassOf :EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 ,
:ac19c801_bead_4730_8b8c_50020eec45ec ,
:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ,
[ rdf:type owl:Restriction ;
owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ;
owl:hasValue "3600000.0"^^xsd:double
Expand All @@ -52,7 +52,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of
### http://emmo.info/emmo#AmpereHourPerKilogram
:AmpereHourPerKilogram rdf:type owl:Class ;
rdfs:subClassOf :EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ,
:ac19c801_bead_4730_8b8c_50020eec45ec ,
:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ,
[ rdf:type owl:Restriction ;
owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ;
owl:hasValue "3600.0"^^xsd:double
Expand All @@ -68,7 +68,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of
### http://emmo.info/emmo#WattHourPerKilogram
:WattHourPerKilogram rdf:type owl:Class ;
rdfs:subClassOf :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ,
:ac19c801_bead_4730_8b8c_50020eec45ec ,
:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ,
[ rdf:type owl:Restriction ;
owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ;
owl:hasValue "3600.0"^^xsd:double
Expand All @@ -85,7 +85,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of
### http://emmo.info/emmo#WattHourPerLitre
:WattHourPerLitre rdf:type owl:Class ;
rdfs:subClassOf :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ,
:ac19c801_bead_4730_8b8c_50020eec45ec ,
:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ,
[ rdf:type owl:Restriction ;
owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ;
owl:hasValue "3600000.0"^^xsd:double
Expand Down
Loading