-
Notifications
You must be signed in to change notification settings - Fork 0
/
idpo.jsonld
443 lines (443 loc) · 17 KB
/
idpo.jsonld
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
{
"@graph" : [ {
"@id" : "_:b0",
"@type" : "owl:Class",
"unionOf" : {
"@list" : [ "xsd:string", "xsd:anyURI" ]
}
}, {
"@id" : "_:b1",
"@type" : "foaf:Person",
"name" : "Philipp Hagedorn, Ruhr-University Bochum"
}, {
"@id" : "http://w3id.org/idpo",
"@type" : "owl:Ontology",
"created" : "2020-03-30",
"creator" : "_:b1",
"description" : "The Information Delivery Processes Ontology (IDPO) Ontology is defined for modeling information delivery in the construction planning based on BPMN processes and the PROV-Ontology. It provides SHACL templates for validating information requirements and delivery specifications.",
"license" : "https://creativecommons.org/licenses/by-sa/4.0/",
"publisher" : "Chair of Computing in Engineering, Ruhr-University Bochum",
"source" : "https://git.inf.bi.ruhr-uni-bochum.de/semweb-ontology/idpo/",
"title" : "Information Delivery Processes Ontology (IDPO)",
"imports" : [ "http://www.w3.org/ns/shacl#", "http://www.w3.org/ns/prov-o#" ],
"versionInfo" : "v0.1",
"declare" : [ "idpo:PrefixDeclaration", "bpmn2:PrefixDeclaration" ]
}, {
"@id" : "idpo:Information",
"@type" : "owl:Class",
"comment" : "This class is used to represent a set of data summarized as information. Information can be generated and used. Instances of this class can be derived from bpmn2:DataObject individuals. This class is a subClass of prov:Entity which allows to associate additional provenance information.",
"label" : "Information",
"seeAlso" : "bpmn2:DataObject",
"subClassOf" : [ "owl:Thing", "prov:Entity" ]
}, {
"@id" : "idpo:InformationDelivery",
"@type" : "owl:Class",
"comment" : "This class is used to represent the activity of generation information regarding defined information requirements and delivery specifications. Instances of this class can be derived from bpmn2:Task individuals. This class is a subClass of prov:Activity which allows to associate additional provenance information.",
"label" : "Information Delivery",
"seeAlso" : "bpmn2:Task",
"subClassOf" : [ "owl:Thing", "prov:Activity" ]
}, {
"@id" : "idpo:InformationDeliverySpecification",
"@type" : "owl:Class",
"comment" : "This class contains a set of delivery specifications for an associated information individual.",
"label" : "Information Delivery Specification",
"subClassOf" : "owl:Thing",
"prefLabel" : "Information Delivery Specification"
}, {
"@id" : "idpo:InformationRequirement",
"@type" : "owl:Class",
"comment" : "This class contains the information requirements for an associated information individual.",
"label" : "Information Requirement",
"subClassOf" : "owl:Thing"
}, {
"@id" : "idpo:InformationStatus",
"@type" : "owl:Class",
"comment" : "This class represents the status of information.",
"label" : "Information Status",
"subClassOf" : "owl:Thing"
}, {
"@id" : "idpo:InformationUsage",
"@type" : "owl:Class",
"comment" : "This class is used to represent the activity of using information regarding defined information requirements and delivery specifications. Instances of this class can be derived from bpmn2:Task individuals. This class is a subClass of prov:Activity which allows to associate additional provenance information.",
"label" : "Information Usage",
"seeAlso" : "bpmn2:Task",
"subClassOf" : [ "owl:Thing", "prov:Activity" ]
}, {
"@id" : "idpo:PrefixDeclaration",
"@type" : "sh:PrefixDeclaration",
"namespace" : "http://w3id.org/idpo#",
"prefix" : "idpo"
}, {
"@id" : "idpo:Project",
"@type" : "owl:Class",
"comment" : "This class represents a project and hosts the activities for generating and using information and the related persons.",
"label" : "Project",
"subClassOf" : "owl:Thing",
"prefLabel" : "Project"
}, {
"@id" : "idpo:belongsTo",
"@type" : "owl:ObjectProperty",
"comment" : "Represents the usage of an information inside a project",
"domain" : "idpo:InformationUsage",
"label" : "belongs to",
"range" : "idpo:Project",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:hasInformationUsage",
"propertyDisjointWith" : "idpo:deliversFor"
}, {
"@id" : "idpo:deliversFor",
"@type" : "owl:ObjectProperty",
"comment" : "Represents the delivery of an information inside a project",
"domain" : "idpo:InformationDelivery",
"label" : "delivers for",
"range" : "idpo:Project",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:hasInformationDelivery",
"propertyDisjointWith" : "idpo:belongsTo"
}, {
"@id" : "idpo:deliverySpecification",
"@type" : "owl:ObjectProperty",
"comment" : "Represents the concrete specification of delivered information as a sh:NodeShape oder any other rdfs:Resource",
"domain" : "idpo:InformationDeliverySpecification",
"label" : "delivery specification",
"range" : [ "rdfs:Resource", "sh:NodeShape" ],
"subPropertyOf" : "owl:topObjectProperty"
}, {
"@id" : "idpo:derivedFromBPMN",
"@type" : "owl:ObjectProperty",
"comment" : "Associates the BPMN object from which this individual has been derived",
"domain" : [ "idpo:InformationDelivery", "idpo:InformationUsage", "idpo:Information" ],
"label" : "derived from BPMN object",
"range" : [ "bpmn2:DataObject", "bpmn2:Task" ],
"subPropertyOf" : "owl:topObjectProperty"
}, {
"@id" : "idpo:dueDate",
"@type" : "owl:DatatypeProperty",
"comment" : "The due date of an information requirement",
"domain" : "idpo:InformationRequirement",
"label" : "due date",
"range" : "xsd:dateTime",
"subPropertyOf" : "owl:topDataProperty"
}, {
"@id" : "idpo:generatesInformation",
"@type" : "owl:ObjectProperty",
"comment" : "Associates generated information to an information delivery",
"domain" : "idpo:InformationDelivery",
"label" : "generates Information",
"range" : "idpo:Information",
"subPropertyOf" : [ "owl:topObjectProperty", "prov:generated" ],
"inverseOf" : "idpo:isGeneratedBy",
"propertyDisjointWith" : "idpo:usesInformation"
}, {
"@id" : "idpo:hasData",
"@type" : "owl:ObjectProperty",
"comment" : "Associates any kind of data to an information",
"domain" : "idpo:Information",
"label" : "has data",
"range" : "rdfs:Resource",
"subPropertyOf" : "owl:topObjectProperty"
}, {
"@id" : "idpo:hasInformationDelivery",
"@type" : "owl:ObjectProperty",
"comment" : "Associates an information delivery to a project",
"domain" : "idpo:Project",
"label" : "has information delivery",
"range" : "idpo:InformationDelivery",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:deliversFor",
"propertyDisjointWith" : "idpo:hasInformationUsage",
"prefLabel" : "has information delivery"
}, {
"@id" : "idpo:hasInformationUsage",
"@type" : "owl:ObjectProperty",
"comment" : "Associates an information usage to a project",
"domain" : "idpo:Project",
"label" : "has information usage",
"range" : "idpo:InformationUsage",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:belongsTo",
"propertyDisjointWith" : "idpo:hasInformationDelivery",
"prefLabel" : "hasInformationUsage"
}, {
"@id" : "idpo:hasMember",
"@type" : "owl:ObjectProperty",
"comment" : "Associates a prov:Person to a project",
"domain" : "idpo:Project",
"label" : "has member",
"range" : "prov:Person",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:isMemberOf",
"prefLabel" : "has Member"
}, {
"@id" : "idpo:hasReceivingPerson",
"@type" : "owl:ObjectProperty",
"comment" : "Associates a prov:Person to a information usage",
"domain" : "idpo:InformationUsage",
"label" : "has receiving person",
"range" : "prov:Person",
"subPropertyOf" : "owl:topObjectProperty",
"prefLabel" : "has Member"
}, {
"@id" : "idpo:hasRequirement",
"@type" : "owl:ObjectProperty",
"comment" : "Associates a requirement to an information",
"domain" : "idpo:Information",
"label" : "has requirement",
"range" : "idpo:InformationRequirement",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:isRequirementOf"
}, {
"@id" : "idpo:hasSendingPerson",
"@type" : "owl:ObjectProperty",
"comment" : "Associates a prov:Person to a information delivery",
"domain" : "idpo:InformationDelivery",
"label" : "has sending person",
"range" : "prov:Person",
"subPropertyOf" : "owl:topObjectProperty",
"prefLabel" : "has Member"
}, {
"@id" : "idpo:hasSpecification",
"@type" : "owl:ObjectProperty",
"comment" : "Associates a specification to an information",
"domain" : "idpo:Information",
"label" : "has specification",
"range" : "idpo:InformationDeliverySpecification",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:isSpecificationOf"
}, {
"@id" : "idpo:hasStatus",
"@type" : "owl:ObjectProperty",
"comment" : "Associates a status to an information",
"domain" : "idpo:Information",
"label" : "has status",
"range" : "idpo:InformationStatus",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:isStatusOf",
"prefLabel" : "has status"
}, {
"@id" : "idpo:isGeneratedBy",
"@type" : "owl:ObjectProperty",
"comment" : "Associates the originating information delivery to an information",
"domain" : "idpo:Information",
"label" : "is generated by",
"range" : "idpo:InformationDelivery",
"subPropertyOf" : [ "owl:topObjectProperty", "prov:wasGeneratedBy" ],
"inverseOf" : "idpo:generatesInformation"
}, {
"@id" : "idpo:isMemberOf",
"@type" : "owl:ObjectProperty",
"comment" : "Associates a project to a prov:Person",
"domain" : "prov:Person",
"label" : "is member of",
"range" : "idpo:Project",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:hasMember",
"prefLabel" : "is member of"
}, {
"@id" : "idpo:isRequirementOf",
"@type" : "owl:ObjectProperty",
"comment" : "Associates the originating information to a requirement",
"domain" : "idpo:InformationRequirement",
"label" : "is information requirement of",
"range" : "idpo:Information",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:hasRequirement",
"prefLabel" : "is information requirement of"
}, {
"@id" : "idpo:isSpecificationOf",
"@type" : "owl:ObjectProperty",
"comment" : "Associates the originating information to a specification",
"domain" : "idpo:InformationDeliverySpecification",
"label" : "is specification of",
"range" : "idpo:Information",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:hasSpecification",
"prefLabel" : "is specification of"
}, {
"@id" : "idpo:isStatusOf",
"@type" : "owl:ObjectProperty",
"comment" : "Associates the information that uses a status",
"domain" : "idpo:InformationStatus",
"label" : "is status of",
"range" : "idpo:Information",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:hasStatus",
"prefLabel" : "is status of"
}, {
"@id" : "idpo:isUsedBy",
"@type" : "owl:ObjectProperty",
"comment" : "Represents the usage of an information",
"domain" : "idpo:Information",
"label" : "is used by",
"range" : "idpo:InformationUsage",
"subPropertyOf" : "owl:topObjectProperty",
"inverseOf" : "idpo:usesInformation",
"propertyDisjointWith" : "idpo:generatesInformation"
}, {
"@id" : "idpo:priority",
"@type" : "owl:DatatypeProperty",
"comment" : "Represents the priority of an information requirement, e. g. high, low, none",
"domain" : "idpo:InformationRequirement",
"label" : "priority",
"range" : "xsd:string",
"subPropertyOf" : "owl:topDataProperty"
}, {
"@id" : "idpo:requires",
"@type" : "owl:ObjectProperty",
"comment" : "Represents the concrete requirement of delivered information as a sh:NodeShape oder any other rdfs:Resource on the dataset and/or document level",
"domain" : "idpo:InformationRequirement",
"label" : "requires",
"range" : "sh:Shape",
"subPropertyOf" : "owl:topObjectProperty"
}, {
"@id" : "idpo:status",
"@type" : "owl:DatatypeProperty",
"comment" : "Represents the status string of a status individual, e. g. Work in Progess, Shared, Published, Archived",
"domain" : "idpo:InformationStatus",
"label" : "status",
"range" : "xsd:string",
"subPropertyOf" : "owl:topDataProperty"
}, {
"@id" : "idpo:statusSystem",
"@type" : "owl:DatatypeProperty",
"comment" : "Represents the status system string of a status individual, e. g. ISO19650 or an URI to the originating status system",
"domain" : "idpo:InformationStatus",
"label" : "status system",
"range" : "_:b0",
"subPropertyOf" : "owl:topDataProperty"
}, {
"@id" : "idpo:suitability",
"@type" : "owl:DatatypeProperty",
"comment" : "Represents the suitability of information within an information requirement, e. g. regarding to ISO19650",
"domain" : "idpo:InformationRequirement",
"label" : "suitablity",
"range" : "xsd:string",
"subPropertyOf" : "owl:topDataProperty"
}, {
"@id" : "idpo:usesInformation",
"@type" : "owl:ObjectProperty",
"comment" : "Associates used information to an information usage",
"domain" : "idpo:InformationUsage",
"label" : "uses information",
"range" : "idpo:Information",
"subPropertyOf" : [ "owl:topObjectProperty", "prov:used" ],
"inverseOf" : "idpo:isUsedBy",
"propertyDisjointWith" : "idpo:generatesInformation"
}, {
"@id" : "bpmn2:PrefixDeclaration",
"@type" : "sh:PrefixDeclaration",
"namespace" : "http://www.omg.org/spec/BPMN/20100524/MODEL#",
"prefix" : "bpmn2"
} ],
"@context" : {
"range" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#range",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"domain" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#domain",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"subPropertyOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
"@type" : "@id"
},
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"name" : {
"@id" : "http://xmlns.com/foaf/0.1/name"
},
"inverseOf" : {
"@id" : "http://www.w3.org/2002/07/owl#inverseOf",
"@type" : "@id"
},
"propertyDisjointWith" : {
"@id" : "http://www.w3.org/2002/07/owl#propertyDisjointWith",
"@type" : "@id"
},
"unionOf" : {
"@id" : "http://www.w3.org/2002/07/owl#unionOf",
"@type" : "@id"
},
"prefLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#prefLabel"
},
"rest" : {
"@id" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest",
"@type" : "@id"
},
"first" : {
"@id" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#first",
"@type" : "@id"
},
"title" : {
"@id" : "http://purl.org/dc/terms/title"
},
"imports" : {
"@id" : "http://www.w3.org/2002/07/owl#imports",
"@type" : "@id"
},
"created" : {
"@id" : "http://purl.org/dc/terms/created",
"@type" : "http://www.w3.org/2001/XMLSchema#date"
},
"source" : {
"@id" : "http://purl.org/dc/terms/source"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"creator" : {
"@id" : "http://purl.org/dc/terms/creator",
"@type" : "@id"
},
"versionInfo" : {
"@id" : "http://www.w3.org/2002/07/owl#versionInfo"
},
"declare" : {
"@id" : "http://www.w3.org/ns/shacl#declare",
"@type" : "@id"
},
"license" : {
"@id" : "http://purl.org/dc/terms/license"
},
"publisher" : {
"@id" : "http://purl.org/dc/terms/publisher"
},
"namespace" : {
"@id" : "http://www.w3.org/ns/shacl#namespace",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://www.w3.org/ns/shacl#prefix"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"owl" : "http://www.w3.org/2002/07/owl#",
"tosh" : "http://topbraid.org/tosh#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"skos" : "http://www.w3.org/2004/02/skos/core#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"idpo" : "http://w3id.org/idpo#",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"sh" : "http://www.w3.org/ns/shacl#",
"dcterms" : "http://purl.org/dc/terms/",
"bpmn2" : "http://www.omg.org/spec/BPMN/20100524/MODEL#",
"dash" : "http://datashapes.org/dash#",
"swa" : "http://topbraid.org/swa#",
"vann" : "http://purl.org/vocab/vann/",
"prov" : "http://www.w3.org/ns/prov#",
"foaf" : "http://xmlns.com/foaf/0.1/",
"dc" : "http://purl.org/dc/elements/1.1/"
}
}