Tore Christiansen

Testing out WBS element structures

......@@ -13,7 +13,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
ILAP:
rdf:type owl:Ontology ;
......@@ -125,7 +125,7 @@ ILAP:Dependent_on_Shutdown
ILAP:Development
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -475,7 +475,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Saturday , ILAP:Sunday .
ILAP:Sunday , ILAP:Saturday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -590,9 +590,6 @@ ILAP:hasPlanAsset
ILAP:hasPlanResponsible
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasWBSResource
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> .
ILAP:hasWBScomponent
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
......@@ -603,7 +600,7 @@ ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:subClassOf ILAP:Discipline , ILAP:Resource .
rdfs:subClassOf ILAP:Resource , ILAP:Discipline .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:subClassOf ILAP:Result .
......@@ -619,12 +616,12 @@ ILAP:hasWorkTaskResponsible
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf owl:Thing , ILAP:Facility .
rdfs:subClassOf ILAP:Facility , owl:Thing .
rdl:RDS282149
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
......@@ -16,7 +16,7 @@ UC1: rdf:type owl:Ontology ;
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBSResource ILAP:COR_KD_1 ;
ILAP:hasWBSResource SCCS:COR_KD , ILAP:COR_KD_1 ;
ILAP:hasWBScomponent
ILAP:PBS_ABB_1 ;
ILAP:hasWBSphase ILAP:SAB_51_1 .
......