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

@prefix :        <http://data.posccaesar.org/Data/UC2/> .
@prefix COR:     <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
@prefix ILAP:    <http://data.posccaesar.org/ilap/> .
@prefix NCS:     <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NPD:     <http://data.posccaesar.org/npd/> .
@prefix PBS:     <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#> .
@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: .

UC2:ActivityWBS_1
      rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ;
      rdfs:label "Activity WBS 1"^^xsd:string .

UC2:Baseline_1
      rdf:type ILAP:Baseline ;
      rdfs:label "Baseline 1"^^xsd:string .

UC2:ContractorsContractControlSchedule_1
      rdf:type ILAP:ContractorsContractControlSchedule ;
      rdfs:label "Contractors contract control schedule 1"^^xsd:string .

UC2:CurrentControlEstimate_1
      rdf:type ILAP:CurrentControlEstimate ;
      rdfs:label "Current control estimate 1"^^xsd:string .

UC2:Discipline_1
      rdf:type ILAP:Discipline , COR:BEA ;
      rdfs:label "Discipline 1"^^xsd:string .

UC2:Discipline_2
      rdf:type ILAP:Discipline ;
      rdfs:label "Discipline 2"^^xsd:string .

UC2:Location_1
      rdf:type ILAP:Location , NPD:StatfjordA ;
      rdfs:label "Location 1"^^xsd:string .

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

UC2:NetworkSchedule_1
      rdf:type ILAP:Schedule ;
      rdfs:label "Network schedule 1"^^xsd:string .

UC2:PlannedActivity_2
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Planned activity 2"^^xsd:string .

UC2:ProfilePoint_1
      rdf:type ILAP:ResourceProfilePoint ;
      rdfs:label "Profile point 1"^^xsd:string ;
      ILAP:hasProfilePointXValue
              "0"^^xsd:float ;
      ILAP:hasProfilePointYValue
              "0"^^xsd:float .

UC2:ProfilePoint_2
      rdf:type ILAP:ResourceProfilePoint ;
      rdfs:label "Profile point 2"^^xsd:string ;
      ILAP:hasProfilePointXValue
              "1"^^xsd:float ;
      ILAP:hasProfilePointYValue
              "1"^^xsd:float .

UC2:Profile_1
      rdf:type ILAP:ResourceProfile ;
      rdfs:label "Profile 1"^^xsd:string ;
      ILAP:hasProfilePoint
              UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .

UC2:ProjectPlan_2
      rdf:type ILAP:ProjectPlan ;
      rdfs:label "Project plan 2"^^xsd:string .

UC2:Project_1
      rdf:type ILAP:Project ;
      rdfs:label "Project 1"^^xsd:string .

UC2:R-1234567890
      rdf:type ILAP:ExternalReference ;
      rdfs:label "R-1234567890"^^xsd:string .

UC2:Regular8To16WorkingDayCalendar_1
      rdf:type ILAP:Regular8To16WorkingDayCalendar ;
      rdfs:label "Regular8To16Working day calendar 1"^^xsd:string .

UC2:ResourceStructure_1
      rdf:type ILAP:Resource ;
      rdfs:label "Resource structure 1"^^xsd:string .

UC2:ResponsibleOrganization_1
      rdf:type ILAP:ResponsibleOrganization ;
      rdfs:label "Responsible organization 1"^^xsd:string .

UC2:ResponsiblePerson_1
      rdf:type ILAP:ResponsiblePerson ;
      rdfs:label "Responsible person 1"^^xsd:string .

UC2:Result_1
      rdf:type ILAP:Result ;
      rdfs:label "Result 1"^^xsd:string .

<http://data.posccaesar.org/brreg/LegalEntity>
      rdfs:subClassOf ILAP:ResponsibleOrganization .

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:Discipline_1
      rdf:type COR:CDA .

ILAP:PlannedActivity
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ResponsibleOrganization ;
                owl:onProperty ILAP:hasActivityResponsibleOrganization
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Calendar ;
                owl:onProperty ILAP:hasActivityCalendar
              ] .

ILAP:PlannedActivity_1
      rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> , PBS:ACAE , COR:ADA ;
      ILAP:hasActivityContractor
              <http://data.posccaesar.org/brreg/Subsea7> ;
      ILAP:hasActivityDiscipline
              UC2:Discipline_2 .

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

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

ILAP:hasActivityWBS
      rdfs:range ILAP:ActivityWBS .

ILAP:hasReferenceID
      rdfs:domain owl:Thing .