Tore Christiansen

Rebuilding the structure based on misc input from Håvard, David, David and others

This diff could not be displayed because it is too large.
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/ilap/
# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix SCCS: <http://data.posccaesar.org/sccs/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p1: <http://example.org/file1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
owl:imports ILAP: .
owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> .
ILAP:
rdf:type owl:Ontology ;
......@@ -194,13 +197,6 @@ ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string .
ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom SCCS:SCCScode ;
owl:onProperty ILAP:hasActivityILAPWBS
] .
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
......@@ -298,8 +294,11 @@ ILAP:Wellbore
ILAP:hasActivityCOR
rdfs:range SCCS:CORcode .
ILAP:hasActivityILAPWBS
rdfs:range SCCS:SCCScode .
ILAP:hasActivityWBS
rdfs:range COR:CORelement .
ILAP:hasPlanAsset
rdfs:range <http://data.posccaesar.org/diskos/Asset> .
COR:CORelement
rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
......
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
......@@ -3,7 +3,7 @@
@prefix : <http://data.posccaesar.org/Data/UC2/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix UC2: <http://data.posccaesar.org/Data/UC2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1
<http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ;
ILAP:hasActivityDuration
"P0Y0M10D"^^xsd:duration ;
ILAP:hasActivityILAPWBS
<http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
......@@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1
ILAP:Successor_1 ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasActivityWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_E_Equipment> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
ILAP:hasActivityWorkTask
<http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ;
ILAP:hasActivityWorkVolume
......@@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6
ILAP:Scheduled .
ILAP:ActualSchedule_1
rdf:type ILAP:ActualSchedule ;
rdf:type ILAP:RevisedSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-15"^^xsd:date ;
......@@ -170,7 +169,7 @@ ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
"Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
ILAP:ExternalReference_1
rdf:type ILAP:ExternalReference ;
......
# baseURI: http://data.posccaesar.org/Data/UC3/
# imports: http://data.posccaesar.org/NCS_PLANNING/
# c14n-version: 3
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC3: <http://data.posccaesar.org/Data/UC3/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC3:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
UC3:ActualSchedule_1
rdf:type ILAP:ActualSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
.
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC3: <http://data.posccaesar.org/Data/UC3/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC3: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC3:Asset_1
rdf:type <http://ILAP_1.5/diskos#Asset> ;
rdfs:label "Asset 1"^^xsd:string ;
.
rdf:type <http://ILAP_1.5/diskos#Asset> ;
rdfs:label "Asset 1"^^xsd:string .
UC3:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
.
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string .
UC3:ContractorWBS_2
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 2"^^xsd:string ;
.
UC3:ExternalReference_1
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 1"^^xsd:string ;
.
UC3:Plan_1
rdf:type ILAP:ExecutionPlan ;
rdfs:label "Plan 1"^^xsd:string ;
.
UC3:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ;
ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ;
ILAP:hasActivityCurrentProgressPercent 0 ;
ILAP:hasActivityDescription "Activity description text"^^xsd:string ;
ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ;
ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ;
ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ;
ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ;
ILAP:hasActivityPercentComplete "10"^^xsd:float ;
ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityPlan UC3:ProjectPlan_1 ;
ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ;
ILAP:hasActivityPredecessor UC3:Successor_1 ;
ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResourceProfile UC3:Profile_1 ;
ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ;
ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasActivitySuccessor UC3:Successor_2 ;
ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ;
ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasActivityWorkVolume "500"^^xsd:float ;
ILAP:hasExternalReference UC3:ExternalReference_1 ;
rdfs:label "Planned activity 1"^^xsd:string ;
.
UC3:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string ;
.
UC3:PlannedResource_1
rdf:type ILAP:PlannedResource ;
rdfs:label "Planned resource 1"^^xsd:string ;
.
UC3:PortfolioPlan_1
rdf:type ILAP:PortfolioPlan ;
rdfs:label "Portfolio plan 1"^^xsd:string ;
.
UC3:Profile_1
rdf:type ILAP:Profile ;
rdfs:label "Profile 1"^^xsd:string ;
.
UC3:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
ILAP:hasExternalReference UC3:ExternalReference_1 ;
ILAP:hasPlanAsset UC3:Asset_1 ;
ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ;
ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ;
ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ;
ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ;
ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ;
ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ;
ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanProject UC3:Project_1 ;
ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ;
ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ;
ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ;
ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasPlanSubplan UC3:ProjectPlan_2 ;
ILAP:hasPlanUserField UC3:UserField_1 ;
ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ;
rdfs:label "Project plan 1"^^xsd:string ;
.
UC3:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 2"^^xsd:string ;
.
UC3:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string ;
.
UC3:ScheduledActivity_1
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityActualWeight "11000"^^xsd:float ;
ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasExternalReference UC3:ExternalReference_1 ;
rdfs:label "Scheduled activity 1"^^xsd:string ;
.
UC3:ScheduledActivity_2
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
rdfs:label "Scheduled activity 2"^^xsd:string ;
.
UC3:ScheduledActivity_3
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
rdfs:label "Scheduled activity 3"^^xsd:string ;
.
UC3:ScheduledActivity_4
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
rdfs:label "Scheduled activity 4"^^xsd:string ;
.
UC3:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string ;
.
UC3:Successor_1
rdf:type ILAP:Successor ;
rdfs:label "Successor 1"^^xsd:string ;
.
UC3:Successor_2
rdf:type ILAP:Successor ;
rdfs:label "Successor 2"^^xsd:string ;
.
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 2"^^xsd:string .
UC3:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
.
UC3:UserField_1
rdf:type ILAP:UserField ;
rdfs:label "User field 1"^^xsd:string ;
.
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string .
<http://data.posccaesar.org/brreg/LegalEntity>
rdfs:subClassOf ILAP:ResponsibleOrganization ;
.
rdfs:subClassOf ILAP:ResponsibleOrganization .
......
# baseURI: http://data.posccaesar.org/Data/UC4/
# imports: http://data.posccaesar.org/NCS_PLANNING/
# c14n-version: 3
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC4: <http://data.posccaesar.org/Data/UC4/> .
@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC4:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC4: <http://data.posccaesar.org/Data/UC4/> .
@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC4: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC4:BaselineSetting_1
rdf:type ILAP:BaselineSetting ;
ILAP:hasBaseline UC4:ScheduledPlan_1 ;
rdfs:label "Baseline setting 1"^^xsd:string ;
.
rdf:type ILAP:BaselineSetting ;
rdfs:label "Baseline setting 1"^^xsd:string .
UC4:Planning_1
rdf:type ILAP:Planning ;
lci:hasPart UC4:BaselineSetting_1 ;
rdfs:label "Planning 1"^^xsd:string ;
.
UC4:ScheduledPlan_1
rdf:type ILAP:NetworkSchedule ;
rdfs:label "Scheduled plan 1"^^xsd:string ;
.
rdf:type ILAP:Planning ;
rdfs:label "Planning 1"^^xsd:string ;
lci:hasPart UC4:BaselineSetting_1 .
......