Skip to content

Commit 9a3874e

Browse files
committed
commented obsolete units from UO, moved QUDT Unit under measurement unit label
1 parent f2566d9 commit 9a3874e

3 files changed

Lines changed: 42 additions & 12 deletions

File tree

src/ontology/components/catalog-v001.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<uri name="https://w3id.org/pmd/distel/imports/pmdco_import.owl" uri="../imports/pmdco_import.owl" />
55
<uri name="https://w3id.org/pmd/distel/imports/tto_import.owl" uri="../imports/tto_import.owl" />
66
<uri name="https://w3id.org/pmd/distel/imports/uo_import.owl" uri="../imports/uo_import.owl" />
7+
<uri name="https://w3id.org/pmd/distel/imports/qudt_import.owl" uri="../imports/qudt_import.owl" />
78

89
<uri name="https://w3id.org/pmd/distel/components/imports-edit.owl" uri="imports-edit.owl" />
910
<uri name="https://w3id.org/pmd/distel/components/distel-mech-axioms-shared.owl" uri="distel-mech-axioms-shared.owl" />
Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,47 @@
11
<?xml version="1.0"?>
2-
<rdf:RDF
3-
xml:base="https://w3id.org/pmd/"
4-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2+
<rdf:RDF xmlns="https://w3id.org/pmd/distel/components/imports-edit.owl/"
3+
xml:base="https://w3id.org/pmd/distel/components/imports-edit.owl/"
4+
xmlns:co="https://w3id.org/pmd/co/"
5+
xmlns:dc="http://purl.org/dc/elements/1.1/"
6+
xmlns:obo="http://purl.obolibrary.org/obo/"
57
xmlns:owl="http://www.w3.org/2002/07/owl#"
6-
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
8+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
79
xmlns:xml="http://www.w3.org/XML/1998/namespace"
810
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
11+
xmlns:doap="http://usefulinc.com/ns/doap#"
12+
xmlns:qudt="http://qudt.org/schema/qudt/"
913
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
10-
xmlns:obo="http://purl.obolibrary.org/obo/">
14+
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
15+
xmlns:terms="http://purl.org/dc/terms/"
16+
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1117
<owl:Ontology rdf:about="https://w3id.org/pmd/distel/components/imports-edit.owl">
1218
<owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/pmdco_import.owl"/>
19+
<owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/qudt_import.owl"/>
1320
<owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/tto_import.owl"/>
1421
<owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/uo_import.owl"/>
1522
</owl:Ontology>
23+
24+
25+
26+
<!--
27+
///////////////////////////////////////////////////////////////////////////////////////
28+
//
29+
// Classes
30+
//
31+
///////////////////////////////////////////////////////////////////////////////////////
32+
-->
33+
34+
35+
1636

17-
<!-- This is a placeholder, it will be regenerated when makefile is first executed -->
37+
<!-- http://qudt.org/schema/qudt/Unit -->
38+
39+
<rdf:Description rdf:about="http://qudt.org/schema/qudt/Unit">
40+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000003"/>
41+
</rdf:Description>
1842
</rdf:RDF>
43+
44+
45+
46+
<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi -->
47+

src/ontology/imports/uo_terms.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
http://purl.obolibrary.org/obo/UO_0000000 # unit
2-
http://purl.obolibrary.org/obo/UO_0000106 # hertz
3-
http://purl.obolibrary.org/obo/UO_0000016 # millimeter
4-
http://purl.obolibrary.org/obo/UO_0000027 # degrees celsius
5-
http://purl.obolibrary.org/obo/UO_0000012 # kelvin
6-
http://purl.obolibrary.org/obo/UO_0000031 # minute
2+
# http://purl.obolibrary.org/obo/UO_0000106 # hertz
3+
# http://purl.obolibrary.org/obo/UO_0000016 # millimeter
4+
# http://purl.obolibrary.org/obo/UO_0000027 # degrees celsius
5+
# http://purl.obolibrary.org/obo/UO_0000012 # kelvin
6+
# http://purl.obolibrary.org/obo/UO_0000031 # minute
77
http://purl.obolibrary.org/obo/UO_0010006 # ratio
8-
http://purl.obolibrary.org/obo/UO_0000163 # mass
8+
# http://purl.obolibrary.org/obo/UO_0000163 # mass
99
http://purl.obolibrary.org/obo/UO_0000163 # mass percentage
1010

1111

0 commit comments

Comments
 (0)