Tore Christiansen

Added expense types

......@@ -13,7 +13,7 @@
@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> .
ILAP:
rdf:type owl:Ontology ;
......@@ -125,7 +125,7 @@ ILAP:Dependent_on_Shutdown
ILAP:Development
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -159,6 +159,10 @@ ILAP:Exploration
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Exploration"^^xsd:string .
ILAP:FLEXEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "FLEXEX"^^xsd:string .
ILAP:Facility
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Facility"^^xsd:string .
......@@ -367,6 +371,10 @@ ILAP:ProductionShutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Production Shutdown"^^xsd:string .
ILAP:RAMEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "RAMEX"^^xsd:string .
ILAP:RadicalChange
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Radical change"^^xsd:string .
......@@ -463,7 +471,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 ;
......@@ -477,6 +485,10 @@ ILAP:System_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "System Shutdown"^^xsd:string .
ILAP:TIMEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "TIMEX"^^xsd:string .
ILAP:Thursday
rdf:type ILAP:CalendarDay ;
rdfs:label "Thursday"^^xsd:string .
......@@ -587,7 +599,7 @@ ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:subClassOf ILAP:Resource , ILAP:Discipline .
rdfs:subClassOf ILAP:Discipline , ILAP:Resource .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:subClassOf ILAP:Result .
......@@ -603,12 +615,12 @@ ILAP:hasWorkTaskResponsible
<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 .
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> .
......