-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathODKDocs-base.owl
131 lines (75 loc) · 4.11 KB
/
ODKDocs-base.owl
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/ODKDocs/ODKDocs-base.owl#"
xml:base="http://purl.obolibrary.org/obo/ODKDocs/ODKDocs-base.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
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="http://purl.obolibrary.org/obo/ODKDocs/ODKDocs-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ODKDocs/releases/2023-04-20/ODKDocs-base.owl"/>
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<terms:description>None</terms:description>
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<terms:title>ODK test documentation</terms:title>
<owl:versionInfo>2023-04-20</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
<!-- http://purl.org/dc/elements/1.1/type -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/type"/>
<!-- 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>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000015 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000015"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000030"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000031 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000031"/>
<!-- http:/purl.obolibrary.org/obo/ODKDOCS_0000001 -->
<owl:Class rdf:about="http:/purl.obolibrary.org/obo/ODKDOCS_0000001">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000015"/>
<obo:IAO_0000115 xml:lang="en">A process that is a service.</obo:IAO_0000115>
<rdfs:label xml:lang="en">service</rdfs:label>
</owl:Class>
<!-- http:/purl.obolibrary.org/obo/ODKDOCS_0000002 -->
<owl:Class rdf:about="http:/purl.obolibrary.org/obo/ODKDOCS_0000002">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000031"/>
<obo:IAO_0000115 xml:lang="en">A generically dependent continuant that is about some entities.</obo:IAO_0000115>
<rdfs:label>informational entity</rdfs:label>
</owl:Class>
<!-- http:/purl.obolibrary.org/obo/ODKDOCS_0000003 -->
<owl:Class rdf:about="http:/purl.obolibrary.org/obo/ODKDOCS_0000003">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000030"/>
<obo:IAO_0000115 xml:lang="en">An object whitout a specified purpose.</obo:IAO_0000115>
<rdfs:label>bidule</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->