-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhto-simple.owl
More file actions
57 lines (37 loc) · 1.81 KB
/
Copy pathhto-simple.owl
File metadata and controls
57 lines (37 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<rdf:RDF xmlns="https://w3id.org/pmd/hto/hto-simple.owl#"
xml:base="https://w3id.org/pmd/hto/hto-simple.owl"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="https://w3id.org/pmd/hto/hto-simple.owl">
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-06-24/hto-simple.owl"/>
<terms:description>None</terms:description>
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<terms:title>Heat Treatment Ontology</terms:title>
<owl:versionInfo>2025-06-24</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label>description</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>license</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label>title</rdfs:label>
</owl:AnnotationProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi -->