Skip to content

Commit d3cdc87

Browse files
committed
removed 'inheres in' object property
1 parent 12c8078 commit d3cdc87

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

src/ontology/hto-edit.owl

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@
5151
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .
5252

5353

54-
#################################################################
55-
# Object Properties
56-
#################################################################
57-
58-
### http://purl.obolibrary.org/obo/BFO_0000197
59-
<http://purl.obolibrary.org/obo/BFO_0000197> rdf:type owl:ObjectProperty .
60-
61-
6254
#################################################################
6355
# Data properties
6456
#################################################################
@@ -192,7 +184,7 @@
192184
<https://w3id.org/pmd/hto/ChamberPressure> rdf:type owl:Class ;
193185
owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/co/PMD_0000896>
194186
[ rdf:type owl:Restriction ;
195-
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000197> ;
187+
owl:onProperty <http://purl.obolibrary.org/obo/RO_0000080> ;
196188
owl:someValuesFrom <https://w3id.org/pmd/hto/Chamber>
197189
]
198190
) ;
@@ -671,7 +663,11 @@ The rotational speed of a fan.""" ;
671663

672664
### https://w3id.org/pmd/hto/Hardening
673665
<https://w3id.org/pmd/hto/Hardening> rdf:type owl:Class ;
674-
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0000779> ;
666+
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0000779> ,
667+
[ rdf:type owl:Restriction ;
668+
owl:onProperty <http://purl.obolibrary.org/obo/STATO_0000102> ;
669+
owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000013>
670+
] ;
675671
rdfs:isDefinedBy <https://w3id.org/pmd/hto/> ;
676672
rdfs:label "Härten"@de ,
677673
"hardening"@en ;

0 commit comments

Comments
 (0)