UC2.ttl 12.5 KB
# baseURI: http://data.posccaesar.org/Data/UC2/
# imports: http://data.posccaesar.org/NCS_PLANNING/

@prefix :        <http://data.posccaesar.org/Data/UC2/> .
@prefix ILAP:    <http://data.posccaesar.org/ilap/> .
@prefix NCS:  <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix UC2:     <http://data.posccaesar.org/Data/UC2/> .
@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#> .

UC2:  rdf:type owl:Ontology ;
      owl:imports NCS_PLANNING: .

ILAP:ActivityInPlan_1
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Activity in plan 1"^^xsd:string ;
      ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
      ILAP:hasActivityCalendar
              ILAP:Regular8To16WorkingDayCalendar ;
      ILAP:hasActivityContractor
              <http://data.posccaesar.org/brreg/Technip> ;
      ILAP:hasActivityContractorWBS
              ILAP:ContractorWBS_1 ;
      ILAP:hasActivityDiscipline
              <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ;
      ILAP:hasActivityDuration
              "P0Y0M10D"^^xsd:duration ;
      ILAP:hasActivityILAPWBS
              <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
      ILAP:hasActivityLocation
              <http://data.posccaesar.org/npd/EldfiskC> ;
      ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
      ILAP:hasActivityPhase
              <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
      ILAP:hasActivityPlan
              ILAP:Plan_1 ;
      ILAP:hasActivityRegulator
              <http://data.posccaesar.org/brreg/NPD> ;
      ILAP:hasActivityResource
              <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
      ILAP:hasActivityResourceProfile
              ILAP:Profile_1 ;
      ILAP:hasActivityResponsibleOrganization
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasActivityResponsiblePerson
              <http://data.posccaesar.org/pob/RolfHansen> ;
      ILAP:hasActivityResult
              <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
      ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ;
      ILAP:hasActivityServiceSupplier
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasActivityStatus
              ILAP:Active ;
      ILAP:hasActivitySuccessor
              ILAP:Successor_1 ;
      ILAP:hasActivityVendor
              <http://data.posccaesar.org/brreg/SumitomoMetal> ;
      ILAP:hasActivityWorkTask
              <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ;
      ILAP:hasActivityWorkVolume
              "1000"^^xsd:float ;
      ILAP:hasExternalReference
              ILAP:ExternalReference_1 ;
      ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ;
      ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime .

ILAP:ActivityInPlan_2
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Activity in plan 2"^^xsd:string ;
      ILAP:hasActivityPlan
              ILAP:Plan_1 ;
      ILAP:hasActivityPredecessor
              ILAP:Successor_1 ;
      ILAP:hasActivitySuccessor
              ILAP:Successor_2 .

ILAP:ActivityInPlan_3
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Activity in plan 3"^^xsd:string ;
      ILAP:hasActivityPlan
              ILAP:Plan_1 ;
      ILAP:hasActivityPredecessor
              ILAP:Successor_2 .

ILAP:ActivityInSchedule_1
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 1"^^xsd:string ;
      ILAP:hasActivityCalendar
              ILAP:Regular8To16WorkingDayCalendar ;
      ILAP:hasActivityDuration
              "P0Y0M10D"^^xsd:duration ;
      ILAP:hasActivityInScheduleActivityInPlan
              ILAP:ActivityInPlan_1 ;
      ILAP:hasActivitySchedule
              ILAP:TargetSchedule_1 ;
      ILAP:hasActivityStatus
              ILAP:Scheduled ;
      ILAP:hasActivityWorkVolume
              "30"^^xsd:float ;
      ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ;
      ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ;
      ILAP:hasExternalReference
              ILAP:ExternalReference_4 ;
      ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ;
      ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime .

ILAP:ActivityInSchedule_2
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 2"^^xsd:string ;
      ILAP:hasActivityInScheduleActivityInPlan
              ILAP:ActivityInPlan_2 ;
      ILAP:hasActivitySchedule
              ILAP:TargetSchedule_1 ;
      ILAP:hasActivityStatus
              ILAP:Active .

