Tore Christiansen

Various minor updates of ILAP 2.0

This diff could not be displayed because it is too large.
......@@ -613,18 +613,10 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasActivityAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -635,25 +627,28 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasActivityFacility
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -662,13 +657,18 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] .
ILAP:PlannedMilestone
......@@ -746,20 +746,23 @@ ILAP:ProjectExecutionPlan
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -768,30 +771,32 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -800,13 +805,8 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -1107,6 +1107,12 @@ ILAP:hasActivityActualWeight
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight .
ILAP:hasActivityAsset
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and its Asset (Facility, Field, License - typically classified by NPD Facility)."^^xsd:string ;
rdfs:label "has Activity Asset"^^xsd:string ;
rdfs:range ILAP:Asset .
ILAP:hasActivityBaselineSchedule
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Scheduled Activity and the Control Schedule that is the current Baseline."^^xsd:string ;
......@@ -1148,12 +1154,6 @@ ILAP:hasActivityEstimatedWeight
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight .
ILAP:hasActivityFacility
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and its Facility (typically classified by NPD Facility)."^^xsd:string ;
rdfs:label "has Activity Facility"^^xsd:string ;
rdfs:range ILAP:Facility .
ILAP:hasActivityInScheduleActivityInPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will typically have a set of Scheduled Activities)."^^xsd:string ;
......@@ -1222,7 +1222,7 @@ ILAP:hasActivityPlan
rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
rdfs:range ILAP:ActivityPlan .
ILAP:hasActivityPlannedProgressPercent
rdf:type owl:DatatypeProperty ;
......@@ -1930,7 +1930,8 @@ ILAP:hasScheduleDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds a Date in a Schedule for an Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Schedule Date"^^xsd:string .
rdfs:label "has Schedule Date"^^xsd:string ;
rdfs:range xsd:date .
ILAP:hasSchedulePlan
rdf:type owl:ObjectProperty ;
......@@ -2052,13 +2053,6 @@ ILAP:hasValueAsset
rdfs:label "has Value Asset"^^xsd:string ;
rdfs:range ILAP:Asset .
ILAP:hasWBScomponent
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Component"^^xsd:string ;
rdfs:range ILAP:Result .
ILAP:hasWBSphase
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ;
......@@ -2079,6 +2073,13 @@ ILAP:hasWBSresource
rdfs:label "has WBS Resource"^^xsd:string ;
rdfs:range ILAP:Resource .
ILAP:hasWBSresult
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Result"^^xsd:string ;
rdfs:range ILAP:Result .
ILAP:hasWorkOrderOperation
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ;
......
......@@ -15,7 +15,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> , USERFIELDS: .
owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
ILAP:
rdf:type owl:Ontology ;
......@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation
rdfs:label "During Normal Operation"^^xsd:string .
ILAP:DuringShutdown
rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
ILAP:EIS
rdf:type ILAP:Application ;
......@@ -680,7 +680,7 @@ 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 ;
......@@ -772,12 +772,12 @@ ILAP:WinFab
rdf:type ILAP:Application ;
rdfs:label "Win fab"^^xsd:string .
ILAP:hasActivityAsset
rdfs:domain ILAP:PlannedActivity .
ILAP:hasActivityBaselineSchedule
rdfs:range ILAP:Schedule .
ILAP:hasActivityFacility
rdfs:domain ILAP:PlannedActivity .
ILAP:hasActivityPhase
rdfs:range ILAP:Phase .
......@@ -838,23 +838,23 @@ ILAP:hasPlanSupplier
ILAP:hasSourceUserField
rdfs:range USERFIELDS:UserField .
ILAP:hasWBScomponent
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
ILAP:hasWBSphase
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
ILAP:hasWBSprojectExpenseType
rdfs:range ILAP:PlanExpenseType .
ILAP:hasWBSresult
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:subClassOf ILAP:PlanContentType , ILAP:Result .
rdfs:subClassOf ILAP:Result , ILAP:PlanContentType .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
rdfs:subClassOf ILAP:ProjectPhase .
......@@ -864,57 +864,57 @@ USERFIELDS:UserField
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestoneType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhaseType
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhaseType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestoneType
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
] .
<http://data.posccaesar.org/npd/ontology/Licence>
......@@ -950,7 +950,7 @@ USERFIELDS:UserField
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> .
......
......@@ -22,7 +22,7 @@ UC1:Schedule_1
ILAP:AFEforContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H207-WHRU"^^xsd:string .
USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string .
ILAP:AccruedTimeContract_1
rdf:type ILAP:AccruedTimeContract ;
......@@ -47,10 +47,9 @@ ILAP:ActivityRoleForContractorBtoOperatorB
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBScomponent
ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD ;
ILAP:hasWBSresult ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA .
ILAP:Activity_1
rdf:type ILAP:Activity ;
......@@ -77,14 +76,14 @@ ILAP:BaselineSchedule_1
ILAP:BudgetResponsibleForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string ;
USERFIELDS:hasValue "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string .
USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ;
USERFIELDS:hasValue "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string .
ILAP:BuidingBlockForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "GLC"^^xsd:string , "W1"^^xsd:string ;
USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string .
USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "W1"^^xsd:string , "GLC"^^xsd:string ;
USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string .
ILAP:CORForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
......@@ -111,8 +110,8 @@ ILAP:COR_KX_1
ILAP:CTRForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "X"^^xsd:string , "HA09AD-TH"^^xsd:string ;
USERFIELDS:hasValue "Document Control"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string .
USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ;
USERFIELDS:hasValue "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string .
ILAP:Calendar_1
rdf:type ILAP:Calendar ;
......@@ -212,7 +211,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA
ILAP:EngineeringFaseForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "As-buil"^^xsd:string , "MCC strategi"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Stressanalyse"^^xsd:string , "MCC Støtte"^^xsd:string , "Systemutprøving"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Medgått tid"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Lister"^^xsd:string , "Follow-on"^^xsd:string .
USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Systemutprøving"^^xsd:string , "MCC strategi"^^xsd:string , "MCC Støtte"^^xsd:string , "Stressanalyse"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "As-buil"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Medgått tid"^^xsd:string , "Lister"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Follow-on"^^xsd:string .
ILAP:FinishToStart_1
rdf:type ILAP:FinishToStart ;
......@@ -267,12 +266,12 @@ ILAP:IncentiveContract_2
ILAP:IngenioerForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Andreas Gurk"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Lennart Svensson"^^xsd:string .
USERFIELDS:hasValue "Lennart Svensson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string .
ILAP:InndelingForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string , "18"^^xsd:string .
USERFIELDS:hasValue "18"^^xsd:string , "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string .
ILAP:InvoicableWork_1
rdf:type ILAP:InvoicableWork ;
......@@ -285,7 +284,7 @@ ILAP:JohnTravolta
ILAP:KPI3TypeForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string , "Studierapport"^^xsd:string .
USERFIELDS:hasValue "Studierapport"^^xsd:string , "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string .
ILAP:KontorForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
......@@ -297,7 +296,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "SR"^^xsd:string ;
USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string .
USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Level Glass"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string .
ILAP:KundeWBS2ForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
......@@ -307,7 +306,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB
ILAP:KundeWBS3ForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "4"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string .
USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "4"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string .
ILAP:LiveSchedule_1
rdf:type ILAP:LiveSchedule ;
......@@ -353,7 +352,7 @@ ILAP:Operation_2
rdf:type ILAP:Operation ;
rdfs:label "Operation 2"^^xsd:string ;
ILAP:hasOperationWorkOrder
ILAP:WorkOrder_2 , ILAP:WorkOrder_1 ;
ILAP:WorkOrder_1 , ILAP:WorkOrder_2 ;
ILAP:hasWorkTaskPriority
ILAP:LowPriority .
......@@ -361,7 +360,7 @@ ILAP:Operation_3
rdf:type ILAP:Operation ;
rdfs:label "Operation 3"^^xsd:string ;
ILAP:hasOperationWorkOrder
ILAP:WorkOrder_3 , ILAP:WorkOrder_1 ;
ILAP:WorkOrder_1 , ILAP:WorkOrder_3 ;
ILAP:hasWorkTaskPriority
ILAP:HighPriority .
......@@ -407,7 +406,7 @@ ILAP:PBS_ACAA_1
ILAP:PlanleggerForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Mattias Allebert"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string .
USERFIELDS:hasValue "Alf Anton Hammerdal"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
......@@ -415,7 +414,7 @@ ILAP:PlannedActivity_1
ILAP:hasActivityActiveStatus
ILAP:Active ;
ILAP:hasActivityPlan
ILAP:OperatorBcontractPortfolioPlan , ILAP:ContractorAtoOperatorAPlan ;
ILAP:ContractorAtoOperatorAPlan , ILAP:OperatorBcontractPortfolioPlan ;
ILAP:hasActivityRisk
ILAP:Risk_1 ;
ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
......@@ -426,14 +425,14 @@ ILAP:PlannedActivity_2
rdfs:label "Planned Activity 2 in Project by Contractor A for Operator A"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityAsset
<http://staging.data.posccaesar.org/npd/facts/Facility-278329> ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasActivityDiscipline
ILAP:COR_KK_1 , ILAP:COR_KI_1 , ILAP:COR_KX_1 , ILAP:COR_KD_1 ;
ILAP:hasActivityEstimatedWeight
"55000"^^xsd:float ;
ILAP:hasActivityFacility
<http://staging.data.posccaesar.org/npd/facts/Facility-278329> ;
ILAP:hasActivityLocation
<http://staging.data.posccaesar.org/npd/facts/Field-46437> ;
ILAP:hasActivityMaterialOrderStatus
......@@ -514,7 +513,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA
ILAP:ProsjektlederForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Gunn Elin Harba"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string .
USERFIELDS:hasValue "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string .
ILAP:ProsjektstrukturIFSForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
......@@ -645,7 +644,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA
ILAP:StandardFreeWeekendPeriod
ILAP:hasCalendarPeriodFreeHour
ILAP:From16To24 , ILAP:From00To08 ;
ILAP:From00To08 , ILAP:From16To24 ;
ILAP:hasCalendarPeriodHour
ILAP:From08To16 ;
ILAP:hasFreePeriodEndDate
......@@ -667,7 +666,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ;
USERFIELDS:hasValue "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string .
USERFIELDS:hasValue "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string .
ILAP:SummerShutdown_UC1
rdf:type ILAP:Shutdown ;
......@@ -679,13 +678,13 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
ILAP:SystemCodeForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "600"^^xsd:string , "840"^^xsd:string , "260"^^xsd:string , "630"^^xsd:string , "780"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "530"^^xsd:string , "310"^^xsd:string ;
USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Gas Lift"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Fresh Water"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Open Drains"^^xsd:string .
USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "840"^^xsd:string , "600"^^xsd:string , "780"^^xsd:string , "630"^^xsd:string , "260"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "310"^^xsd:string , "530"^^xsd:string ;
USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Gas Lift"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Fresh Water"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Open Drains"^^xsd:string .
ILAP:TargetBudget_1
rdf:type ILAP:TargetBudget ;
......@@ -814,7 +813,7 @@ ILAP:UserFieldForContractorBtoOperatorB
ILAP:Value_1
rdf:type ILAP:Value ;
rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 .
ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
......@@ -852,7 +851,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ;
USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "El. Oppmålin"^^xsd:string , "HVAC"^^xsd:string .
USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string .
ILAP:hasActivityActiveStatus
rdfs:range ILAP:Status .
......@@ -873,6 +872,9 @@ ILAP:hasActivityPreviousStatus
ILAP:hasPlanUserField
rdfs:domain ILAP:ProjectExecutionPlan .
ILAP:hasWBSresource
rdfs:range SCCS:COR_Thing .
ILAP:hasWorkTaskActivity
rdfs:range ILAP:PlannedActivity .
......@@ -885,15 +887,15 @@ USERFIELDS:UserField
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestoneType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestoneType
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] .
USERFIELDS:hasCategory
......