This repository has been archived by the owner on Oct 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ns.rdf
402 lines (362 loc) · 21.7 KB
/
ns.rdf
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
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:oslc="http://open-services.net/ns/core#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:oslcasset="http://open-services.net/ns/asset#"
xmlns:goblint="http://goblint.in.tum.de/ns#">
<owl:Ontology rdf:about="goblint:">
<dcterms:title>The Goblint OSLC Vocabulary
</dcterms:title>
<dcterms:description rdf:parseType="Literal">
All vocabulary URIs used by the Goblint OSLC adaptor
</dcterms:description>
</owl:Ontology>
<rdf:Description>
<oslc:describes rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">The Goblint OSLC resource</dcterms:title>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
<oslc:creationFactory rdf:nodeID="A1"/>
<oslc:creationFactory rdf:nodeID="A2"/>
<oslc:creationFactory rdf:nodeID="A3"/>
<oslc:creationFactory rdf:nodeID="A4"/>
<oslc:creationFactory rdf:nodeID="A5"/>
<oslc:creationFactory rdf:nodeID="A6"/>
<oslc:creationFactory rdf:nodeID="A7"/>
</rdf:Description>
<rdf:Class rdf:about="goblint:GoblintResource">
<rdfs:isDefinedBy rdf:resource="goblint:GoblintResource"/>
<rdfs:lable>The Goblint OSLC resource</rdfs:lable>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
</rdf:Class>
<rdf:Class rdf:about="goblint:ConfFileAsset">
<rdfs:isDefinedBy rdf:resource="goblint:ConfFileAsset"/>
<rdfs:lable>Plain folder asset</rdfs:lable>
<rdfs:subClassOf>oslcasset:Asset</rdfs:subClassOf>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
</rdf:Class>
<rdf:Class rdf:about="goblint:SourceFolderAsset">
<rdfs:isDefinedBy rdf:resource="goblint:SourceFolderAsset"/>
<rdfs:lable>Source code folder asset</rdfs:lable>
<rdfs:subClassOf>oslcasset:Asset</rdfs:subClassOf>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
</rdf:Class>
<rdf:Class rdf:about="goblint:StoredInvariantAsset">
<rdfs:isDefinedBy rdf:resource="goblint:StoredInvariantAsset"/>
<rdfs:lable>Source code folder asset</rdfs:lable>
<rdfs:subClassOf>oslcasset:Asset</rdfs:subClassOf>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
</rdf:Class>
<rdf:Class rdf:about="goblint:GoblintResultWarning">
<rdfs:isDefinedBy rdf:resource="goblint:GoblintResultWarning"/>
<rdfs:lable>Goblint analysis result: HTML</rdfs:lable>
<rdfs:subClassOf>oslcqm:TestResult</rdfs:subClassOf>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
</rdf:Class>
<rdf:Class rdf:about="goblint:GoblintResultXML">
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
<rdfs:isDefinedBy rdf:resource="goblint:GoblintResultXML"/>
<rdfs:subClassOf>oslcqm:TestResult</rdfs:subClassOf>
<rdfs:lable>Goblint analysis result: XML</rdfs:lable>
</rdf:Class>
<rdf:Class rdf:about="goblint:GoblintResultHTML">
<rdfs:lable>Goblint analysis result: HTML</rdfs:lable>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
<rdfs:isDefinedBy rdf:resource="goblint:GoblintResultHTML"/>
<rdfs:subClassOf>oslcqm:TestResult</rdfs:subClassOf>
</rdf:Class>
<rdf:Class rdf:about="goblint:GoblintResultStoredInvariant">
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
<rdfs:isDefinedBy rdf:resource="goblint:GoblintResultStoredInvariant"/>
<rdfs:lable>Goblint analysis result: HTML</rdfs:lable>
<rdfs:subClassOf>oslcqm:TestResult</rdfs:subClassOf>
</rdf:Class>
<rdf:Class rdf:about="goblint:GoblintAnalysisJob">
<rdfs:isDefinedBy rdf:resource="goblint:GoblintAnalysisJob"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResourceShape"/>
<rdfs:lable>Goblint analysis job.</rdfs:lable>
</rdf:Class>
<rdf:Description>
<dcterms:description rdf:parseType="Literal">A URI to configuration file.</dcterms:description>
<dcterms:title rdf:parseType="Literal">confFileURI</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:confFileURI"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>confFileURI</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:ConfFileAsset"/>
</rdf:Description>
<rdf:Description>
<dcterms:description rdf:parseType="Literal">A URI to configuration file.</dcterms:description>
<dcterms:title rdf:parseType="Literal">sourceFolderURI</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:sourceFolderURI"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>confFileURI</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:SourceFolderAsset"/>
</rdf:Description>
<rdf:Description>
<dcterms:description rdf:parseType="Literal">A URI to the stored invariants.</dcterms:description>
<dcterms:title rdf:parseType="Literal">storedInvariantFiileURI</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:storedInvariantFiileURI"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>confFileURI</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:StoredInvariantAsset"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">Textual description of the warning.</dcterms:description>
<dcterms:title rdf:parseType="Literal">goblintResultWarningDescription</dcterms:title>
<oslc:valueType rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<oslc:propertyDefinition rdf:resource="goblint:GoblintResourceResultWarningDescription"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>goblintResultWarningDescription</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResultWarning"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">The line with which the warning is associated with.</dcterms:description>
<dcterms:title rdf:parseType="Literal">goblintResultWarningLine</dcterms:title>
<oslc:valueType rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
<oslc:propertyDefinition rdf:resource="goblint:GoblintResourceResultWarningLine"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>goblintResultWarningLine</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResultWarning"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">The file with which the warning is associated with.</dcterms:description>
<dcterms:title rdf:parseType="Literal">goblintResultWarningFile</dcterms:title>
<oslc:valueType rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<oslc:propertyDefinition rdf:resource="goblint:GoblintResourceResultWarningFile"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>goblintResultWarningFile</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResultWarning"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">Analysis result in XML form.</dcterms:description>
<dcterms:title rdf:parseType="Literal">goblintResultXML</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:GoblintResourceResultXML"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>goblintResultXML</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResultXML"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">Analysis result in HTML form.</dcterms:description>
<dcterms:title rdf:parseType="Literal">goblintResultHTML</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:GoblintResourceResultHTML"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>goblintResultHTML</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResultHTML"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">Analysis result in stored invariant form.</dcterms:description>
<dcterms:title rdf:parseType="Literal">goblintResultStoredInvariantAsset</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:GoblintResourceResultStoredInvariantAsset"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>goblintResultStoredInvariantAsset</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResultStoredInvariant"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">The configuration of the analysis.</dcterms:description>
<dcterms:title rdf:parseType="Literal">confFile</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:confFile"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>confFile</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintAnalysisJob"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">The source files to be analyzed.</dcterms:description>
<dcterms:title rdf:parseType="Literal">sourceFolder</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:sourceFolder"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Exactly-one"/>
<oslc:name>sourceFolder</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintAnalysisJob"/>
</rdf:Description>
<rdf:Description >
<dcterms:description rdf:parseType="Literal">An invariant asset that holds for the analysis.</dcterms:description>
<dcterms:title rdf:parseType="Literal">storedInvariant</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#Resource"/>
<oslc:representation rdf:resource="http://open-services.net/ns/core#Reference"/>
<oslc:propertyDefinition rdf:resource="goblint:storedInvariant"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-one"/>
<oslc:name>storedInvariant</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintAnalysisJob"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">sourceFolders</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:sourceFolders"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>sourceFolders</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">storedInvariants</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:storedInvariants"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>storedInvariants</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">analysisJobs</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:analysisJobs"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>analysisJobs</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">resultXML</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:resultXML"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>resultXML</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">confFiles</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:confFiles"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>confFiles</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">resultStoredInvariants</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:resultStoredInvariants"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>resultStoredInvariants</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">resultHTML</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:resultHTML"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>resultHTML</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description >
<dcterms:title rdf:parseType="Literal">resultWarnings</dcterms:title>
<oslc:valueType rdf:resource="http://open-services.net/ns/core#LocalResource"/>
<oslc:propertyDefinition rdf:resource="goblint:resultWarnings"/>
<oslc:occurs rdf:resource="http://open-services.net/ns/core#Zero-or-many"/>
<oslc:readOnly rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oslc:readOnly>
<oslc:name>resultWarnings</oslc:name>
<rdf:type rdf:resource="http://open-services.net/ns/core#Property"/>
<rdfs:domain rdf:resource="goblint:GoblintResource"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A1">
<oslc:resourceShape rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">Goblint ResultHTML Factory</dcterms:title>
<oslc:creation rdf:resource="goblint:createResultHTML"/>
<oslc:label>Goblint ResultHTML Creation</oslc:label>
<oslc:usage rdf:resource="http://open-services.net/ns/core#default"/>
<oslc:resourceType rdf:resource="http://open-services.net/ns/asset#Asset"/>
<oslc:resourceType rdf:resource="goblint:ResultHTML"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#CreationFactory"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A2">
<oslc:resourceShape rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">Goblint Analysis Job Factory</dcterms:title>
<oslc:creation rdf:resource="goblint:runAnalysisJob"/>
<oslc:label>Goblint Analysis Job Creation</oslc:label>
<oslc:usage rdf:resource="http://open-services.net/ns/core#default"/>
<oslc:resourceType rdf:resource="http://open-services.net/ns/asset#Asset"/>
<oslc:resourceType rdf:resource="goblint:AnalysisJob"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#CreationFactory"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A3">
<oslc:resourceShape rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">Goblint ResultXML Factory</dcterms:title>
<oslc:creation rdf:resource="goblint:createResultXML"/>
<oslc:label>Goblint ResultXML Creation</oslc:label>
<oslc:usage rdf:resource="http://open-services.net/ns/core#default"/>
<oslc:resourceType rdf:resource="http://open-services.net/ns/asset#Asset"/>
<oslc:resourceType rdf:resource="goblint:ResultXML"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#CreationFactory"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A4">
<oslc:resourceShape rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">Goblint ResultWarning Factory</dcterms:title>
<oslc:creation rdf:resource="goblint:createResultWarning"/>
<oslc:label>Goblint ResultWarning Creation</oslc:label>
<oslc:usage rdf:resource="http://open-services.net/ns/core#default"/>
<oslc:resourceType rdf:resource="http://open-services.net/ns/asset#Asset"/>
<oslc:resourceType rdf:resource="goblint:ResultWarning"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#CreationFactory"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A5">
<oslc:resourceShape rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">Goblint ConfFile Factory</dcterms:title>
<oslc:creation rdf:resource="goblint:createConfFile"/>
<oslc:label>Goblint ConfFile Creation</oslc:label>
<oslc:usage rdf:resource="http://open-services.net/ns/core#default"/>
<oslc:resourceType rdf:resource="http://open-services.net/ns/asset#Asset"/>
<oslc:resourceType rdf:resource="goblint:ConfFileAsset"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#CreationFactory"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A6">
<oslc:resourceShape rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">Goblint SourceFolders Factory</dcterms:title>
<oslc:creation rdf:resource="goblint:createSourceFolders"/>
<oslc:label>Goblint SourceFolder Creation</oslc:label>
<oslc:usage rdf:resource="http://open-services.net/ns/core#default"/>
<oslc:resourceType rdf:resource="http://open-services.net/ns/asset#Asset"/>
<oslc:resourceType rdf:resource="goblint:SourceFolderAsset"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#CreationFactory"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A7">
<oslc:resourceShape rdf:resource="goblint:GoblintResource"/>
<dcterms:title rdf:parseType="Literal">Goblint ResultStoredInvariant Factory</dcterms:title>
<oslc:creation rdf:resource="goblint:createResultStoredInvariant"/>
<oslc:label>Goblint ResultStoredInvariant Creation</oslc:label>
<oslc:usage rdf:resource="http://open-services.net/ns/core#default"/>
<oslc:resourceType rdf:resource="http://open-services.net/ns/asset#Asset"/>
<oslc:resourceType rdf:resource="goblint:ResultStoredInvariant"/>
<rdf:type rdf:resource="http://open-services.net/ns/core#CreationFactory"/>
</rdf:Description>
</rdf:RDF>