ILAP:ActivityInSchedule_3
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 3"^^xsd:string ;
      ILAP:hasActivityInScheduleActivityInPlan
              ILAP:ActivityInPlan_3 ;
      ILAP:hasActivitySchedule
              ILAP:TargetSchedule_1 ;
      ILAP:hasActivityStatus
              ILAP:Scheduled .

ILAP:ActivityInSchedule_4
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 4"^^xsd:string ;
      ILAP:hasActivityInScheduleActivityInPlan
              ILAP:ActivityInPlan_1 ;
      ILAP:hasActivitySchedule
              ILAP:ActualSchedule_1 ;
      ILAP:hasActivityStatus
              ILAP:Scheduled .

ILAP:ActivityInSchedule_5
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 5"^^xsd:string ;
      ILAP:hasActivityInScheduleActivityInPlan
              ILAP:ActivityInPlan_2 ;
      ILAP:hasActivitySchedule
              ILAP:ActualSchedule_1 ;
      ILAP:hasActivityStatus
              ILAP:Scheduled .

ILAP:ActivityInSchedule_6
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 6"^^xsd:string ;
      ILAP:hasActivityInScheduleActivityInPlan
              ILAP:ActivityInPlan_3 ;
      ILAP:hasActivitySchedule
              ILAP:ActualSchedule_1 ;
      ILAP:hasActivityStatus
              ILAP:Scheduled .

ILAP:ActualSchedule_1
      rdf:type ILAP:ActualSchedule ;
      rdfs:label "Actual schedule 1"^^xsd:string ;
      ILAP:hasBaselineCreatedDate
              "2014-03-15"^^xsd:date ;
      ILAP:hasExternalReference
              ILAP:ExternalReference_1 ;
      ILAP:hasSchedulePlan
              ILAP:Plan_1 .

ILAP:ContractorWBS_1
      rdf:type ILAP:ContractorWBS ;
      rdfs:label "Contractor WBS 1"^^xsd:string ;
      ILAP:hasContractorWBSelement
              "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .

ILAP:ExternalReference_1
      rdf:type ILAP:ExternalReference ;
      rdfs:label "External reference 1"^^xsd:string ;
      ILAP:hasReferenceApplication
              ILAP:Safran ;
      ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ;
      ILAP:hasReferenceSource
              <http://data.posccaesar.org/brreg/Sevan> .

ILAP:ExternalReference_2
      rdf:type ILAP:ExternalReference ;
      rdfs:label "External reference 2"^^xsd:string ;
      ILAP:hasReferenceApplication
              ILAP:Primavera ;
      ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ;
      ILAP:hasReferenceSource
              <http://data.posccaesar.org/brreg/Schlumberger> .

ILAP:ExternalReference_3
      rdf:type ILAP:ExternalReference ;
      rdfs:label "External reference 3"^^xsd:string .

ILAP:ExternalReference_4
      rdf:type ILAP:ExternalReference ;
      rdfs:label "External reference 4"^^xsd:string .

ILAP:Milestone_1
      rdf:type ILAP:Milestone ;
      rdfs:label "Milestone 1"^^xsd:string .

ILAP:Plan_1
      rdf:type ILAP:ExecutionPlan ;
      rdfs:label "Plan 1"^^xsd:string ;
      ILAP:hasExternalReference
              ILAP:ExternalReference_3 ;
      ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ;
      ILAP:hasPlanAssetOwner
              <http://data.posccaesar.org/brreg/ConocoPhillips> ;
      ILAP:hasPlanContentType
              <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
      ILAP:hasPlanContractType
              ILAP:ScheduleDriven ;
      ILAP:hasPlanContractor
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasPlanGeoArea ILAP:Facility ;
      ILAP:hasPlanLevel ILAP:L3_ProjectControlNetworkSchedule ;
      ILAP:hasPlanLicensePartner
              <http://data.posccaesar.org/brreg/Lundin> ;
      ILAP:hasPlanLifecyclePhase
              ILAP:Maintenance ;
      ILAP:hasPlanNPDelement
              <http://data.posccaesar.org/npd/EldfiskC> ;
      ILAP:hasPlanOperator
              <http://data.posccaesar.org/brreg/ConocoPhillips> ;
      ILAP:hasPlanProject ILAP:Project_1 ;
      ILAP:hasPlanProjectType
              ILAP:BrownFieldProject ;
      ILAP:hasPlanRegulator
              <http://data.posccaesar.org/brreg/NPD> ;
      ILAP:hasPlanResponsible
              <http://data.posccaesar.org/brreg/Lundin> ;
      ILAP:hasPlanRollUp ILAP:Plan_2 ;
      ILAP:hasPlanServiceSupplier
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasPlanSubplan ILAP:Plan_3 ;
      ILAP:hasPlanValueObjective
              ILAP:BusinessAsUsual .

