Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
ilap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Tore Christiansen
2014-06-21 15:38:03 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
450742896a59a9e96118c2b905dc49245f04f2c5
45074289
1 parent
02a8698a
Upgrade structure and content (classes and properties) to version 1.5.3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
125 additions
and
33 deletions
NCS_PLANNING.ttl
PLANNING_CORE.ttl
UseCaseData/UC1.ttl
UseCaseData/UC2.ttl
NCS_PLANNING.ttl
View file @
4507428
...
...
@@ -62,7 +62,7 @@ NCS:Exploration
NCS:
IndividualInCorClass
rdf:
type
NCS:
CorClass
,
ILAP:
NORSOKZ014
,
owl:
Class
;
rdfs:
label
"Individual in cor class"
^^
xsd:
string
;
rdfs:
subClassOf
NCS:
IndividualInNorsokClass
.
rdfs:
subClassOf
ILAP:
Discipline
,
NCS:
IndividualInNorsokClass
.
NCS:
IndividualInNorsokClass
rdf:
type
owl:
Class
;
...
...
@@ -127,7 +127,7 @@ ILAP:BusinessArea
rdfs:
label
"Business area"
^^
xsd:
string
.
ILAP:
BusinessAsUsual
rdf:
type
ILAP:
Plan
ValueObjectiv
e
;
rdf:
type
ILAP:
Plan
ObjectiveTyp
e
;
rdfs:
label
"Business as usual"
^^
xsd:
string
.
ILAP:
CAPEX
...
...
@@ -159,7 +159,7 @@ ILAP:Development
rdfs:
label
"Develop"
^^
xsd:
string
.
ILAP:
DisasterRecovery
rdf:
type
ILAP:
Plan
ValueObjectiv
e
;
rdf:
type
ILAP:
Plan
ObjectiveTyp
e
;
rdfs:
label
"Disaster recovery"
^^
xsd:
string
.
ILAP:
Disposal
...
...
@@ -215,11 +215,11 @@ ILAP:GreenFieldProject
rdfs:
label
"Green field project"
^^
xsd:
string
.
ILAP:
IncreasedRecovery
rdf:
type
ILAP:
Plan
ValueObjectiv
e
;
rdf:
type
ILAP:
Plan
ObjectiveTyp
e
;
rdfs:
label
"Increased recovery"
^^
xsd:
string
.
ILAP:
IncrementalImprovement
rdf:
type
ILAP:
Plan
ValueObjectiv
e
;
rdf:
type
ILAP:
Plan
ObjectiveTyp
e
;
rdfs:
label
"Incremental improvement"
^^
xsd:
string
.
ILAP:
L1_ProgramPortfolioSchedule
...
...
@@ -259,7 +259,7 @@ ILAP:Maintenance
rdfs:
label
"Maintain"
^^
xsd:
string
.
ILAP:
ManagedClosedown
rdf:
type
ILAP:
Plan
ValueObjectiv
e
;
rdf:
type
ILAP:
Plan
ObjectiveTyp
e
;
rdfs:
label
"Managed closedown"
^^
xsd:
string
.
ILAP:
Modification
...
...
@@ -291,7 +291,7 @@ ILAP:Primavera
rdfs:
label
"Primavera"
^^
xsd:
string
.
ILAP:
RadicalChange
rdf:
type
ILAP:
Plan
ValueObjectiv
e
;
rdf:
type
ILAP:
Plan
ObjectiveTyp
e
;
rdfs:
label
"Radical change"
^^
xsd:
string
.
ILAP:
Regular8To16WorkingDayCalendar
...
...
@@ -381,7 +381,25 @@ ILAP:Wellbore
rdfs:
label
"Wellbore"
^^
xsd:
string
.
ILAP:
hasActivityBaselineSchedule
rdfs:
range
ILAP:
NetworkSchedule
.
rdfs:
range
ILAP:
Schedule
.
ILAP:
hasActivityResource
rdfs:
domain
ILAP:
Activity
;
rdfs:
range
ILAP:
Resource
.
ILAP:
hasActivityResourceProfile
rdfs:
domain
ILAP:
Activity
.
ILAP:
hasActivityWBS
rdfs:
range
ILAP:
ActivityWBS
.
ILAP:
hasCalendarPeriodDay
rdfs:
domain
ILAP:
CalendarPeriod
;
rdfs:
range
ILAP:
CalendarDay
.
ILAP:
hasCalendarPeriodHour
rdfs:
domain
ILAP:
CalendarPeriod
;
rdfs:
range
ILAP:
CalendarHour
.
ILAP:
hasPlanAsset
rdfs:
range
<http://data.posccaesar.org/diskos/Asset>
.
...
...
PLANNING_CORE.ttl
View file @
4507428
This diff is collapsed. Click to expand it.
UseCaseData/UC1.ttl
View file @
4507428
...
...
@@ -65,7 +65,7 @@ UC1:ActivityInSchedule_4
UC1:
ActualSchedule_1
.
UC1:
ActualSchedule_1
rdf:
type
ILAP:
Revised
Schedule
;
rdf:
type
ILAP:
Target
Schedule
;
rdfs:
label
"Actual schedule 1"
^^
xsd:
string
;
ILAP:
hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3>
;
...
...
@@ -123,6 +123,47 @@ UC1:Milestone_1
rdf:
type
ILAP:
Milestone
;
rdfs:
label
"Milestone 1"
^^
xsd:
string
.
UC1:
PlannedActivity_1
rdf:
type
ILAP:
PlannedActivity
;
rdfs:
label
"Planned activity 1"
^^
xsd:
string
;
ILAP:
hasActivityActualProgressPercent
"50"
^^
xsd:
float
;
ILAP:
hasActivityCalendar
<http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1>
;
ILAP:
hasActivityContractor
<http://data.posccaesar.org/brreg/Subsea7>
;
ILAP:
hasActivityDiscipline
<http://data.posccaesar.org/Data/UC2/Discipline_1>
;
ILAP:
hasActivityEstimatedWeight
"15000"
^^
xsd:
float
;
ILAP:
hasActivityLocation
<http://data.posccaesar.org/npd/StafjordA>
,
<http://data.posccaesar.org/Data/UC2/Location_1>
;
ILAP:
hasActivityPartActivity
<http://data.posccaesar.org/Data/UC2/PlannedActivity_2>
;
ILAP:
hasActivityPhase
<http://data.posccaesar.org/NCS_PLANNING/Operation>
;
ILAP:
hasActivityPhysicalPercentComplete
"45"
^^
xsd:
float
;
ILAP:
hasActivityPlannedProgressPercent
55
;
ILAP:
hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD>
;
ILAP:
hasActivityResponsibleOrganization
<http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1>
;
ILAP:
hasActivityResponsiblePerson
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1>
;
ILAP:
hasActivityStatus
<http://data.posccaesar.org/NCS_PLANNING/Active>
;
ILAP:
hasActivitySupplier
<http://data.posccaesar.org/brreg/Schlumberger>
;
ILAP:
hasActivityTaskLeader
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1>
;
ILAP:
hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes>
;
ILAP:
hasActivityWBS
<http://data.posccaesar.org/Data/UC2/ActivityWBS_1>
;
ILAP:
hasActivityWorkVolume
"550"
^^
xsd:
float
.
UC1:
PlannedResource_1
rdf:
type
ILAP:
PlannedResource
;
rdfs:
label
"Planned resource 1"
^^
xsd:
string
;
...
...
@@ -130,7 +171,7 @@ UC1:PlannedResource_1
UC1:
Profile_1
.
UC1:
ProfilePoint_1
rdf:
type
ILAP:
ProfilePoint
;
rdf:
type
ILAP:
Resource
ProfilePoint
;
rdfs:
label
"Profile point 1"
^^
xsd:
string
;
ILAP:
hasProfilePointXValue
"0.1"
^^
xsd:
float
;
...
...
@@ -138,7 +179,7 @@ UC1:ProfilePoint_1
"0.2"
^^
xsd:
float
.
UC1:
ProfilePoint_2
rdf:
type
ILAP:
ProfilePoint
;
rdf:
type
ILAP:
Resource
ProfilePoint
;
rdfs:
label
"Profile point 2"
^^
xsd:
string
;
ILAP:
hasProfilePointXValue
"1.0"
^^
xsd:
float
;
...
...
@@ -146,16 +187,51 @@ UC1:ProfilePoint_2
"0.9"
^^
xsd:
float
.
UC1:
Profile_1
rdf:
type
ILAP:
Profile
;
rdf:
type
ILAP:
Resource
Profile
;
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
;
rdfs:
label
"Project plan 1"
^^
xsd:
string
;
ILAP:
hasExternalReference
<http://data.posccaesar.org/Data/UC2/R-1234567890>
;
ILAP:
hasPlanAssetOwner
<http://data.posccaesar.org/brreg/EniNorge>
;
ILAP:
hasPlanContractType
ILAP:
ScheduleDriven
;
ILAP:
hasPlanContractor
<http://data.posccaesar.org/brreg/Subsea7>
;
ILAP:
hasPlanExpenseType
ILAP:
CAPEX
;
ILAP:
hasPlanGeoArea
ILAP:
Facility
;
ILAP:
hasPlanLevel
ILAP:
L4_ContractControlNetworkSchedule
;
ILAP:
hasPlanLicensePartner
<http://data.posccaesar.org/brreg/EniNorge>
;
ILAP:
hasPlanLifecycleStage
ILAP:
Development
;
ILAP:
hasPlanNPDelement
<http://data.posccaesar.org/Data/UC2/Location_1>
,
<http://data.posccaesar.org/npd/Goliat>
;
ILAP:
hasPlanObjectiveType
ILAP:
BusinessAsUsual
;
ILAP:
hasPlanOperator
<http://data.posccaesar.org/brreg/EniNorge>
;
ILAP:
hasPlanProject
<http://data.posccaesar.org/Data/UC2/Project_1>
;
ILAP:
hasPlanProjectType
ILAP:
GreenFieldProject
;
ILAP:
hasPlanRegulator
<http://data.posccaesar.org/brreg/NPD>
;
ILAP:
hasPlanResponsible
<http://data.posccaesar.org/brreg/EniNorge>
;
ILAP:
hasPlanRollUpPlan
<http://data.posccaesar.org/Data/UC2/ProjectPlan_2>
;
ILAP:
hasPlanSubplan
<http://data.posccaesar.org/Data/UC2/ProjectPlan_2>
;
ILAP:
hasPlanSupplier
<http://data.posccaesar.org/brreg/BakerHughes>
,
<http://data.posccaesar.org/brreg/Schlumberger>
;
ILAP:
hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3>
,
<http://data.posccaesar.org/NCS_PLANNING/UserField_2>
,
<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
.
<http://data.posccaesar.org/NCS_PLANNING/UserField_2>
,
<http://data.posccaesar.org/NCS_PLANNING/UserField_3>
,
<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
;
ILAP:
hasReferenceID
"RDS489590"
^^
xsd:
string
.
UC1:
Project_1
rdf:
type
ILAP:
Project
;
...
...
@@ -187,6 +263,14 @@ UC1:UserField_3
rdf:
type
ILAP:
UserField
;
rdfs:
label
"User field 3"
^^
xsd:
string
.
<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1>
ILAP:
hasSchedulePlan
UC1:
ProjectPlan_1
.
<http://data.posccaesar.org/Data/UC2/PlannedActivity_1>
ILAP:
hasActivityPlan
UC1:
ProjectPlan_1
.
<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
ILAP:
hasUserFieldName
"Area"
^^
xsd:
string
;
...
...
@@ -208,3 +292,7 @@ UC1:UserField_3
<http://data.posccaesar.org/brreg/Sevan>
;
ILAP:
hasUserFieldValue
"Explosive Environment"
^^
xsd:
string
.
ILAP:
PlannedActivity_1
ILAP:
hasActivityPlan
UC1:
ProjectPlan_1
.
...
...
UseCaseData/UC2.ttl
View file @
4507428
...
...
@@ -16,10 +16,6 @@
UC2:
rdf:
type
owl:
Ontology
;
owl:
imports
NCS:
.
UC2:
ActivityDependency_1
rdf:
type
ILAP:
ActivityDependency
;
rdfs:
label
"Activity dependency 1"
^^
xsd:
string
.
UC2:
ActivityWBS_1
rdf:
type
COR:
ADA
,
ILAP:
ActivityWBS
,
PBS:
AC
,
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
;
rdfs:
label
"Activity WBS 1"
^^
xsd:
string
.
...
...
@@ -40,16 +36,6 @@ UC2:Discipline_1
rdf:
type
COR:
BEA
,
ILAP:
Discipline
;
rdfs:
label
"Discipline 1"
^^
xsd:
string
.
UC2:
FinishToStart_1
rdf:
type
ILAP:
FinishToStart
;
rdfs:
label
"Finish to start 1"
^^
xsd:
string
;
ILAP:
hasSuccessorActivity
UC2:
PlannedActivity_2
;
ILAP:
hasSuccessorCalendar
UC2:
Regular8To16WorkingDayCalendar_1
;
ILAP:
hasSuccessorLag
2
.
UC2:
Location_1
rdf:
type
NPD:
StatfjordA
,
ILAP:
Location
;
rdfs:
label
"Location 1"
^^
xsd:
string
.
...
...
@@ -59,7 +45,7 @@ UC2:Milestone_1
rdfs:
label
"Milestone 1"
^^
xsd:
string
.
UC2:
NetworkSchedule_1
rdf:
type
ILAP:
Network
Schedule
;
rdf:
type
ILAP:
Schedule
;
rdfs:
label
"Network schedule 1"
^^
xsd:
string
.
UC2:
PlannedActivity_2
...
...
@@ -67,7 +53,7 @@ UC2:PlannedActivity_2
rdfs:
label
"Planned activity 2"
^^
xsd:
string
.
UC2:
ProfilePoint_1
rdf:
type
ILAP:
ProfilePoint
;
rdf:
type
ILAP:
Resource
ProfilePoint
;
rdfs:
label
"Profile point 1"
^^
xsd:
string
;
ILAP:
hasProfilePointXValue
"0"
^^
xsd:
float
;
...
...
@@ -75,7 +61,7 @@ UC2:ProfilePoint_1
"0"
^^
xsd:
float
.
UC2:
ProfilePoint_2
rdf:
type
ILAP:
ProfilePoint
;
rdf:
type
ILAP:
Resource
ProfilePoint
;
rdfs:
label
"Profile point 2"
^^
xsd:
string
;
ILAP:
hasProfilePointXValue
"1"
^^
xsd:
float
;
...
...
@@ -83,10 +69,10 @@ UC2:ProfilePoint_2
"1"
^^
xsd:
float
.
UC2:
Profile_1
rdf:
type
ILAP:
Profile
;
rdf:
type
ILAP:
Resource
Profile
;
rdfs:
label
"Profile 1"
^^
xsd:
string
;
ILAP:
hasProfilePoint
UC2:
ProfilePoint_
2
,
UC2:
ProfilePoint_1
.
UC2:
ProfilePoint_
1
,
UC2:
ProfilePoint_2
.
UC2:
ProjectPlan_2
rdf:
type
ILAP:
ProjectPlan
;
...
...
Please
register
or
login
to post a comment