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:38:41 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8d05ab2001521965a116c1e9bde7cb643f3c124
b8d05ab2
1 parent
2d244b07
Adding hasContract as User Fiekd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
PLANNING_CORE.ttl
PLANNING_VALUES.ttl
UC1.ttl
PLANNING_CORE.ttl
View file @
b8d05ab
...
...
@@ -1503,6 +1503,12 @@ ILAP:hasShutdownType
rdfs:
label
"has shutdown type"
^^
xsd:
string
;
rdfs:
range
ILAP:
ShutdownType
.
ILAP:
hasSourceApplicaton
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Source
;
rdfs:
label
"has source applicaton"
^^
xsd:
string
;
rdfs:
range
ILAP:
Application
.
ILAP:
hasSuccessorActivity
rdf:
type
owl:
TransitiveProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ActivityDependency
;
...
...
PLANNING_VALUES.ttl
View file @
b8d05ab
...
...
@@ -431,10 +431,6 @@ 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 @
b8d05ab
...
...
@@ -100,6 +100,12 @@ ILAP:SummerShutdown_UC1
ILAP:
hasShutdownType
ILAP:
Scheduled_Shutdown
.
ILAP:
UseCaseAibelToCOPNO
rdf:
type
ILAP:
Source
;
rdfs:
label
"Use Case: Aibel to COPNO 1.5"
^^
xsd:
string
;
ILAP:
hasSourceApplicaton
ILAP:
Safran
.
ILAP:
WorkOrder_1
rdf:
type
ILAP:
WorkOrder
;
rdfs:
label
"Work order 1"
^^
xsd:
string
.
...
...
@@ -110,9 +116,9 @@ ILAP:hasContract
ILAP:
hasUserFieldName
"Comp.Format"
^^
xsd:
string
;
ILAP:
hasUserFieldSource
ILAP:
SafranConocoPhillips
;
ILAP:
UseCaseAibelToCOPNO
;
ILAP:
hasUserFieldValue
"Reimb
b
ursement"
^^
xsd:
string
.
"Reimbursement"
^^
xsd:
string
.
ILAP:
hasPlanUserField
rdfs:
domain
ILAP:
ProjectExecutionPlan
.
...
...
Please
register
or
login
to post a comment