Showing
2 changed files
with
7 additions
and
10 deletions
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
14 | 14 | ||
15 | : rdf:type owl:Ontology ; | 15 | : rdf:type owl:Ontology ; |
16 | - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 16 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . |
17 | 17 | ||
18 | ILAP: | 18 | ILAP: |
19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
... | @@ -125,7 +125,7 @@ ILAP:Dependent_on_Shutdown | ... | @@ -125,7 +125,7 @@ ILAP:Dependent_on_Shutdown |
125 | 125 | ||
126 | ILAP:Development | 126 | ILAP:Development |
127 | rdf:type ILAP:PlanLifecycleStage ; | 127 | rdf:type ILAP:PlanLifecycleStage ; |
128 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 128 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
129 | 129 | ||
130 | ILAP:DisasterRecovery | 130 | ILAP:DisasterRecovery |
131 | rdf:type ILAP:PlanObjectiveType ; | 131 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -475,7 +475,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -475,7 +475,7 @@ ILAP:StandardFreeWeekendPeriod |
475 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 475 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
476 | rdfs:label "Standard free weekend period"^^xsd:string ; | 476 | rdfs:label "Standard free weekend period"^^xsd:string ; |
477 | ILAP:hasCalendarPeriodFreeDay | 477 | ILAP:hasCalendarPeriodFreeDay |
478 | - ILAP:Saturday , ILAP:Sunday . | 478 | + ILAP:Sunday , ILAP:Saturday . |
479 | 479 | ||
480 | ILAP:StandardWorkWeekdayPeriod | 480 | ILAP:StandardWorkWeekdayPeriod |
481 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 481 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -590,9 +590,6 @@ ILAP:hasPlanAsset | ... | @@ -590,9 +590,6 @@ ILAP:hasPlanAsset |
590 | ILAP:hasPlanResponsible | 590 | ILAP:hasPlanResponsible |
591 | rdfs:range ILAP:ResponsibleOrganization . | 591 | rdfs:range ILAP:ResponsibleOrganization . |
592 | 592 | ||
593 | -ILAP:hasWBSResource | ||
594 | - rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . | ||
595 | - | ||
596 | ILAP:hasWBScomponent | 593 | ILAP:hasWBScomponent |
597 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . | 594 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . |
598 | 595 | ||
... | @@ -603,7 +600,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -603,7 +600,7 @@ ILAP:hasWorkTaskResponsible |
603 | rdfs:range ILAP:ResponsiblePerson . | 600 | rdfs:range ILAP:ResponsiblePerson . |
604 | 601 | ||
605 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 602 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
606 | - rdfs:subClassOf ILAP:Discipline , ILAP:Resource . | 603 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline . |
607 | 604 | ||
608 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 605 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
609 | rdfs:subClassOf ILAP:Result . | 606 | rdfs:subClassOf ILAP:Result . |
... | @@ -619,12 +616,12 @@ ILAP:hasWorkTaskResponsible | ... | @@ -619,12 +616,12 @@ ILAP:hasWorkTaskResponsible |
619 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> | 616 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> |
620 | rdf:type owl:Class ; | 617 | rdf:type owl:Class ; |
621 | rdfs:label "Facility"^^xsd:string ; | 618 | rdfs:label "Facility"^^xsd:string ; |
622 | - rdfs:subClassOf owl:Thing , ILAP:Facility . | 619 | + rdfs:subClassOf ILAP:Facility , owl:Thing . |
623 | 620 | ||
624 | rdl:RDS282149 | 621 | rdl:RDS282149 |
625 | rdf:type owl:Class ; | 622 | rdf:type owl:Class ; |
626 | rdfs:label "RDS282149"^^xsd:string ; | 623 | rdfs:label "RDS282149"^^xsd:string ; |
627 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 624 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
628 | 625 | ||
629 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 626 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
630 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 627 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
... | @@ -16,7 +16,7 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -16,7 +16,7 @@ UC1: rdf:type owl:Ontology ; |
16 | ILAP:ActivityWBS_1 | 16 | ILAP:ActivityWBS_1 |
17 | rdf:type ILAP:ActivityWBS ; | 17 | rdf:type ILAP:ActivityWBS ; |
18 | rdfs:label "Activity WBS 1"^^xsd:string ; | 18 | rdfs:label "Activity WBS 1"^^xsd:string ; |
19 | - ILAP:hasWBSResource ILAP:COR_KD_1 ; | 19 | + ILAP:hasWBSResource SCCS:COR_KD , ILAP:COR_KD_1 ; |
20 | ILAP:hasWBScomponent | 20 | ILAP:hasWBScomponent |
21 | ILAP:PBS_ABB_1 ; | 21 | ILAP:PBS_ABB_1 ; |
22 | ILAP:hasWBSphase ILAP:SAB_51_1 . | 22 | ILAP:hasWBSphase ILAP:SAB_51_1 . | ... | ... |
-
Please register or login to post a comment