Tore Christiansen

Added values to UC1 to demonstrate ontology

......@@ -6,21 +6,83 @@
@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 shutdown: <http://data.posccaesar.org/ilap/shutdown/> .
@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:ActivityDependency_1
rdf:type ILAP:ActivityDependency ;
rdfs:label "Activity dependency 1"^^xsd:string .
UC1:ActivityInPlan_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 1"^^xsd:string ;
ILAP:hasActivityActiveStatus
UC1:ActivityStatus_1 ;
ILAP:hasActivityActualProgressPercent
"75"^^xsd:float ;
ILAP:hasActivityCalendar
UC1:Calendar_1 ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityDiscipline
UC1:Discipline_1 ;
ILAP:hasActivityEstimatedWeight
"10500"^^xsd:float ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/NCS_PLANNING/NPDelement_1> ;
ILAP:hasActivityPartActivity
UC1:ActivityInPlan_2 ;
ILAP:hasActivityPhase
UC1:Phase_1 ;
ILAP:hasActivityPhysicalPercentComplete
"70"^^xsd:float ;
ILAP:hasActivityPlan
UC1:ProjectPlan_1 ;
ILAP:hasActivityPlannedProgressPercent
80 ;
ILAP:hasActivityPlannedResource
UC1:PlannedResource_1 .
UC1:PlannedResource_1 ;
ILAP:hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResourceProfile
UC1:Profile_1 ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/pob/RolfHansen> ;
ILAP:hasActivityResult
UC1:Result_1 ;
ILAP:hasActivityRiskFactor
UC1:RiskFactor_1 ;
ILAP:hasActivityShutdown
UC1:Shutdown_1 ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivitySuccessor
UC1:ActivityDependency_1 ;
ILAP:hasActivitySupplier
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityTaskLeader
<http://data.posccaesar.org/pob/NiloErdal> ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 ;
ILAP:hasActivityWeight
"10800"^^xsd:float ;
ILAP:hasActivityWorkVolume
"250"^^xsd:float ;
ILAP:hasExternalReference
UC1:ExternalReference_1 ;
ILAP:hasFixedFinish "2014-10-17"^^xsd:date ;
ILAP:hasFixedStart "2014-09-01"^^xsd:date ;
ILAP:hasObjectDescription
"Specific text object"^^xsd:string ;
ILAP:hasObjectName "Soecific object name"^^xsd:string ;
ILAP:hasObjectReferenceID
"Specific object ID"^^xsd:string .
UC1:ActivityInPlan_2
rdf:type ILAP:PlannedActivity ;
......@@ -64,6 +126,10 @@ UC1:ActivityInSchedule_4
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
UC1:ActivityStatus_1
rdf:type ILAP:ActivityStatus ;
rdfs:label "Activity status 1"^^xsd:string .
UC1:ActualSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
......@@ -98,6 +164,10 @@ UC1:Baseline_4
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Calendar_1
rdf:type ILAP:Calendar ;
rdfs:label "Calendar 1"^^xsd:string .
UC1:CurrentSchedule_1
rdf:type ILAP:CurrentSchedule ;
rdfs:label "Current schedule 1"^^xsd:string ;
......@@ -106,6 +176,14 @@ UC1:CurrentSchedule_1
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:DecisionGate_1
rdf:type ILAP:DecisionGate ;
rdfs:label "Decision gate 1"^^xsd:string .
UC1:Discipline_1
rdf:type ILAP:Discipline ;
rdfs:label "Discipline 1"^^xsd:string .
UC1:ExternalReference_1
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 1"^^xsd:string ;
......@@ -124,6 +202,14 @@ UC1:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string .
UC1:Milestone_2
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 2"^^xsd:string .
UC1:Phase_1
rdf:type ILAP:Phase ;
rdfs:label "Phase 1"^^xsd:string .
UC1:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
......@@ -192,7 +278,7 @@ UC1:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
......@@ -240,12 +326,34 @@ UC1:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
UC1:Result_1
rdf:type ILAP:Result ;
rdfs:label "Result 1"^^xsd:string .
UC1:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string .
UC1:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string ;
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
shutdown:hasShutdownContent
shutdown:ProductionShutdown ;
shutdown:hasShutdownOperation
shutdown:Dependent_on_Shutdown , shutdown:During_Shutdown ;
shutdown:hasShutdownPeriod
shutdown:Shutdown_Period ;
shutdown:hasShutdownPriority
shutdown:Critical ;
shutdown:hasShutdownType
shutdown:Scheduled_Shutdown .
UC1:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
......