NCS_PLANNING.ttl 8.04 KB
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/brreg/
# imports: http://data.posccaesar.org/ccu/
# imports: http://data.posccaesar.org/diskos/
# imports: http://data.posccaesar.org/epcis/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/npd/
# imports: http://data.posccaesar.org/pob/
# imports: http://data.posccaesar.org/sccs/

# c14n-version: 3
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix SCCS: <http://data.posccaesar.org/sccs/> .
@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#> .
ILAP:
  rdf:type owl:Ontology ;
  owl:imports <http://data.posccaesar.org/brreg/> ;
  owl:imports <http://data.posccaesar.org/ccu/> ;
  owl:imports <http://data.posccaesar.org/diskos/> ;
  owl:imports <http://data.posccaesar.org/epcis/> ;
  owl:imports ILAP: ;
  owl:imports <http://data.posccaesar.org/npd/> ;
  owl:imports <http://data.posccaesar.org/pob/> ;
  owl:imports SCCS: ;
  owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
ILAP:Active
  rdf:type ILAP:Status ;
  rdfs:label "Active"^^xsd:string ;
.
ILAP:Aquisition
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Aquire"^^xsd:string ;
.
ILAP:BrownFieldProject
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Brown field project"^^xsd:string ;
.
ILAP:BusinessArea
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Business area"^^xsd:string ;
.
ILAP:BusinessAsUsual
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Business as usual"^^xsd:string ;
.
ILAP:CAPEX
  rdf:type ILAP:PlanExpenseType ;
  rdfs:label "CAPEX"^^xsd:string ;
.
ILAP:Cancelled
  rdf:type ILAP:Status ;
  rdfs:label "Cancelled"^^xsd:string ;
.
ILAP:Completed
  rdf:type ILAP:Status ;
  rdfs:label "Completed"^^xsd:string ;
.
ILAP:Continent
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Continent"^^xsd:string ;
.
ILAP:CostDriven
  rdf:type ILAP:PlanContractType ;
  rdfs:label "Cost driven"^^xsd:string ;
.
ILAP:Country
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Country"^^xsd:string ;
.
ILAP:Development
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Develop"^^xsd:string ;
.
ILAP:DisasterRecovery
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Disaster recovery"^^xsd:string ;
.
ILAP:Disposal
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Dispose"^^xsd:string ;
.
ILAP:DrillingAndWell
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Drilling and well"^^xsd:string ;
.
ILAP:Facility
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Facility"^^xsd:string ;
.
ILAP:Field
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Field"^^xsd:string ;
.
ILAP:FieldStudy
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Field study"^^xsd:string ;
.
ILAP:Friday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Friday"^^xsd:string ;
.
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 ;
.
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 ;
.
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 ;
.
ILAP:GreenFieldProject
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Green field project"^^xsd:string ;
.
ILAP:IncreasedRecovery
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Increased recovery"^^xsd:string ;
.
ILAP:IncrementalImprovement
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Incremental improvement"^^xsd:string ;
.
ILAP:L1_ProgramPortfolioSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "PPS"^^xsd:string ;
.
ILAP:L2_ProjectMasterSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "PMS"^^xsd:string ;
.
ILAP:L3_ContractMasterSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "CMS"^^xsd:string ;
.
ILAP:L3_ProjectControlNetworkSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "PCS"^^xsd:string ;
.
ILAP:L4_ContractControlNetworkSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "CCS"^^xsd:string ;
.
ILAP:L5_ContractTaskSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "DWS"^^xsd:string ;
.
ILAP:L6_ContractorWorkOrderSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "CWS"^^xsd:string ;
.
ILAP:L7_ContractorOperationsSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "COS"^^xsd:string ;
.
ILAP:Maintenance
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Maintain"^^xsd:string ;
.
ILAP:ManagedClosedown
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Managed closedown"^^xsd:string ;
.
ILAP:Modification
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Modification"^^xsd:string ;
.
ILAP:Monday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Monday"^^xsd:string ;
.
ILAP:OPEX
  rdf:type ILAP:PlanExpenseType ;
  rdfs:label "OPEX"^^xsd:string ;
.
ILAP:Operation
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Operate"^^xsd:string ;
.
ILAP:OperationAndMaintenance
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Operation and maintenance"^^xsd:string ;
.
ILAP:Pending
  rdf:type ILAP:Status ;
  rdfs:label "Pending"^^xsd:string ;
.
ILAP:Primavera
  rdf:type ILAP:Application ;
  rdfs:label "Primavera"^^xsd:string ;
.
ILAP:RadicalChange
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Radical change"^^xsd:string ;
.
ILAP:Regular8To16WorkingDayCalendar
  rdf:type ILAP:Regular8To16WorkingDayCalendar ;
  rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ;
.
ILAP:Renewal
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Renew"^^xsd:string ;
.
ILAP:ResourceDriven
  rdf:type ILAP:PlanContractType ;
  rdfs:label "Resource driven"^^xsd:string ;
.
ILAP:SAP
  rdf:type ILAP:Application ;
  rdfs:label "SAP"^^xsd:string ;
.
ILAP:Safran
  rdf:type ILAP:Application ;
  rdfs:label "Safran"^^xsd:string ;
.
ILAP:Saturday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Saturday"^^xsd:string ;
.
ILAP:ScheduleDriven
  rdf:type ILAP:PlanContractType ;
  rdfs:label "Schedule driven"^^xsd:string ;
.
ILAP:Scheduled
  rdf:type ILAP:Status ;
  rdfs:label "Scheduled"^^xsd:string ;
.
ILAP:StandardFreeWeekendPeriod
  rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
  rdfs:label "Standard free weekend period"^^xsd:string ;
.
ILAP:StandardWorkWeekdayPeriod
  rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
  rdfs:label "Standard work weekday period"^^xsd:string ;
.
ILAP:Sunday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Sunday"^^xsd:string ;
.
ILAP:Thursday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Thursday"^^xsd:string ;
.
ILAP:Tuesday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Tuesday"^^xsd:string ;
.
ILAP:Unknown
  rdf:type ILAP:Status ;
  rdfs:label "Unknown"^^xsd:string ;
.
ILAP:Wednesday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Wednesday"^^xsd:string ;
.
ILAP:Wellbore
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Wellbore"^^xsd:string ;
.
ILAP:PlannedActivity
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom SCCS:SCCScode ;
      owl:onProperty ILAP:hasActivityILAPWBS ;
    ] ;
.
ILAP:Regular8To16WorkingDayCalendar
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass [
          rdf:type owl:Class ;
          owl:oneOf (
              ILAP:StandardFreeWeekendPeriod
            ) ;
        ] ;
      owl:onProperty ILAP:hasCalendarFreePeriod ;
    ] ;
.
ILAP:WeekendsFreeCalendar
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass [
          rdf:type owl:Class ;
          owl:oneOf (
              ILAP:StandardFreeWeekendPeriod
            ) ;
        ] ;
      owl:onProperty ILAP:hasCalendarFreePeriod ;
    ] ;
.
ILAP:hasActivityCOR
  rdfs:range SCCS:CORcode ;
.
ILAP:hasActivityILAPWBS
  rdfs:range SCCS:SCCScode ;
.
ILAP:hasPlanAsset
  rdfs:range <http://data.posccaesar.org/diskos/Asset> ;
.