Tore Christiansen

Updated SCCS structures and associated classes

...@@ -20,7 +20,67 @@ ...@@ -20,7 +20,67 @@
20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
21 21
22 NCS: rdf:type owl:Ontology ; 22 NCS: rdf:type owl:Ontology ;
23 - owl:imports <http://data.posccaesar.org/epcis/> , ILAP: , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ccu/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/brreg/> . 23 + owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> .
24 +
25 +NCS:ClassInNorsok
26 + rdf:type owl:Class ;
27 + rdfs:label "Class in norsok"^^xsd:string ;
28 + rdfs:subClassOf NCS:ClassOfIndividual .
29 +
30 +NCS:ClassOfClassOfIndividual
31 + rdf:type owl:Class ;
32 + rdfs:label "Class of class of individual"^^xsd:string ;
33 + rdfs:subClassOf owl:Class .
34 +
35 +NCS:ClassOfIndividual
36 + rdf:type owl:Class ;
37 + rdfs:label "Class of individual"^^xsd:string ;
38 + rdfs:subClassOf owl:Class .
39 +
40 +NCS:ClassificationStructureForNorsok
41 + rdf:type owl:Class ;
42 + rdfs:label "Classification structure for Norsok"^^xsd:string ;
43 + rdfs:subClassOf NCS:ClassOfClassOfIndividual .
44 +
45 +NCS:CorClass
46 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
47 + rdfs:label "Cor class"^^xsd:string ;
48 + rdfs:subClassOf NCS:ClassInNorsok .
49 +
50 +NCS:IndividualInCorClass
51 + rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
52 + rdfs:label "Individual in cor class"^^xsd:string ;
53 + rdfs:subClassOf NCS:IndividualInNorsokClass .
54 +
55 +NCS:IndividualInNorsokClass
56 + rdf:type owl:Class ;
57 + rdfs:label "Individual in norsok class"^^xsd:string ;
58 + rdfs:subClassOf NCS:PossibleIndividual .
59 +
60 +NCS:IndividualInPBSClass
61 + rdf:type owl:Class ;
62 + rdfs:label "Individual in PBSClass"^^xsd:string ;
63 + rdfs:subClassOf NCS:IndividualInNorsokClass .
64 +
65 +NCS:IndividualInSABClass
66 + rdf:type owl:Class ;
67 + rdfs:label "Individual in SABClass"^^xsd:string ;
68 + rdfs:subClassOf NCS:IndividualInNorsokClass .
69 +
70 +NCS:PbsClass
71 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
72 + rdfs:label "PbsClass"^^xsd:string ;
73 + rdfs:subClassOf NCS:ClassInNorsok .
74 +
75 +NCS:PossibleIndividual
76 + rdf:type owl:Class ;
77 + rdfs:label "Possible individual"^^xsd:string ;
78 + rdfs:subClassOf owl:Thing .
79 +
80 +NCS:SabClass
81 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
82 + rdfs:label "Sab class"^^xsd:string ;
83 + rdfs:subClassOf NCS:ClassInNorsok .
24 84
25 ILAP: 85 ILAP:
26 rdf:type owl:Ontology ; 86 rdf:type owl:Ontology ;
...@@ -250,7 +310,9 @@ ILAP:Scheduled ...@@ -250,7 +310,9 @@ ILAP:Scheduled
250 310
251 ILAP:StandardFreeWeekendPeriod 311 ILAP:StandardFreeWeekendPeriod
252 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 312 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
253 - rdfs:label "Standard free weekend period"^^xsd:string . 313 + rdfs:label "Standard free weekend period"^^xsd:string ;
314 + ILAP:hasCalendarPeriodFreeDay
315 + ILAP:Sunday , ILAP:Saturday .
254 316
255 ILAP:StandardWorkWeekdayPeriod 317 ILAP:StandardWorkWeekdayPeriod
256 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 318 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -304,40 +366,64 @@ ILAP:hasTimeNow ...@@ -304,40 +366,64 @@ ILAP:hasTimeNow
304 rdfs:range xsd:date . 366 rdfs:range xsd:date .
305 367
306 COR:A 368 COR:A
307 - rdfs:subClassOf COR:CORelement . 369 + rdfs:subClassOf NCS:IndividualInCorClass .
308 370
309 COR:B 371 COR:B
310 - rdfs:subClassOf COR:CORelement . 372 + rdfs:subClassOf NCS:IndividualInCorClass .
311 373
312 COR:C 374 COR:C
313 - rdfs:subClassOf COR:CORelement . 375 + rdfs:subClassOf NCS:IndividualInCorClass .
314 -
315 -COR:CORelement
316 - rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
317 376
318 COR:E 377 COR:E
319 - rdfs:subClassOf COR:CORelement . 378 + rdfs:subClassOf NCS:IndividualInCorClass .
320 379
321 COR:H 380 COR:H
322 - rdfs:subClassOf COR:CORelement . 381 + rdfs:subClassOf NCS:IndividualInCorClass .
323 382
324 COR:K 383 COR:K
325 - rdfs:subClassOf COR:CORelement . 384 + rdfs:subClassOf NCS:IndividualInCorClass .
326 385
327 COR:L 386 COR:L
328 - rdfs:subClassOf COR:CORelement . 387 + rdfs:subClassOf NCS:IndividualInCorClass .
329 388
330 COR:M 389 COR:M
331 - rdfs:subClassOf COR:CORelement . 390 + rdfs:subClassOf NCS:IndividualInCorClass .
332 391
333 COR:Q 392 COR:Q
334 - rdfs:subClassOf COR:CORelement . 393 + rdfs:subClassOf NCS:IndividualInCorClass .
335 394
336 COR:R 395 COR:R
337 - rdfs:subClassOf COR:CORelement . 396 + rdfs:subClassOf NCS:IndividualInCorClass .
338 397
339 COR:S 398 COR:S
340 - rdfs:subClassOf COR:CORelement . 399 + rdfs:subClassOf NCS:IndividualInCorClass .
341 400
342 COR:X 401 COR:X
343 - rdfs:subClassOf COR:CORelement . 402 + rdfs:subClassOf NCS:IndividualInCorClass .
403 +
404 +<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
405 + rdfs:subClassOf NCS:IndividualInPBSClass .
406 +
407 +<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
408 + rdfs:subClassOf NCS:IndividualInPBSClass .
409 +
410 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
411 + rdfs:subClassOf NCS:IndividualInSABClass .
412 +
413 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
414 + rdfs:subClassOf NCS:IndividualInSABClass .
415 +
416 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
417 + rdfs:subClassOf NCS:IndividualInSABClass .
418 +
419 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
420 + rdfs:subClassOf NCS:IndividualInSABClass .
421 +
422 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
423 + rdfs:subClassOf NCS:IndividualInSABClass .
424 +
425 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
426 + rdfs:subClassOf NCS:IndividualInSABClass .
427 +
428 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
429 + rdfs:subClassOf NCS:IndividualInSABClass .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.