NCS_PLANNING.ttl 7.98 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#> .
NCS:
  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 ;
.
NCS:Active
  rdf:type ILAP:Status ;
  rdfs:label "Active"^^xsd:string ;
.
NCS:Aquisition
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Aquire"^^xsd:string ;
.
NCS:BrownFieldProject
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Brown field project"^^xsd:string ;
.
NCS:BusinessArea
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Business area"^^xsd:string ;
.
NCS:BusinessAsUsual
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Business as usual"^^xsd:string ;
.
NCS:CAPEX
  rdf:type ILAP:PlanExpenseType ;
  rdfs:label "CAPEX"^^xsd:string ;
.
NCS:Cancelled
  rdf:type ILAP:Status ;
  rdfs:label "Cancelled"^^xsd:string ;
.
NCS:Completed
  rdf:type ILAP:Status ;
  rdfs:label "Completed"^^xsd:string ;
.
NCS:Continent
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Continent"^^xsd:string ;
.
NCS:CostDriven
  rdf:type ILAP:PlanContractType ;
  rdfs:label "Cost driven"^^xsd:string ;
.
NCS:Country
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Country"^^xsd:string ;
.
NCS:Development
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Develop"^^xsd:string ;
.
NCS:DisasterRecovery
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Disaster recovery"^^xsd:string ;
.
NCS:Disposal
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Dispose"^^xsd:string ;
.
NCS:DrillingAndWell
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Drilling and well"^^xsd:string ;
.
NCS:Facility
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Facility"^^xsd:string ;
.
NCS:Field
  rdf:type ILAP:PlanGeoArea ;
  rdfs:label "Field"^^xsd:string ;
.
NCS:FieldStudy
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Field study"^^xsd:string ;
.
NCS:Friday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Friday"^^xsd:string ;
.
NCS: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
  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
  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
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Green field project"^^xsd:string ;
.
NCS:IncreasedRecovery
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Increased recovery"^^xsd:string ;
.
NCS:IncrementalImprovement
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Incremental improvement"^^xsd:string ;
.
NCS:L1_ProgramPortfolioSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "PPS"^^xsd:string ;
.
NCS:L2_ProjectMasterSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "PMS"^^xsd:string ;
.
NCS:L3_ContractMasterSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "CMS"^^xsd:string ;
.
NCS:L3_ProjectControlNetworkSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "PCS"^^xsd:string ;
.
NCS:L4_ContractControlNetworkSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "CCS"^^xsd:string ;
.
NCS:L5_ContractTaskSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "DWS"^^xsd:string ;
.
NCS:L6_ContractorWorkOrderSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "CWS"^^xsd:string ;
.
NCS:L7_ContractorOperationsSchedule
  rdf:type ILAP:PlanLevel ;
  rdfs:label "COS"^^xsd:string ;
.
NCS:Maintenance
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Maintain"^^xsd:string ;
.
NCS:ManagedClosedown
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Managed closedown"^^xsd:string ;
.
NCS:Modification
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Modification"^^xsd:string ;
.
NCS:Monday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Monday"^^xsd:string ;
.
NCS:OPEX
  rdf:type ILAP:PlanExpenseType ;
  rdfs:label "OPEX"^^xsd:string ;
.
NCS:Operation
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Operate"^^xsd:string ;
.
NCS:OperationAndMaintenance
  rdf:type ILAP:PlanProjectType ;
  rdfs:label "Operation and maintenance"^^xsd:string ;
.
NCS:Pending
  rdf:type ILAP:Status ;
  rdfs:label "Pending"^^xsd:string ;
.
NCS:Primavera
  rdf:type ILAP:Application ;
  rdfs:label "Primavera"^^xsd:string ;
.
NCS:RadicalChange
  rdf:type ILAP:PlanValueObjective ;
  rdfs:label "Radical change"^^xsd:string ;
.
NCS:Regular8To16WorkingDayCalendar
  rdf:type ILAP:Regular8To16WorkingDayCalendar ;
  rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ;
.
NCS:Renewal
  rdf:type ILAP:PlanLifecyclePhase ;
  rdfs:label "Renew"^^xsd:string ;
.
NCS:ResourceDriven
  rdf:type ILAP:PlanContractType ;
  rdfs:label "Resource driven"^^xsd:string ;
.
NCS:SAP
  rdf:type ILAP:Application ;
  rdfs:label "SAP"^^xsd:string ;
.
NCS:Safran
  rdf:type ILAP:Application ;
  rdfs:label "Safran"^^xsd:string ;
.
NCS:Saturday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Saturday"^^xsd:string ;
.
NCS:ScheduleDriven
  rdf:type ILAP:PlanContractType ;
  rdfs:label "Schedule driven"^^xsd:string ;
.
NCS:Scheduled
  rdf:type ILAP:Status ;
  rdfs:label "Scheduled"^^xsd:string ;
.
NCS:StandardFreeWeekendPeriod
  rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
  rdfs:label "Standard free weekend period"^^xsd:string ;
.
NCS:StandardWorkWeekdayPeriod
  rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
  rdfs:label "Standard work weekday period"^^xsd:string ;
.
NCS:Sunday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Sunday"^^xsd:string ;
.
NCS:Thursday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Thursday"^^xsd:string ;
.
NCS:Tuesday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Tuesday"^^xsd:string ;
.
NCS:Unknown
  rdf:type ILAP:Status ;
  rdfs:label "Unknown"^^xsd:string ;
.
NCS:Wednesday
  rdf:type ILAP:CalendarDay ;
  rdfs:label "Wednesday"^^xsd:string ;
.
NCS: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 (
              NCS: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 (
              NCS: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> ;
.