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-11-24 22:05:02 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e90d112a5532f5d9300c6e2ceec0e6605140e565
e90d112a
1 parent
de4d4c04
Added Use Case example
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
3 deletions
PLANNING_CORE.ttl
PLANNING_VALUES.ttl
UC1.ttl
PLANNING_CORE.ttl
View file @
e90d112
...
...
@@ -1850,6 +1850,17 @@ ILAP:hasSourceApplicaton
rdfs:
label
"has Source Applicaton"
^^
xsd:
string
;
rdfs:
range
ILAP:
Application
.
ILAP:
hasSourceInformation
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Source
;
rdfs:
label
"has source data"
^^
xsd:
string
;
rdfs:
range
ILAP:
Information
.
ILAP:
hasSourceUserFields
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Source
;
rdfs:
label
"has source user fields"
^^
xsd:
string
.
ILAP:
hasSuccessorActivity
rdf:
type
owl:
TransitiveProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ActivityDependency
;
...
...
PLANNING_VALUES.ttl
View file @
e90d112
...
...
@@ -777,6 +777,9 @@ ILAP:hasPlanResponsible
ILAP:
hasPlanSupplier
rdfs:
range
ILAP:
ResponsibleOrganization
.
ILAP:
hasSourceUserFields
rdfs:
range
USERFIELDS:
UserField
.
ILAP:
hasWBScomponent
rdfs:
range
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
.
...
...
UC1.ttl
View file @
e90d112
...
...
@@ -166,6 +166,10 @@ ILAP:CurrentSchedule_1
ILAP:
hasSchedulePlan
ILAP:
ProjectExecutionPlan_1
.
ILAP:
DataSet_1
rdf:
type
ILAP:
Data
;
rdfs:
label
"Data Set 1"
^^
xsd:
string
.
<http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8>
rdf:
type
USERFIELDS:
FreeTextField
;
rdfs:
label
"Del leveranse for Reinertsen to Statoil1.8"
^^
xsd:
string
;
...
...
@@ -690,11 +694,15 @@ ILAP:TargetSchedule_1
rdf:
type
ILAP:
TargetSchedule
;
rdfs:
label
"Target schedule 1"
^^
xsd:
string
.
ILAP:
UseCase
Aibel
ToCOPNO
ILAP:
UseCase
Rosenberg
ToCOPNO
rdf:
type
ILAP:
Source
;
rdfs:
label
"Use Case:
Aibel to COPNO 1.5
"
^^
xsd:
string
;
rdfs:
label
"Use Case:
Use Case Rosenberg to Conoco Phillips 1.8
"
^^
xsd:
string
;
ILAP:
hasSourceApplicaton
ILAP:
Safran
.
ILAP:
Safran
;
ILAP:
hasSourceInformation
ILAP:
DataSet_1
;
ILAP:
hasSourceUserFields
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0>
.
ILAP:
UserField
rdfs:
subClassOf
...
...
Please
register
or
login
to post a comment