|
7 | 7 | @base <https://w3id.org/pmd/ao/hto#> . |
8 | 8 |
|
9 | 9 | <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> ; |
12 | 11 | <http://purl.org/dc/terms/contributor> "Jannis Grundmann" ; |
13 | 12 | <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0002-9014-2920> , |
14 | 13 | <https://orcid.org/0000-0003-1649-6832> , |
|
21 | 20 | # Annotation properties |
22 | 21 | ################################################################# |
23 | 22 |
|
| 23 | +### http://purl.obolibrary.org/obo/IAO_0000114 |
| 24 | +<http://purl.obolibrary.org/obo/IAO_0000114> rdf:type owl:AnnotationProperty . |
| 25 | + |
| 26 | + |
24 | 27 | ### http://purl.org/dc/terms/description |
25 | 28 | <http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty ; |
26 | 29 | rdfs:label "description" . |
|
53 | 56 | ################################################################# |
54 | 57 |
|
55 | 58 | ### 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> . |
57 | 61 |
|
58 | 62 |
|
59 | 63 | ################################################################# |
@@ -844,6 +848,10 @@ verwendet Randschichttiefe""" . |
844 | 848 | "Prozesschritt, während dessen die Temperaturhomogenisierung im Bauteil erreicht wird."@de . |
845 | 849 |
|
846 | 850 |
|
| 851 | +### https://w3id.org/pmd/co/PMD_0000017 |
| 852 | +<https://w3id.org/pmd/co/PMD_0000017> rdf:type owl:Class . |
| 853 | + |
| 854 | + |
847 | 855 | ### https://w3id.org/pmd/co/PMD_0000056 |
848 | 856 | <https://w3id.org/pmd/co/PMD_0000056> owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/co/PMD_0000655> |
849 | 857 | [ rdf:type owl:Restriction ; |
|
0 commit comments