Tore Christiansen

Added MaterialOrderStaus

This diff is collapsed. Click to expand it.
......@@ -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 ;
......@@ -121,7 +121,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 ;
......@@ -307,6 +307,26 @@ ILAP:ManagedClosedown
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Managed closedown"^^xsd:string .
ILAP:MaterialDeliveryAtBase
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery at base"^^xsd:string .
ILAP:MaterialDeliveryDelayed
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery delayed"^^xsd:string .
ILAP:MaterialDeliveryOffshore
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery offshore"^^xsd:string .
ILAP:MaterialDeliveryOnTime
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery on time"^^xsd:string .
ILAP:MaterialOnOrder
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material on order"^^xsd:string .
ILAP:MiniShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Mini shutdown"^^xsd:string .
......@@ -463,7 +483,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 ;
......@@ -609,7 +629,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,8 +639,8 @@ ILAP:hasWorkTaskResponsible
<http://data.posccaesar.org/npd/ontology/OperatingCompany>
rdf:type owl:Class ;
rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ;
rdfs:subClassOf ILAP:Contractor , ILAP:Operator .
rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
rdfs:subClassOf ILAP:Operator , ILAP:Contractor .
<http://data.posccaesar.org/npd/ontology/productionFacility>
rdf:type owl:Class ;
......@@ -630,7 +650,7 @@ ILAP:hasWorkTaskResponsible
rdl:RDS282149
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
<http://staging.data.posccaesar.org/npd/ontology/discoveryField>
rdf:type owl:Class ;
......
......@@ -17,9 +17,9 @@ 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 SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
......@@ -48,6 +48,8 @@ ILAP:PlannedActivity_2
<http://staging.data.posccaesar.org/npd/facts/Facility-278329> ;
ILAP:hasActivityLocation
<http://staging.data.posccaesar.org/npd/facts/Field-46437> ;
ILAP:hasActivityMaterialOrderStatus
ILAP:MaterialDeliveryDelayed , ILAP:MaterialOnOrder ;
ILAP:hasActivityOperator
<http://staging.data.posccaesar.org/npd/facts/Company-2410696> ;
ILAP:hasActivityPhase
......
This diff is collapsed. Click to expand it.