Håvard M. Ottestad

endret namespace i NCS til ILAP.

......@@ -17,7 +17,7 @@
@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:
ILAP:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/brreg/> ;
owl:imports <http://data.posccaesar.org/ccu/> ;
......@@ -29,245 +29,245 @@ NCS:
owl:imports SCCS: ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
NCS:Active
ILAP:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string ;
.
NCS:Aquisition
ILAP:Aquisition
rdf:type ILAP:PlanLifecyclePhase ;
rdfs:label "Aquire"^^xsd:string ;
.
NCS:BrownFieldProject
ILAP:BrownFieldProject
rdf:type ILAP:PlanProjectType ;
rdfs:label "Brown field project"^^xsd:string ;
.
NCS:BusinessArea
ILAP:BusinessArea
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Business area"^^xsd:string ;
.
NCS:BusinessAsUsual
ILAP:BusinessAsUsual
rdf:type ILAP:PlanValueObjective ;
rdfs:label "Business as usual"^^xsd:string ;
.
NCS:CAPEX
ILAP:CAPEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "CAPEX"^^xsd:string ;
.
NCS:Cancelled
ILAP:Cancelled
rdf:type ILAP:Status ;
rdfs:label "Cancelled"^^xsd:string ;
.
NCS:Completed
ILAP:Completed
rdf:type ILAP:Status ;
rdfs:label "Completed"^^xsd:string ;
.
NCS:Continent
ILAP:Continent
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Continent"^^xsd:string ;
.
NCS:CostDriven
ILAP:CostDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Cost driven"^^xsd:string ;
.
NCS:Country
ILAP:Country
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Country"^^xsd:string ;
.
NCS:Development
ILAP:Development
rdf:type ILAP:PlanLifecyclePhase ;
rdfs:label "Develop"^^xsd:string ;
.
NCS:DisasterRecovery
ILAP:DisasterRecovery
rdf:type ILAP:PlanValueObjective ;
rdfs:label "Disaster recovery"^^xsd:string ;
.
NCS:Disposal
ILAP:Disposal
rdf:type ILAP:PlanLifecyclePhase ;
rdfs:label "Dispose"^^xsd:string ;
.
NCS:DrillingAndWell
ILAP:DrillingAndWell
rdf:type ILAP:PlanProjectType ;
rdfs:label "Drilling and well"^^xsd:string ;
.
NCS:Facility
ILAP:Facility
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Facility"^^xsd:string ;
.
NCS:Field
ILAP:Field
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Field"^^xsd:string ;
.
NCS:FieldStudy
ILAP:FieldStudy
rdf:type ILAP:PlanProjectType ;
rdfs:label "Field study"^^xsd:string ;
.
NCS:Friday
ILAP:Friday
rdf:type ILAP:CalendarDay ;
rdfs:label "Friday"^^xsd:string ;
.
NCS:From00To08
ILAP:From00To08
rdf:type ILAP:CalendarHour ;
ILAP:hasActivityEndTime "08:00:00"^^xsd:time ;
ILAP:hasActivityStartTime "00:00:00"^^xsd:time ;
rdfs:label "From 00 To 08"^^xsd:string ;
.
NCS:From08To16
ILAP:From08To16
rdf:type ILAP:CalendarHour ;
ILAP:hasActivityEndTime "16:00:00"^^xsd:time ;
ILAP:hasActivityStartTime "08:00:00"^^xsd:time ;
rdfs:label "From 08 To 16"^^xsd:string ;
.
NCS:From16To24
ILAP:From16To24
rdf:type ILAP:CalendarHour ;
ILAP:hasActivityEndTime "24:00:00"^^xsd:time ;
ILAP:hasActivityStartTime "16:00:00"^^xsd:time ;
rdfs:label "From 16 To 24"^^xsd:string ;
.
NCS:GreenFieldProject
ILAP:GreenFieldProject
rdf:type ILAP:PlanProjectType ;
rdfs:label "Green field project"^^xsd:string ;
.
NCS:IncreasedRecovery
ILAP:IncreasedRecovery
rdf:type ILAP:PlanValueObjective ;
rdfs:label "Increased recovery"^^xsd:string ;
.
NCS:IncrementalImprovement
ILAP:IncrementalImprovement
rdf:type ILAP:PlanValueObjective ;
rdfs:label "Incremental improvement"^^xsd:string ;
.
NCS:L1_ProgramPortfolioSchedule
ILAP:L1_ProgramPortfolioSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PPS"^^xsd:string ;
.
NCS:L2_ProjectMasterSchedule
ILAP:L2_ProjectMasterSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PMS"^^xsd:string ;
.
NCS:L3_ContractMasterSchedule
ILAP:L3_ContractMasterSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CMS"^^xsd:string ;
.
NCS:L3_ProjectControlNetworkSchedule
ILAP:L3_ProjectControlNetworkSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PCS"^^xsd:string ;
.
NCS:L4_ContractControlNetworkSchedule
ILAP:L4_ContractControlNetworkSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CCS"^^xsd:string ;
.
NCS:L5_ContractTaskSchedule
ILAP:L5_ContractTaskSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "DWS"^^xsd:string ;
.
NCS:L6_ContractorWorkOrderSchedule
ILAP:L6_ContractorWorkOrderSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CWS"^^xsd:string ;
.
NCS:L7_ContractorOperationsSchedule
ILAP:L7_ContractorOperationsSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "COS"^^xsd:string ;
.
NCS:Maintenance
ILAP:Maintenance
rdf:type ILAP:PlanLifecyclePhase ;
rdfs:label "Maintain"^^xsd:string ;
.
NCS:ManagedClosedown
ILAP:ManagedClosedown
rdf:type ILAP:PlanValueObjective ;
rdfs:label "Managed closedown"^^xsd:string ;
.
NCS:Modification
ILAP:Modification
rdf:type ILAP:PlanProjectType ;
rdfs:label "Modification"^^xsd:string ;
.
NCS:Monday
ILAP:Monday
rdf:type ILAP:CalendarDay ;
rdfs:label "Monday"^^xsd:string ;
.
NCS:OPEX
ILAP:OPEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "OPEX"^^xsd:string ;
.
NCS:Operation
ILAP:Operation
rdf:type ILAP:PlanLifecyclePhase ;
rdfs:label "Operate"^^xsd:string ;
.
NCS:OperationAndMaintenance
ILAP:OperationAndMaintenance
rdf:type ILAP:PlanProjectType ;
rdfs:label "Operation and maintenance"^^xsd:string ;
.
NCS:Pending
ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string ;
.
NCS:Primavera
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string ;
.
NCS:RadicalChange
ILAP:RadicalChange
rdf:type ILAP:PlanValueObjective ;
rdfs:label "Radical change"^^xsd:string ;
.
NCS:Regular8To16WorkingDayCalendar
ILAP:Regular8To16WorkingDayCalendar
rdf:type ILAP:Regular8To16WorkingDayCalendar ;
rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ;
.
NCS:Renewal
ILAP:Renewal
rdf:type ILAP:PlanLifecyclePhase ;
rdfs:label "Renew"^^xsd:string ;
.
NCS:ResourceDriven
ILAP:ResourceDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Resource driven"^^xsd:string ;
.
NCS:SAP
ILAP:SAP
rdf:type ILAP:Application ;
rdfs:label "SAP"^^xsd:string ;
.
NCS:Safran
ILAP:Safran
rdf:type ILAP:Application ;
rdfs:label "Safran"^^xsd:string ;
.
NCS:Saturday
ILAP:Saturday
rdf:type ILAP:CalendarDay ;
rdfs:label "Saturday"^^xsd:string ;
.
NCS:ScheduleDriven
ILAP:ScheduleDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Schedule driven"^^xsd:string ;
.
NCS:Scheduled
ILAP:Scheduled
rdf:type ILAP:Status ;
rdfs:label "Scheduled"^^xsd:string ;
.
NCS:StandardFreeWeekendPeriod
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
.
NCS:StandardWorkWeekdayPeriod
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
rdfs:label "Standard work weekday period"^^xsd:string ;
.
NCS:Sunday
ILAP:Sunday
rdf:type ILAP:CalendarDay ;
rdfs:label "Sunday"^^xsd:string ;
.
NCS:Thursday
ILAP:Thursday
rdf:type ILAP:CalendarDay ;
rdfs:label "Thursday"^^xsd:string ;
.
NCS:Tuesday
ILAP:Tuesday
rdf:type ILAP:CalendarDay ;
rdfs:label "Tuesday"^^xsd:string ;
.
NCS:Unknown
ILAP:Unknown
rdf:type ILAP:Status ;
rdfs:label "Unknown"^^xsd:string ;
.
NCS:Wednesday
ILAP:Wednesday
rdf:type ILAP:CalendarDay ;
rdfs:label "Wednesday"^^xsd:string ;
.
NCS:Wellbore
ILAP:Wellbore
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Wellbore"^^xsd:string ;
.
......@@ -285,7 +285,7 @@ ILAP:Regular8To16WorkingDayCalendar
owl:onClass [
rdf:type owl:Class ;
owl:oneOf (
NCS:StandardFreeWeekendPeriod
ILAP:StandardFreeWeekendPeriod
) ;
] ;
owl:onProperty ILAP:hasCalendarFreePeriod ;
......@@ -298,7 +298,7 @@ ILAP:WeekendsFreeCalendar
owl:onClass [
rdf:type owl:Class ;
owl:oneOf (
NCS:StandardFreeWeekendPeriod
ILAP:StandardFreeWeekendPeriod
) ;
] ;
owl:onProperty ILAP:hasCalendarFreePeriod ;
......