forked from semanticarts/gist
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgistDeprecated.owl
240 lines (205 loc) · 9.76 KB
/
gistDeprecated.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY gist "https://ontologies.semanticarts.com/gist/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF
xmlns:gist="https://ontologies.semanticarts.com/gist/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="https://ontologies.semanticarts.com/o/gistDeprecated">
<rdfs:comment rdf:datatype="&xsd;string">Concepts that have been deprecated since the last external release</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">gistDeprecated</rdfs:comment>
<owl:imports rdf:resource="https://ontologies.semanticarts.com/o/gistCoreX.x.x"/>
<owl:versionIRI rdf:resource="https://ontologies.semanticarts.com/o/gistDeprecatedX.x.x"/>
</owl:Ontology>
<owl:AnnotationProperty rdf:about="&rdfs;comment">
</owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="&rdfs;label">
</owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="&owl;deprecated">
</owl:AnnotationProperty>
<owl:Class rdf:about="&gist;Organization">
</owl:Class>
<owl:Class rdf:about="&gist;Person">
</owl:Class>
<owl:Class rdf:about="&gist;PhysicalIdentifiableItem">
</owl:Class>
<owl:Class rdf:about="&gist;PhysicalSubstance">
</owl:Class>
<owl:Class rdf:about="&gist;PhysicalThing">
<rdfs:label rdf:datatype="&xsd;string">Physical Thing</rdfs:label>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;PhysicalIdentifiableItem">
</rdf:Description>
<rdf:Description rdf:about="&gist;PhysicalSubstance">
</rdf:Description>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
</owl:Class>
<owl:Class rdf:about="&gist;SocialBeing">
<rdfs:label rdf:datatype="&xsd;string">Social Being</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">A Person or an Organization.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">NOTE: Includes anything that can be party to an Agreement (e.g. Contract). But not all SocialBeing(s) can be parties to all Agreement(s). For example, minors can be beneficiaries, but perhaps not primary signatories on contracts.</rdfs:comment>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;Organization">
</rdf:Description>
<rdf:Description rdf:about="&gist;Person">
</rdf:Description>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
</owl:Class>
<owl:Class rdf:about="&gist;Template">
</owl:Class>
<owl:Class rdf:about="&gist;TemplateTask">
<rdfs:label rdf:datatype="&xsd;string">Template Task</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">A prototypical task of a particular type, that will, when instantiated, generate an actual (unscheduled) task.</rdfs:comment>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;Template">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasGoal"/>
<owl:someValuesFrom rdf:resource="&gist;Intention"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;TimeInstant">
</owl:Class>
<owl:Class rdf:about="&gist;TimeInterval">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;end"/>
<owl:someValuesFrom rdf:resource="&gist;TimeInstant"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasMagnitude"/>
<owl:someValuesFrom rdf:resource="&gist;Duration"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;start"/>
<owl:someValuesFrom rdf:resource="&gist;TimeInstant"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label rdf:datatype="&xsd;string">Time Interval</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">EXAMPLE: Jan 1 through Jan 8, 2013.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">NEGATIVE EXAMPLE: "8:00am" (with no date).</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">NOTE: The end should be later than the start, but this is not enforced via OWL.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">NOTE: While Time Interval has a Duration, it is not itself a Duration.</rdfs:comment>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</owl:Class>
<owl:Class rdf:about="&gist;Weight">
<rdfs:label rdf:datatype="&xsd;string">Weight</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Magnitude of mass. Assumes object is near the Earth's surface. Thus weight and mass may be treated as equivalents.</rdfs:comment>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
<owl:equivalentClass rdf:about="&gist;Mass"/>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;Magnitude">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasUoM"/>
<owl:someValuesFrom rdf:resource="&gist;MassUnit"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
</owl:Class>
<owl:DatatypeProperty rdf:about="&gist;date">
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;dateTime">
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
<rdfs:range rdf:resource="&xsd;dateTime"/>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="&gist;end">
</owl:ObjectProperty>
<rdf:Description rdf:about="&gist;hasA">
<rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
<rdf:type rdf:resource="&owl;ObjectProperty"/>
<rdfs:comment rdf:datatype="&xsd;string">EXAMPLE: a table has an edge, a car has weight (which cannot exist unless the car exists)</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">NOTE: Cascading delete.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">The subject exclusively has or possesses the object, the object does not have independent existence.</rdfs:comment>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
<owl:inverseOf rdf:resource="&gist;of"/>
</rdf:Description>
<owl:ObjectProperty rdf:about="&gist;hasGoal">
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;hasMagnitude">
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="&gist;localDate">
<rdfs:subPropertyOf rdf:resource="&gist;date"/>
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;localDateTime">
<rdfs:subPropertyOf rdf:resource="&gist;dateTime"/>
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
<rdfs:range rdf:resource="&xsd;dateTime"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;localTime">
<rdfs:subPropertyOf rdf:resource="&gist;time"/>
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="&gist;of">
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;party">
<rdfs:comment rdf:datatype="&xsd;string">The people or organizations participating in an agreement or obligation</rdfs:comment>
<rdfs:range rdf:resource="&gist;SocialBeing"/>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</owl:ObjectProperty>
<rdf:Description rdf:about="&gist;sameOrderAs">
<rdf:type rdf:resource="&owl;ObjectProperty"/>
<rdf:type rdf:resource="&owl;ReflexiveProperty"/>
<rdf:type rdf:resource="&owl;SymmetricProperty"/>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</rdf:Description>
<owl:ObjectProperty rdf:about="&gist;start">
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;strictlyPrecededBy">
<rdfs:comment rdf:datatype="&xsd;string">inverse of striclyPrecedes</rdfs:comment>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
<owl:disjointObjectProperties rdf:resource="&gist;sameOrderAs"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;strictlyPrecedes">
<rdfs:comment rdf:datatype="&xsd;string">A generic ordering relation indicating that the Subject comes before the Object, it may not be of equal rank. The greater than symbol is often used for this relation.</rdfs:comment>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="&gist;time">
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;universalDate">
<rdfs:subPropertyOf rdf:resource="&gist;date"/>
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;universalDateTime">
<rdfs:subPropertyOf rdf:resource="&gist;dateTime"/>
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
<rdfs:range rdf:resource="&xsd;dateTime"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;universalTime">
<rdfs:subPropertyOf rdf:resource="&gist;time"/>
<rdfs:domain rdf:resource="&gist;TimeInstant"/>
</owl:DatatypeProperty>
</rdf:RDF>