UC2.ttl 2.18 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 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 COR:ADA , ILAP:ActivityWBS ;
      rdfs:label "Activity WBS 1"^^xsd:string .

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

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

UC2:PlannedActivity_1
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Planned activity 1"^^xsd:string ;
      ILAP:hasActivityDiscipline
              UC2:Discipline_1 ;
      ILAP:hasActivityLocation
              UC2:Location_1 , NPD:StafjordA ;
      ILAP:hasActivityWBS UC2:ActivityWBS_1 .

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

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 .