-
Notifications
You must be signed in to change notification settings - Fork 0
/
idpo.nt
270 lines (269 loc) · 34.3 KB
/
idpo.nt
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
# baseURI: http://w3id.org/idpo
# imports: http://www.w3.org/ns/prov-o#
# imports: http://www.w3.org/ns/shacl#
# prefix: idpo
<http://w3id.org/idpo#deliverySpecification> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://w3id.org/idpo#deliverySpecification> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/shacl#NodeShape> .
<http://w3id.org/idpo#deliverySpecification> <http://www.w3.org/2000/01/rdf-schema#label> "delivery specification" .
<http://w3id.org/idpo#deliverySpecification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#deliverySpecification> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationDeliverySpecification> .
<http://w3id.org/idpo#deliverySpecification> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the concrete specification of delivered information as a sh:NodeShape oder any other rdfs:Resource" .
<http://w3id.org/idpo#deliverySpecification> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasData> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://w3id.org/idpo#hasData> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates any kind of data to an information" .
<http://w3id.org/idpo#hasData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#hasData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasData> <http://www.w3.org/2000/01/rdf-schema#label> "has data" .
<http://w3id.org/idpo#hasData> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#statusSystem> <http://www.w3.org/2000/01/rdf-schema#range> _:Baff091c5X2Da0cfX2D4dfaX2D8870X2Df91f8a0495d5 .
<http://w3id.org/idpo#statusSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the status system string of a status individual, e. g. ISO19650 or an URI to the originating status system" .
<http://w3id.org/idpo#statusSystem> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationStatus> .
<http://w3id.org/idpo#statusSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/idpo#statusSystem> <http://www.w3.org/2000/01/rdf-schema#label> "status system" .
<http://w3id.org/idpo#statusSystem> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://w3id.org/idpo#InformationStatus> <http://www.w3.org/2000/01/rdf-schema#comment> "This class represents the status of information." .
<http://w3id.org/idpo#InformationStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#InformationStatus> <http://www.w3.org/2000/01/rdf-schema#label> "Information Status" .
<http://w3id.org/idpo#InformationStatus> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
_:B20a8f23fe8adce74b7f5929f6d0d5cd0 <http://xmlns.com/foaf/0.1/name> "Philipp Hagedorn, Ruhr-University Bochum" .
_:B20a8f23fe8adce74b7f5929f6d0d5cd0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2000/01/rdf-schema#label> "generates Information" .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#isGeneratedBy> .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates generated information to an information delivery" .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/prov#generated> .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationDelivery> .
<http://w3id.org/idpo#generatesInformation> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://w3id.org/idpo#usesInformation> .
_:Baff091c5X2Da0cfX2D4dfaX2D8870X2Df91f8a0495d5 <http://www.w3.org/2002/07/owl#unionOf> _:B148d37a6X2Dc6b3X2D4ae2X2DaefeX2Dcb7e5c8da51e .
_:Baff091c5X2Da0cfX2D4dfaX2D8870X2Df91f8a0495d5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates the information that uses a status" .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#hasStatus> .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#label> "is status of" .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/2004/02/skos/core#prefLabel> "is status of" .
<http://w3id.org/idpo#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationStatus> .
<http://w3id.org/idpo#InformationRequirement> <http://www.w3.org/2000/01/rdf-schema#label> "Information Requirement" .
<http://w3id.org/idpo#InformationRequirement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#InformationRequirement> <http://www.w3.org/2000/01/rdf-schema#comment> "This class contains the information requirements for an associated information individual." .
<http://w3id.org/idpo#InformationRequirement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://w3id.org/idpo#status> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the status string of a status individual, e. g. Work in Progess, Shared, Published, Archived" .
<http://w3id.org/idpo#status> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationStatus> .
<http://w3id.org/idpo#status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/idpo#status> <http://www.w3.org/2000/01/rdf-schema#label> "status" .
<http://w3id.org/idpo#status> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/idpo#status> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
_:B148d37a6X2Dc6b3X2D4ae2X2DaefeX2Dcb7e5c8da51e <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Bdbf09430X2D6475X2D4988X2Db192X2D883c381aaebc .
_:B148d37a6X2Dc6b3X2D4ae2X2DaefeX2Dcb7e5c8da51e <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/idpo> <http://purl.org/dc/terms/title> "Information Delivery Processes Ontology (IDPO)" .
<http://w3id.org/idpo> <http://www.w3.org/2002/07/owl#imports> <http://www.w3.org/ns/shacl#> .
<http://w3id.org/idpo> <http://purl.org/dc/terms/created> "2020-03-30"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://w3id.org/idpo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://w3id.org/idpo> <http://purl.org/dc/terms/source> "https://git.inf.bi.ruhr-uni-bochum.de/semweb-ontology/idpo/" .
<http://w3id.org/idpo> <http://purl.org/dc/terms/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." .
<http://w3id.org/idpo> <http://purl.org/dc/terms/creator> _:B20a8f23fe8adce74b7f5929f6d0d5cd0 .
<http://w3id.org/idpo> <http://www.w3.org/2002/07/owl#versionInfo> "v0.1" .
<http://w3id.org/idpo> <http://www.w3.org/ns/shacl#declare> <http://w3id.org/idpo#PrefixDeclaration> .
<http://w3id.org/idpo> <http://www.w3.org/2002/07/owl#imports> <http://www.w3.org/ns/prov-o#> .
<http://w3id.org/idpo> <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by-sa/4.0/" .
<http://w3id.org/idpo> <http://purl.org/dc/terms/publisher> "Chair of Computing in Engineering, Ruhr-University Bochum" .
<http://w3id.org/idpo> <http://www.w3.org/ns/shacl#declare> <http://www.omg.org/spec/BPMN/20100524/MODEL#PrefixDeclaration> .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates an information delivery to a project" .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2000/01/rdf-schema#label> "has information delivery" .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#deliversFor> .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://w3id.org/idpo#hasInformationUsage> .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Project> .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2004/02/skos/core#prefLabel> "has information delivery" .
<http://w3id.org/idpo#hasInformationDelivery> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#InformationDelivery> .
<http://w3id.org/idpo#dueDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The due date of an information requirement" .
<http://w3id.org/idpo#dueDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationRequirement> .
<http://w3id.org/idpo#dueDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/idpo#dueDate> <http://www.w3.org/2000/01/rdf-schema#label> "due date" .
<http://w3id.org/idpo#dueDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://w3id.org/idpo#dueDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://w3id.org/idpo#PrefixDeclaration> <http://www.w3.org/ns/shacl#namespace> "http://w3id.org/idpo#"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://w3id.org/idpo#PrefixDeclaration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/shacl#PrefixDeclaration> .
<http://w3id.org/idpo#PrefixDeclaration> <http://www.w3.org/ns/shacl#prefix> "idpo" .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates the originating information to a requirement" .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/2000/01/rdf-schema#label> "is information requirement of" .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#hasRequirement> .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationRequirement> .
<http://w3id.org/idpo#isRequirementOf> <http://www.w3.org/2004/02/skos/core#prefLabel> "is information requirement of" .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates an information usage to a project" .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2000/01/rdf-schema#label> "has information usage" .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://w3id.org/idpo#hasInformationDelivery> .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#belongsTo> .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Project> .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#InformationUsage> .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasInformationUsage> <http://www.w3.org/2004/02/skos/core#prefLabel> "hasInformationUsage" .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates a prov:Person to a project" .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/2000/01/rdf-schema#label> "has member" .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#isMemberOf> .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/prov#Person> .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/2004/02/skos/core#prefLabel> "has Member" .
<http://w3id.org/idpo#hasMember> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Project> .
<http://w3id.org/idpo#suitability> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the suitability of information within an information requirement, e. g. regarding to ISO19650" .
<http://w3id.org/idpo#suitability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/idpo#suitability> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://w3id.org/idpo#suitability> <http://www.w3.org/2000/01/rdf-schema#label> "suitablity" .
<http://w3id.org/idpo#suitability> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/idpo#suitability> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationRequirement> .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.omg.org/spec/BPMN/20100524/MODEL#DataObject> .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.omg.org/spec/BPMN/20100524/MODEL#Task> .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationDelivery> .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationUsage> .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates the BPMN object from which this individual has been derived" .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#label> "derived from BPMN object" .
<http://w3id.org/idpo#derivedFromBPMN> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#InformationDelivery> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://w3id.org/idpo#InformationDelivery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#InformationDelivery> <http://www.w3.org/2000/01/rdf-schema#label> "Information Delivery" .
<http://w3id.org/idpo#InformationDelivery> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.omg.org/spec/BPMN/20100524/MODEL#Task> .
<http://w3id.org/idpo#InformationDelivery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://w3id.org/idpo#InformationDelivery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Activity> .
<http://w3id.org/idpo#requires> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the concrete requirement of delivered information as a sh:NodeShape oder any other rdfs:Resource on the dataset and/or document level" .
<http://w3id.org/idpo#requires> <http://www.w3.org/2000/01/rdf-schema#label> "requires" .
<http://w3id.org/idpo#requires> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#requires> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#requires> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/shacl#Shape> .
<http://w3id.org/idpo#requires> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationRequirement> .
<http://w3id.org/idpo#hasSpecification> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates a specification to an information" .
<http://w3id.org/idpo#hasSpecification> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#hasSpecification> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#isSpecificationOf> .
<http://w3id.org/idpo#hasSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "has specification" .
<http://w3id.org/idpo#hasSpecification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasSpecification> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasSpecification> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#InformationDeliverySpecification> .
<http://w3id.org/idpo#hasRequirement> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates a requirement to an information" .
<http://w3id.org/idpo#hasRequirement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#hasRequirement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasRequirement> <http://www.w3.org/2000/01/rdf-schema#label> "has requirement" .
<http://w3id.org/idpo#hasRequirement> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#isRequirementOf> .
<http://w3id.org/idpo#hasRequirement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasRequirement> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#InformationRequirement> .
<http://w3id.org/idpo#priority> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the priority of an information requirement, e. g. high, low, none" .
<http://w3id.org/idpo#priority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/idpo#priority> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://w3id.org/idpo#priority> <http://www.w3.org/2000/01/rdf-schema#label> "priority" .
<http://w3id.org/idpo#priority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/idpo#priority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationRequirement> .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/2000/01/rdf-schema#label> "belongs to" .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Project> .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the usage of an information inside a project" .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#hasInformationUsage> .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationUsage> .
<http://w3id.org/idpo#belongsTo> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://w3id.org/idpo#deliversFor> .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is used by" .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://w3id.org/idpo#generatesInformation> .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the usage of an information" .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#InformationUsage> .
<http://w3id.org/idpo#isUsedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#usesInformation> .
<http://w3id.org/idpo#InformationDeliverySpecification> <http://www.w3.org/2004/02/skos/core#prefLabel> "Information Delivery Specification" .
<http://w3id.org/idpo#InformationDeliverySpecification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#InformationDeliverySpecification> <http://www.w3.org/2000/01/rdf-schema#comment> "This class contains a set of delivery specifications for an associated information individual." .
<http://w3id.org/idpo#InformationDeliverySpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://w3id.org/idpo#InformationDeliverySpecification> <http://www.w3.org/2000/01/rdf-schema#label> "Information Delivery Specification" .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the delivery of an information inside a project" .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/2000/01/rdf-schema#label> "delivers for" .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://w3id.org/idpo#belongsTo> .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#hasInformationDelivery> .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationDelivery> .
<http://w3id.org/idpo#deliversFor> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Project> .
<http://w3id.org/idpo#hasReceivingPerson> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationUsage> .
<http://w3id.org/idpo#hasReceivingPerson> <http://www.w3.org/2000/01/rdf-schema#label> "has receiving person" .
<http://w3id.org/idpo#hasReceivingPerson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasReceivingPerson> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/prov#Person> .
<http://w3id.org/idpo#hasReceivingPerson> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasReceivingPerson> <http://www.w3.org/2004/02/skos/core#prefLabel> "has Member" .
<http://w3id.org/idpo#hasReceivingPerson> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates a prov:Person to a information usage" .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates a project to a prov:Person" .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#hasMember> .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/prov#Person> .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/2000/01/rdf-schema#label> "is member of" .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Project> .
<http://w3id.org/idpo#isMemberOf> <http://www.w3.org/2004/02/skos/core#prefLabel> "is member of" .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates the originating information to a specification" .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/2004/02/skos/core#prefLabel> "is specification of" .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is specification of" .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationDeliverySpecification> .
<http://w3id.org/idpo#isSpecificationOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#hasSpecification> .
<http://www.omg.org/spec/BPMN/20100524/MODEL#PrefixDeclaration> <http://www.w3.org/ns/shacl#prefix> "bpmn2" .
<http://www.omg.org/spec/BPMN/20100524/MODEL#PrefixDeclaration> <http://www.w3.org/ns/shacl#namespace> "http://www.omg.org/spec/BPMN/20100524/MODEL#"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://www.omg.org/spec/BPMN/20100524/MODEL#PrefixDeclaration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/shacl#PrefixDeclaration> .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates used information to an information usage" .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2000/01/rdf-schema#label> "uses information" .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#isUsedBy> .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://w3id.org/idpo#generatesInformation> .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/prov#used> .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#usesInformation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationUsage> .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates the originating information delivery to an information" .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#generatesInformation> .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is generated by" .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/prov#wasGeneratedBy> .
<http://w3id.org/idpo#isGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#InformationDelivery> .
_:Bdbf09430X2D6475X2D4988X2Db192X2D883c381aaebc <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:Bdbf09430X2D6475X2D4988X2Db192X2D883c381aaebc <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://w3id.org/idpo#hasSendingPerson> <http://www.w3.org/2000/01/rdf-schema#label> "has sending person" .
<http://w3id.org/idpo#hasSendingPerson> <http://www.w3.org/2004/02/skos/core#prefLabel> "has Member" .
<http://w3id.org/idpo#hasSendingPerson> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasSendingPerson> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/prov#Person> .
<http://w3id.org/idpo#hasSendingPerson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasSendingPerson> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#InformationDelivery> .
<http://w3id.org/idpo#hasSendingPerson> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates a prov:Person to a information delivery" .
<http://w3id.org/idpo#Information> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://w3id.org/idpo#Information> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#Information> <http://www.w3.org/2000/01/rdf-schema#label> "Information" .
<http://w3id.org/idpo#Information> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.omg.org/spec/BPMN/20100524/MODEL#DataObject> .
<http://w3id.org/idpo#Information> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://w3id.org/idpo#Information> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
<http://w3id.org/idpo#InformationUsage> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://w3id.org/idpo#InformationUsage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#InformationUsage> <http://www.w3.org/2000/01/rdf-schema#label> "Information Usage" .
<http://w3id.org/idpo#InformationUsage> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.omg.org/spec/BPMN/20100524/MODEL#Task> .
<http://w3id.org/idpo#InformationUsage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://w3id.org/idpo#InformationUsage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Activity> .
<http://w3id.org/idpo#Project> <http://www.w3.org/2000/01/rdf-schema#comment> "This class represents a project and hosts the activities for generating and using information and the related persons." .
<http://w3id.org/idpo#Project> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/idpo#Project> <http://www.w3.org/2000/01/rdf-schema#label> "Project" .
<http://w3id.org/idpo#Project> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://w3id.org/idpo#Project> <http://www.w3.org/2004/02/skos/core#prefLabel> "Project" .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/2000/01/rdf-schema#comment> "Associates a status to an information" .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/idpo#Information> .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/2002/07/owl#inverseOf> <http://w3id.org/idpo#isStatusOf> .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/2000/01/rdf-schema#label> "has status" .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/idpo#InformationStatus> .
<http://w3id.org/idpo#hasStatus> <http://www.w3.org/2004/02/skos/core#prefLabel> "has status" .