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-10-05 14:11:11 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
45581f33585f26cd65c3e0d8a3a792efaa25b5b9
45581f33
1 parent
cc0298ed
extending UC1 examples
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
7 deletions
PLANNING_CORE.ttl
PLANNING_VALUES.ttl
UC1.ttl
PLANNING_CORE.ttl
View file @
45581f3
...
...
@@ -1321,6 +1321,12 @@ ILAP:hasPlanRollUpPlan
rdfs:
label
"has plan roll up plan"
^^
xsd:
string
;
rdfs:
range
ILAP:
ProjectExecutionPlan
.
ILAP:
hasPlanShutdown
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"has plan shutdown"
^^
xsd:
string
;
rdfs:
range
ILAP:
Shutdown
.
ILAP:
hasPlanSubplan
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ProjectExecutionPlan
;
...
...
@@ -1335,7 +1341,6 @@ ILAP:hasPlanSupplier
ILAP:
hasPlanUserField
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ActivityPlan
;
rdfs:
label
"has plan user field"
^^
xsd:
string
;
rdfs:
range
ILAP:
UserField
.
...
...
PLANNING_VALUES.ttl
View file @
45581f3
...
...
@@ -431,6 +431,10 @@ ILAP:Safran
rdf:
type
ILAP:
Application
;
rdfs:
label
"Safran"
^^
xsd:
string
.
ILAP:
SafranConocoPhillips
rdf:
type
ILAP:
Source
;
rdfs:
label
"Safran in ConocoPhillips"
^^
xsd:
string
.
ILAP:
Saturday
rdf:
type
ILAP:
CalendarDay
;
rdfs:
label
"Saturday"
^^
xsd:
string
.
...
...
UC1.ttl
View file @
45581f3
...
...
@@ -59,7 +59,7 @@ ILAP:PlannedActivity_2
ILAP:
hasActivityRiskFactor
ILAP:
RiskFactor_1
;
ILAP:
hasActivityShutdown
ILAP:
SummerShutdown_1
;
ILAP:
SummerShutdown_
UC
1
;
ILAP:
hasActivityStatus
ILAP:
Active
;
ILAP:
hasActivityWBSelement
...
...
@@ -73,7 +73,9 @@ ILAP:ProjectExecutionPlan_UC1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution plan UC1"
^^
xsd:
string
;
ILAP:
hasPlanContractor
<http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776>
,
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b>
.
<http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776>
,
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b>
;
ILAP:
hasPlanShutdown
ILAP:
SummerShutdown_UC1
.
ILAP:
RiskFactor_1
rdf:
type
ILAP:
RiskFactor
;
...
...
@@ -84,13 +86,13 @@ ILAP:SAB_51_1
rdf:
type
SCCS:
SAB_51
;
rdfs:
label
"Prepare drilling equipment for drilling"
^^
xsd:
string
.
ILAP:
SummerShutdown_1
ILAP:
SummerShutdown_
UC
1
rdf:
type
ILAP:
Shutdown
;
rdfs:
label
"Summer shutdown 1"
^^
xsd:
string
;
rdfs:
label
"Summer shutdown
UC
1"
^^
xsd:
string
;
ILAP:
hasShutdownContent
ILAP:
Drilling
_Shutdown
;
ILAP:
Equipment
_Shutdown
;
ILAP:
hasShutdownPeriod
"
2015
"
^^
xsd:
string
;
"
SD2016
"
^^
xsd:
string
;
ILAP:
hasShutdownPriority
ILAP:
NormalPriority
;
ILAP:
hasShutdownType
...
...
@@ -99,3 +101,16 @@ ILAP:SummerShutdown_1
ILAP:
WorkOrder_1
rdf:
type
ILAP:
WorkOrder
;
rdfs:
label
"Work order 1"
^^
xsd:
string
.
ILAP:
hasContract
rdf:
type
ILAP:
SourceSpecifiedUserField
;
rdfs:
label
"has contract"
^^
xsd:
string
;
ILAP:
hasUserFieldName
"Comp.Format"
^^
xsd:
string
;
ILAP:
hasUserFieldSource
ILAP:
SafranConocoPhillips
;
ILAP:
hasUserFieldValue
"Reimbbursement"
^^
xsd:
string
.
ILAP:
hasPlanUserField
rdfs:
domain
ILAP:
ProjectExecutionPlan
.
...
...
Please
register
or
login
to post a comment