Skip to content

Commit ff18e0f

Browse files
committed
rm class descriptions that likely failed the ROBOT reasoner
1 parent c6afd1c commit ff18e0f

1 file changed

Lines changed: 3 additions & 29 deletions

File tree

src/ontology/hto-edit.owl

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -296,28 +296,13 @@ Auch erhöhte Gaskühlung durch ventilation."""@de ;
296296

297297
### https://w3id.org/pmd/ao/hto/HTO_0000004
298298
<https://w3id.org/pmd/ao/hto/HTO_0000004> rdf:type owl:Class ;
299-
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0060008> ,
300-
[ owl:intersectionOf ( [ rdf:type owl:Restriction ;
301-
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
302-
owl:someValuesFrom <https://w3id.org/pmd/ao/hto/HTO_0000006>
303-
]
304-
[ rdf:type owl:Restriction ;
305-
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
306-
owl:someValuesFrom <https://w3id.org/pmd/ao/hto/heating>
307-
]
308-
) ;
309-
rdf:type owl:Class
310-
] ;
299+
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0060008> ;
311300
rdfs:label "heating recipe"@en .
312301

313302

314303
### https://w3id.org/pmd/ao/hto/HTO_0000005
315304
<https://w3id.org/pmd/ao/hto/HTO_0000005> rdf:type owl:Class ;
316-
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0000008> ,
317-
[ rdf:type owl:Restriction ;
318-
owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
319-
owl:someValuesFrom <https://w3id.org/pmd/co/PMD_0000549>
320-
] ;
305+
rdfs:subClassOf <https://w3id.org/pmd/co/PMD_0000008> ;
321306
rdfs:label "temperature change rate"@en .
322307

323308

@@ -684,18 +669,7 @@ verwendet Randschichttiefe""" ;
684669

685670
### https://w3id.org/pmd/ao/hto/heating
686671
<https://w3id.org/pmd/ao/hto/heating> rdf:type owl:Class ;
687-
rdfs:subClassOf <https://w3id.org/pmd/ao/hto/HTO_0000000> ,
688-
[ owl:intersectionOf ( [ rdf:type owl:Restriction ;
689-
owl:onProperty <https://w3id.org/pmd/co/PMD_0000009> ;
690-
owl:someValuesFrom <https://w3id.org/pmd/ao/hto/HTO_0000005>
691-
]
692-
[ rdf:type owl:Restriction ;
693-
owl:onProperty <https://w3id.org/pmd/co/PMD_0000009> ;
694-
owl:someValuesFrom <https://w3id.org/pmd/ao/hto/HTO_0000006>
695-
]
696-
) ;
697-
rdf:type owl:Class
698-
] ;
672+
rdfs:subClassOf <https://w3id.org/pmd/ao/hto/HTO_0000000> ;
699673
rdfs:isDefinedBy <https://w3id.org/pmd/ao/hto/> ;
700674
rdfs:label "Erwärmen"@de ,
701675
"heating"@en ;

0 commit comments

Comments
 (0)