-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathor.ttl
261 lines (206 loc) · 6.33 KB
/
or.ttl
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
# Saved by TopBraid on Sat Jan 23 00:16:41 CET 2016
# baseURI: http://vocab.cs.uni-bonn.de/or#
# imports: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#
# imports: http://www.w3.org/2004/02/skos/core
@prefix foaf: <http://xmlns.com/foaf/spec/> .
@prefix or: <http://vocab.cs.uni-bonn.de/or#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix participation: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pr: <http://www.ontology.se/odp/content/owl/ParticipantRole> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix situation: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@prefix swc: <http://data.semanticweb.org/ns/swc/ontology/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
swc:BreakEvent
rdf:type owl:Class ;
rdfs:subClassOf participation:Event .
swc:WorkshopEvent
rdf:type owl:Class ;
rdfs:subClassOf or:ScientificEvent .
or: rdf:type owl:Ontology ;
owl:imports <http://www.w3.org/2004/02/skos/core> , participation: .
or:Academia
rdf:type owl:Class ;
rdfs:subClassOf or:Sector .
or:Author
rdf:type owl:Class ;
rdfs:subClassOf or:Role .
or:Award
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Conference
rdf:type owl:Class ;
rdfs:label "Conference"@en ;
rdfs:subClassOf or:ScientificEvent .
or:Document
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Edition
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Format
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:HomePage
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Identity
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Industry
rdf:type owl:Class ;
rdfs:subClassOf or:Sector .
or:Journal
rdf:type owl:Class ;
rdfs:subClassOf or:OrganizationRole .
or:Location
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:OrganizationRole
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:PCMember
rdf:type owl:Class ;
rdfs:label "customGroupName"^^xsd:string ;
rdfs:subClassOf or:Role .
or:Publication
rdf:type owl:Class ;
rdfs:subClassOf or:Document .
or:Publisher
rdf:type owl:Class ;
rdfs:subClassOf or:OrganizationRole .
or:Registration
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Reputation
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Review
rdf:type owl:Class ;
rdfs:subClassOf or:Document .
or:Role
rdf:type owl:Class ;
rdfs:comment "A concept that classifies an object."@en ;
rdfs:label "Role"@en .
or:Schedule
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:ScientificEvent
rdf:type owl:Class ;
rdfs:label "Scientific Event"@en ;
rdfs:subClassOf participation:Event .
or:Sector
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Session
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Speaker
rdf:type owl:Class .
or:Sponsor
rdf:type owl:Class ;
rdfs:subClassOf or:OrganizationRole .
or:Subject
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:Submission
rdf:type owl:Class ;
rdfs:subClassOf or:Document .
or:Type
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
or:belongToSector
rdf:type owl:ObjectProperty ;
rdfs:domain foaf:Person ;
rdfs:range or:Sector .
or:hasAcronym
rdf:type owl:DatatypeProperty ;
rdfs:domain or:Identity ;
rdfs:range xsd:string .
or:hasAuthor
rdf:type owl:ObjectProperty ;
rdfs:domain or:Document ;
rdfs:range or:Author .
or:hasEdition
rdf:type owl:DatatypeProperty ;
rdfs:domain or:Identity ;
rdfs:range or:Edition .
or:hasFormat
rdf:type owl:ObjectProperty ;
rdfs:domain or:Document ;
rdfs:range or:Format .
or:hasIdentity
rdf:type owl:ObjectProperty ;
rdfs:domain or:ScientificEvent ;
rdfs:range or:Identity .
or:hasLocation
rdf:type owl:ObjectProperty ;
rdfs:domain or:ScientificEvent ;
rdfs:range or:Location .
or:hasName
rdf:type owl:DatatypeProperty ;
rdfs:domain or:Identity ;
rdfs:range xsd:string .
or:hasReputation
rdf:type owl:ObjectProperty ;
rdfs:domain foaf:Organization ;
rdfs:range or:Reputation .
or:hasSchedule
rdf:type owl:ObjectProperty ;
rdfs:domain or:ScientificEvent ;
rdfs:range or:Schedule .
or:hasSubject
rdf:type owl:ObjectProperty ;
rdfs:domain or:ScientificEvent ;
rdfs:range or:Subject .
or:hasType
rdf:type owl:ObjectProperty ;
rdfs:domain or:Document ;
rdfs:range or:Type .
or:homePage
rdf:type owl:ObjectProperty ;
rdfs:domain or:Identity ;
rdfs:range or:HomePage .
or:isAward
rdf:type owl:ObjectProperty ;
rdfs:domain or:ScientificEvent ;
rdfs:range or:Award .
or:isSchedule
rdf:type owl:ObjectProperty ;
rdfs:domain swc:BreakEvent ;
rdfs:range or:Schedule .
or:organizationRole
rdf:type owl:ObjectProperty ;
rdfs:domain foaf:Organization ;
rdfs:range or:OrganizationRole .
or:register
rdf:type owl:ObjectProperty ;
rdfs:domain or:ScientificEvent ;
rdfs:range or:Registration .
participation:Event
rdf:type owl:Class ;
rdfs:comment "Any physical, social, or mental process, event, or state."@en ;
rdfs:label "Event"@en ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty participation:hasParticipant ;
owl:someValuesFrom participation:Object
] ;
owl:disjointWith participation:Object .
participation:Object
rdf:type owl:Class ;
rdfs:comment "Any physical, social, or mental object, or substance "@en ;
rdfs:label "Object"@en .
participation:hasParticipant
rdf:type owl:ObjectProperty ;
rdfs:domain participation:Event ;
rdfs:label "has participant"@en ;
rdfs:range participation:Object .
foaf:Organization
rdf:type owl:Class ;
rdfs:subClassOf participation:Object .
foaf:Person
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .