Skip to content

Commit 89ad4fc

Browse files
committed
rm temporary stato import
1 parent 3611c25 commit 89ad4fc

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

src/ontology/hto-edit.owl

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
@base <https://w3id.org/pmd/ao/hto#> .
88

99
<https://w3id.org/pmd/ao/hto> rdf:type owl:Ontology ;
10-
owl:imports <https://w3id.org/pmd/ao/hto/imports/pmdco_import.owl> ,
11-
<https://w3id.org/pmd/co/releases/2025-10-28/imports/stato_import.owl> ;
10+
owl:imports <https://w3id.org/pmd/ao/hto/imports/pmdco_import.owl> ;
1211
<http://purl.org/dc/terms/contributor> "Jannis Grundmann" ;
1312
<http://purl.org/dc/terms/creator> <https://orcid.org/0000-0002-9014-2920> ,
1413
<https://orcid.org/0000-0003-1649-6832> ,
@@ -21,6 +20,10 @@
2120
# Annotation properties
2221
#################################################################
2322

23+
### http://purl.obolibrary.org/obo/IAO_0000114
24+
<http://purl.obolibrary.org/obo/IAO_0000114> rdf:type owl:AnnotationProperty .
25+
26+
2427
### http://purl.org/dc/terms/description
2528
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty ;
2629
rdfs:label "description" .
@@ -53,7 +56,8 @@
5356
#################################################################
5457

5558
### https://w3id.org/pmd/co/PMD_0060000
56-
<https://w3id.org/pmd/co/PMD_0060000> rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057> .
59+
<https://w3id.org/pmd/co/PMD_0060000> rdf:type owl:ObjectProperty ;
60+
rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057> .
5761

5862

5963
#################################################################
@@ -844,6 +848,10 @@ verwendet Randschichttiefe""" .
844848
"Prozesschritt, während dessen die Temperaturhomogenisierung im Bauteil erreicht wird."@de .
845849

846850

851+
### https://w3id.org/pmd/co/PMD_0000017
852+
<https://w3id.org/pmd/co/PMD_0000017> rdf:type owl:Class .
853+
854+
847855
### https://w3id.org/pmd/co/PMD_0000056
848856
<https://w3id.org/pmd/co/PMD_0000056> owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/co/PMD_0000655>
849857
[ rdf:type owl:Restriction ;

0 commit comments

Comments
 (0)