UC1.ttl.svn-base 5.54 KB
# baseURI: http://data.posccaesar.org/Data/UC1/
# imports: http://data.posccaesar.org/NCS_PLANNING/

# c14n-version: 3
@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 ;
  ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ;
  ILAP:hasActivityPlan UC1:ProjectPlan_1 ;
  ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ;
  rdfs:label "Activity in plan 1"^^xsd:string ;
.
UC1:ActivityInPlan_2
  rdf:type ILAP:PlannedActivity ;
  ILAP:hasActivityPlan UC1:ProjectPlan_1 ;
  rdfs:label "Activity in plan 2"^^xsd:string ;
.
UC1:ActivityInSchedule_1
  rdf:type ILAP:ScheduledActivity ;
  ILAP:hasActivityActualWeight "100750"^^xsd:float ;
  ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ;
  ILAP:hasActivitySchedule UC1:TargetSchedule_1 ;
  ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ;
  rdfs:label "Activity in schedule 1"^^xsd:string ;
.
UC1:ActivityInSchedule_2
  rdf:type ILAP:ScheduledActivity ;
  ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ;
  ILAP:hasActivitySchedule UC1:ActualSchedule_1 ;
  rdfs:label "Activity in schedule 2"^^xsd:string ;
.
UC1:ActivityInSchedule_3
  rdf:type ILAP:ScheduledActivity ;
  ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ;
  ILAP:hasActivitySchedule UC1:TargetSchedule_1 ;
  rdfs:label "Activity in schedule 3"^^xsd:string ;
.
UC1:ActivityInSchedule_4
  rdf:type ILAP:ScheduledActivity ;
  ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ;
  ILAP:hasActivitySchedule UC1:ActualSchedule_1 ;
  rdfs:label "Activity in schedule 4"^^xsd:string ;
.
UC1:ActualSchedule_1
  rdf:type ILAP:ActualSchedule ;
  ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
  ILAP:hasScheduleBaseline UC1:Baseline_1 ;
  ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
  rdfs:label "Actual schedule 1"^^xsd:string ;
.
UC1:Baseline_1
  rdf:type ILAP:Baseline ;
  ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
  rdfs:label "Baseline 1"^^xsd:string ;
.
UC1:Baseline_2
  rdf:type ILAP:Baseline ;
  ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
  rdfs:label "Baseline 2"^^xsd:string ;
.
UC1:Baseline_3
  rdf:type ILAP:Baseline ;
  ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
  rdfs:label "Baseline 3"^^xsd:string ;
.
UC1:Baseline_4
  rdf:type ILAP:Baseline ;
  ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
  rdfs:label "Baseline 4"^^xsd:string ;
.
UC1:CurrentSchedule_1
  rdf:type ILAP:CurrentSchedule ;
  ILAP:hasScheduleBaseline UC1:Baseline_2 ;
  ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
  rdfs:label "Current schedule 1"^^xsd:string ;
.
UC1:LiveSchedule_1
  rdf:type ILAP:LiveSchedule ;
  ILAP:hasScheduleBaseline UC1:Baseline_3 ;
  rdfs:label "Live schedule 1"^^xsd:string ;
.
UC1:Milestone_1
  rdf:type ILAP:Milestone ;
  rdfs:label "Milestone 1"^^xsd:string ;
.
UC1:PlannedResource_1
  rdf:type ILAP:PlannedResource ;
  ILAP:hasResourceProfile UC1:Profile_1 ;
  rdfs:label "Planned resource 1"^^xsd:string ;
.
UC1:ProfilePoint_1
  rdf:type ILAP:ProfilePoint ;
  ILAP:hasProfilePointXValue "0.1"^^xsd:float ;
  ILAP:hasProfilePointYValue "0.2"^^xsd:float ;
  rdfs:label "Profile point 1"^^xsd:string ;
.
UC1:ProfilePoint_2
  rdf:type ILAP:ProfilePoint ;
  ILAP:hasProfilePointXValue "1.0"^^xsd:float ;
  ILAP:hasProfilePointYValue "0.9"^^xsd:float ;
  rdfs:label "Profile point 2"^^xsd:string ;
.
UC1:Profile_1
  rdf:type ILAP:Profile ;
  ILAP:hasProfilePoint ILAP:ProfilePoint_1 ;
  ILAP:hasProfilePoint ILAP:ProfilePoint_2 ;
  rdfs:label "Profile 1"^^xsd:string ;
.
UC1:ProjectPlan_1
  rdf:type ILAP:ProjectPlan ;
  ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ;
  ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ;
  ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
  rdfs:label "Project plan 1"^^xsd:string ;
.
UC1:Project_1
  rdf:type ILAP:Project ;
  rdfs:label "Project 1"^^xsd:string ;
.
UC1:ScheduledResource_1
  rdf:type ILAP:ScheduledResource ;
  ILAP:hasResourceProfile UC1:Profile_1 ;
  rdfs:label "Scheduled resource 1"^^xsd:string ;
.
UC1:TargetSchedule_1
  rdf:type ILAP:TargetSchedule ;
  ILAP:hasScheduleBaseline UC1:Baseline_4 ;
  ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
  rdfs:label "Target schedule 1"^^xsd:string ;
.
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 ;
.