UC1.ttl 6.61 KB
# baseURI: http://data.posccaesar.org/Data/UC1/
# imports: http://data.posccaesar.org/NCS_PLANNING/

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

UC1:  rdf:type owl:Ontology ;
      owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

UC1:ActivityInPlan_1
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Activity in plan 1"^^xsd:string ;
      ILAP:hasActivityEstimatedWeight
              "10500"^^xsd:float ;
      ILAP:hasActivityPlan
              UC1:ProjectPlan_1 ;
      ILAP:hasActivityPlannedResource
              UC1:PlannedResource_1 .

UC1:ActivityInPlan_2
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Activity in plan 2"^^xsd:string ;
      ILAP:hasActivityPlan
              UC1:ProjectPlan_1 .

UC1:ActivityInSchedule_1
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 1"^^xsd:string ;
      ILAP:hasActivityActualWeight
              "100750"^^xsd:float ;
      ILAP:hasActivityInScheduleActivityInPlan
              UC1:ActivityInPlan_1 ;
      ILAP:hasActivitySchedule
              UC1:TargetSchedule_1 ;
      ILAP:hasActivityScheduledResource
              UC1:ScheduledResource_1 .

UC1:ActivityInSchedule_2
      rdf:type ILAP:ScheduledActivity ;
      rdfs:label "Activity in schedule 2"^^xsd:string ;
      ILAP:hasActivityInScheduleActivityInPlan
              UC1:ActivityInPlan_1 ;
      ILAP:hasActivitySchedule
              UC1:ActualSchedule_1 .

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

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

UC1:ActualSchedule_1
      rdf:type ILAP:RevisedSchedule ;
      rdfs:label "Actual schedule 1"^^xsd:string ;
      ILAP:hasPlanUserField
              <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
      ILAP:hasScheduleBaseline
              UC1:Baseline_1 ;
      ILAP:hasSchedulePlan
              UC1:ProjectPlan_1 .

UC1:Baseline_1
      rdf:type ILAP:Baseline ;
      rdfs:label "Baseline 1"^^xsd:string ;
      ILAP:hasBaselineCreatedDate
              "2014-03-25"^^xsd:date .

UC1:Baseline_2
      rdf:type ILAP:Baseline ;
      rdfs:label "Baseline 2"^^xsd:string ;
      ILAP:hasBaselineCreatedDate
              "2014-03-25"^^xsd:date .

UC1:Baseline_3
      rdf:type ILAP:Baseline ;
      rdfs:label "Baseline 3"^^xsd:string ;
      ILAP:hasBaselineCreatedDate
              "2014-03-25"^^xsd:date .

UC1:Baseline_4
      rdf:type ILAP:Baseline ;
      rdfs:label "Baseline 4"^^xsd:string ;
      ILAP:hasBaselineCreatedDate
              "2014-03-25"^^xsd:date .

UC1:CurrentSchedule_1
      rdf:type ILAP:CurrentSchedule ;
      rdfs:label "Current schedule 1"^^xsd:string ;
      ILAP:hasScheduleBaseline
              UC1:Baseline_2 ;
      ILAP:hasSchedulePlan
              UC1:ProjectPlan_1 .

UC1:ExternalReference_1
      rdf:type ILAP:ExternalReference ;
      rdfs:label "External reference 1"^^xsd:string ;
      ILAP:hasReferenceApplication
              ILAP:SAP ;
      ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string .

UC1:LiveSchedule_1
      rdf:type ILAP:LiveSchedule ;
      rdfs:label "Live schedule 1"^^xsd:string ;
      ILAP:hasScheduleBaseline
              UC1:Baseline_3 .

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

UC1:PlannedResource_1
      rdf:type ILAP:PlannedResource ;
      rdfs:label "Planned resource 1"^^xsd:string ;
      ILAP:hasResourceProfile
              UC1:Profile_1 .

UC1:ProfilePoint_1
      rdf:type ILAP:ProfilePoint ;
      rdfs:label "Profile point 1"^^xsd:string ;
      ILAP:hasProfilePointXValue
              "0.1"^^xsd:float ;
      ILAP:hasProfilePointYValue
              "0.2"^^xsd:float .

UC1:ProfilePoint_2
      rdf:type ILAP:ProfilePoint ;
      rdfs:label "Profile point 2"^^xsd:string ;
      ILAP:hasProfilePointXValue
              "1.0"^^xsd:float ;
      ILAP:hasProfilePointYValue
              "0.9"^^xsd:float .

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

UC1:ProjectPlan_1
      rdf:type ILAP:ProjectPlan ;
      rdfs:label "Project plan 1"^^xsd:string ;
      ILAP:hasPlanUserField
              <http://data.posccaesar.org/NCS_PLANNING/UserField_1> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> .

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

UC1:ScheduledResource_1
      rdf:type ILAP:ScheduledResource ;
      rdfs:label "Scheduled resource 1"^^xsd:string ;
      ILAP:hasResourceProfile
              UC1:Profile_1 .

UC1:TargetSchedule_1
      rdf:type ILAP:TargetSchedule ;
      rdfs:label "Target schedule 1"^^xsd:string ;
      ILAP:hasScheduleBaseline
              UC1:Baseline_4 ;
      ILAP:hasSchedulePlan
              UC1:ProjectPlan_1 .

UC1:UserField_1
      rdf:type ILAP:UserField ;
      rdfs:label "User field 1"^^xsd:string .

UC1:UserField_2
      rdf:type ILAP:UserField ;
      rdfs:label "User field 2"^^xsd:string .

UC1:UserField_3
      rdf:type ILAP:UserField ;
      rdfs:label "User field 3"^^xsd:string .

<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
      ILAP:hasUserFieldName
              "Area"^^xsd:string ;
      ILAP:hasUserFieldSource
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasUserFieldValue
              "Processing System"^^xsd:string .

<http://data.posccaesar.org/NCS_PLANNING/UserField_2>
      ILAP:hasUserFieldSource
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasUserFieldValue
              "SAP-WO-101-3"^^xsd:string .

<http://data.posccaesar.org/NCS_PLANNING/UserField_3>
      ILAP:hasUserFieldName
              "Risk Factor"^^xsd:string ;
      ILAP:hasUserFieldSource
              <http://data.posccaesar.org/brreg/Sevan> ;
      ILAP:hasUserFieldValue
              "Explosive Environment"^^xsd:string .