Tore Christiansen

Update hasShutdown... relationships

This diff is collapsed. Click to expand it.
......@@ -14,11 +14,11 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
:ResponsibleOrganization_1
rdf:type ILAP:ResponsibleOrganization ;
rdfs:label "Responsible organization 1"^^xsd:string .
:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string .
ILAP:
rdf:type owl:Ontology ;
......@@ -114,8 +114,8 @@ ILAP:DG7
rdfs:label "DG7"^^xsd:string .
ILAP:Development
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -130,7 +130,7 @@ ILAP:DrillingAndWell
rdfs:label "Drilling and well"^^xsd:string .
ILAP:Exploration
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Exploration"^^xsd:string .
ILAP:Facility
......@@ -242,7 +242,7 @@ ILAP:OPEX
rdfs:label "OPEX"^^xsd:string .
ILAP:Operation
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Operation"^^xsd:string .
ILAP:OperationAndMaintenance
......@@ -264,7 +264,7 @@ ILAP:PlannedActivity_1
ILAP:ActivityWBS_1 .
ILAP:Planning
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Planning"^^xsd:string .
ILAP:Primavera
......@@ -292,7 +292,7 @@ ILAP:Released
rdfs:label "Released"^^xsd:string .
ILAP:Removal
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Removal"^^xsd:string .
ILAP:Renewal
......@@ -328,14 +328,14 @@ ILAP:Scheduled
rdfs:label "Scheduled"^^xsd:string .
ILAP:ShutdownAndDecommisioning
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Shutdown and decommisioning"^^xsd:string .
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
ILAP:Saturday , ILAP:Sunday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -422,6 +422,21 @@ ILAP:hasPlanAsset
ILAP:hasPlanResponsible
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasRiskType
rdfs:domain ILAP:RiskFactor .
ILAP:hasShutdownContent
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownOperation
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownPriority
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownType
rdfs:domain ILAP:Shutdown .
ILAP:hasWBSResource
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> .
......@@ -434,33 +449,15 @@ ILAP:hasWBSphase
ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
riskfactor:hasRiskType
rdfs:domain ILAP:RiskFactor .
shutdown:hasShutdownContent
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownOperation
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownPeriod
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownPriority
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownType
rdfs:domain ILAP:Shutdown .
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf ILAP:Facility , owl:Thing .
rdfs:subClassOf owl:Thing , ILAP:Facility .
<http://data.posccaesar.org/rdl/RDS282149>
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
This diff is collapsed. Click to expand it.
# baseURI: http://data.posccaesar.org/Data/UC2/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix : <http://data.posccaesar.org/Data/UC2/> .
@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 NPD: <http://data.posccaesar.org/npd/> .
@prefix PBS: <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#> .
@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC2: rdf:type owl:Ontology ;
owl:imports NCS: .
UC2:ActivityWBS_1
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
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 1"^^xsd:string .
UC2:ContractorsContractControlSchedule_1
rdf:type ILAP:ContractorsContractControlSchedule ;
rdfs:label "Contractors contract control schedule 1"^^xsd:string .
UC2:CurrentControlEstimate_1
rdf:type ILAP:CurrentControlEstimate ;
rdfs:label "Current control estimate 1"^^xsd:string .
UC2:Discipline_1
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 ILAP:Location , NPD:StatfjordA ;
rdfs:label "Location 1"^^xsd:string .
UC2:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string .
UC2:NetworkSchedule_1
rdf:type ILAP:Schedule ;
rdfs:label "Network schedule 1"^^xsd:string .
UC2:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string .
UC2:ProfilePoint_1
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 1"^^xsd:string ;
ILAP:hasProfilePointXValue
"0"^^xsd:float ;
ILAP:hasProfilePointYValue
"0"^^xsd:float .
UC2:ProfilePoint_2
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 2"^^xsd:string ;
ILAP:hasProfilePointXValue
"1"^^xsd:float ;
ILAP:hasProfilePointYValue
"1"^^xsd:float .
UC2:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
UC2:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 2"^^xsd:string .
UC2:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
UC2:R-1234567890
rdf:type ILAP:ExternalReference ;
rdfs:label "R-1234567890"^^xsd:string .
UC2:Regular8To16WorkingDayCalendar_1
rdf:type ILAP:Regular8To16WorkingDayCalendar ;
rdfs:label "Regular8To16Working day calendar 1"^^xsd:string .
UC2:ResourceStructure_1
rdf:type ILAP:Resource ;
rdfs:label "Resource structure 1"^^xsd:string .
UC2:ResponsibleOrganization_1
rdf:type ILAP:ResponsibleOrganization ;
rdfs:label "Responsible organization 1"^^xsd:string .
UC2:ResponsiblePerson_1
rdf:type ILAP:ResponsiblePerson ;
rdfs:label "Responsible person 1"^^xsd:string .
UC2:Result_1
rdf:type ILAP:Result ;
rdfs:label "Result 1"^^xsd:string .
<http://data.posccaesar.org/brreg/LegalEntity>
rdfs:subClassOf ILAP:ResponsibleOrganization .
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 .
ILAP:Discipline_1
rdf:type COR:CDA .
ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
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 ;
ILAP:hasBaselineCreatedDate
"2014-03-01"^^xsd:date .
ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1
rdf:type rdf:Statement ;
rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ;
rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string .
ILAP:hasActivityWBSelement
rdfs:range ILAP:ActivityWBS .
ILAP:hasObjectReferenceID
rdfs:domain owl:Thing .
# baseURI: http://data.posccaesar.org/Data/UC3/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@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 .
UC3:ContractorWBS_1
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:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string .
<http://data.posccaesar.org/brreg/LegalEntity>
rdfs:subClassOf ILAP:ResponsibleOrganization .
# baseURI: http://data.posccaesar.org/Data/UC4/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@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 ;
rdfs:label "Baseline setting 1"^^xsd:string .
UC4:Planning_1
rdf:type ILAP:Planning ;
rdfs:label "Planning 1"^^xsd:string ;
lci:hasPart UC4:BaselineSetting_1 .