Tore Christiansen

Updated examples with COR elements

......@@ -72,6 +72,10 @@ ILAP:ActivityWBS
rdfs:label "Activity WBS"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string .
ILAP:Application
rdf:type owl:Class ;
rdfs:label "Application"^^xsd:string ;
......@@ -193,6 +197,10 @@ ILAP:Discipline
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
ILAP:Discipline_1
rdf:type rdfs:Resource , ILAP:Discipline ;
rdfs:label "Discipline 1"^^xsd:string .
ILAP:ExecutionPlan
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Planned Activity network"^^xsd:string ;
......@@ -440,6 +448,11 @@ ILAP:PlannedActivity
owl:onProperty ILAP:hasActivityLocation
] .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityWBS ILAP:ActivityWBS_1 .
ILAP:PlanningApplication
rdf:type owl:Class ;
rdfs:label "Planning application"^^xsd:string ;
......
......@@ -17,7 +17,7 @@ UC2: rdf:type owl:Ontology ;
owl:imports NCS: .
UC2:ActivityWBS_1
rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ;
rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ;
rdfs:label "Activity WBS 1"^^xsd:string .
UC2:Baseline_1
......@@ -33,11 +33,15 @@ UC2:CurrentControlEstimate_1
rdfs:label "Current control estimate 1"^^xsd:string .
UC2:Discipline_1
rdf:type COR:BEA , ILAP:Discipline ;
rdf:type ILAP:Discipline , COR:BEA ;
rdfs:label "Discipline 1"^^xsd:string .
UC2:Discipline_2
rdf:type ILAP:Discipline ;
rdfs:label "Discipline 2"^^xsd:string .
UC2:Location_1
rdf:type NPD:StatfjordA , ILAP:Location ;
rdf:type ILAP:Location , NPD:StatfjordA ;
rdfs:label "Location 1"^^xsd:string .
UC2:Milestone_1
......@@ -72,7 +76,7 @@ UC2:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
UC2:ProfilePoint_1 , UC2:ProfilePoint_2 .
UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
UC2:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
......@@ -113,20 +117,30 @@ ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
"Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
ILAP:Discipline_1
rdf:type COR:CDA .
ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] .
ILAP:PlannedActivity_1
rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> , PBS:ACAE , COR:ADA ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasActivityDiscipline
UC2:Discipline_2 .
ILAP:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
......