ILAP:Plan_2
      rdf:type ILAP:ExecutionPlan ;
      rdfs:label "Plan 2"^^xsd:string .

ILAP:Plan_3
      rdf:type ILAP:ExecutionPlan ;
      rdfs:label "Plan 3"^^xsd:string .

ILAP:Profile_1
      rdf:type ILAP:Profile ;
      rdfs:label "Profile 1"^^xsd:string .

ILAP:Project_1
      rdf:type ILAP:Project ;
      rdfs:label "Project 1"^^xsd:string ;
      ILAP:hasExternalReference
              ILAP:ExternalReference_1 ;
      ILAP:hasName "Use Case 2 Project 1"^^xsd:string ;
      ILAP:hasProjectResponsible
              <http://data.posccaesar.org/brreg/ConocoPhillips> ;
      ILAP:hasProjectSubproject
              ILAP:Project_2 .

ILAP:Project_2
      rdf:type ILAP:Project ;
      rdfs:label "Project 2"^^xsd:string .

ILAP:Successor_1
      rdf:type ILAP:Successor ;
      rdfs:label "Successor 1"^^xsd:string ;
      ILAP:hasPredecessorActivity
              ILAP:ActivityInPlan_1 ;
      ILAP:hasSuccessorActivity
              ILAP:ActivityInPlan_2 ;
      ILAP:hasSuccessorLag
              5 ;
      ILAP:hasSuccessorMilestone
              ILAP:Milestone_1 .

ILAP:Successor_2
      rdf:type ILAP:Successor ;
      rdfs:label "Successor 2"^^xsd:string ;
      ILAP:hasPredecessorActivity
              ILAP:ActivityInPlan_2 ;
      ILAP:hasSuccessorActivity
              ILAP:ActivityInPlan_3 ;
      ILAP:hasSuccessorLag
              2 .

ILAP:TargetSchedule_1
      rdf:type ILAP:TargetSchedule ;
      rdfs:label "Target schedule 1"^^xsd:string ;
      ILAP:hasBaselineCreatedDate
              "2014-03-01"^^xsd:date ;
      ILAP:hasExternalReference
              ILAP:ExternalReference_2 ;
      ILAP:hasSchedulePlan
              ILAP:Plan_1 .

ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1
      rdf:type rdf:Statement ;
      rdf:object ILAP:ActivityInPlan_1 ;
      rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ;
      rdf:subject ILAP:ActivityInSchedule_1 ;
      rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string .

ILAP:UserField_1
      rdf:type ILAP:UserField ;
      rdfs:label "User field 1"^^xsd:string ;
      ILAP:hasUserFieldContractor
              <http://data.posccaesar.org/brreg/SumitomoMetal> ;
      ILAP:hasUserFieldSource
              <http://data.posccaesar.org/brreg/ConocoPhillips> .

ILAP:WorkTask_1
      rdf:type ILAP:WorkTask ;
      rdfs:label "Work task 1"^^xsd:string ;
      ILAP:hasWorkTaskActivity
              ILAP:ActivityInPlan_1 ;
      ILAP:hasWorkTaskResponsible
              <http://data.posccaesar.org/brreg/Subsea7> ;
      ILAP:hasWorkTaskServiceSupplier
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasWorkTaskVendor
              <http://data.posccaesar.org/brreg/Sevan> .

ILAP:hasReferenceID
      rdfs:domain owl:Thing .