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-23 15:44:52 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7383d58c603fd7d02d0088f76f2a86b9961e13f2
7383d58c
1 parent
c2bacab9
Added three more milestone type subclasses to planning core
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
12 deletions
PLANNING_CORE.ttl
UC1.ttl
PLANNING_CORE.ttl
View file @
7383d58
This diff is collapsed. Click to expand it.
UC1.ttl
View file @
7383d58
...
...
@@ -30,9 +30,9 @@ ILAP:ActivityWBS_1
rdf:
type
ILAP:
ActivityWBS
;
rdfs:
label
"Activity WBS 1"
^^
xsd:
string
;
ILAP:
hasWBScomponent
SCCS:
PBS_ACAA
,
ILAP:
PBS_ACAA_1
;
ILAP:
hasWBSphase
SCCS:
SAB_51
,
ILAP:
SAB_51_
1
;
ILAP:
hasWBSresource
SCCS:
COR_KD
,
ILAP:
COR_KD_1
.
ILAP:
PBS_ACAA_1
,
SCCS:
PBS_ACAA
;
ILAP:
hasWBSphase
ILAP:
SAB_51_1
,
SCCS:
SAB_5
1
;
ILAP:
hasWBSresource
ILAP:
COR_KD_1
,
SCCS:
COR_KD
.
ILAP:
AreaCode
rdf:
type
USERFIELDS:
FreeTextField
;
...
...
@@ -60,6 +60,10 @@ ILAP:CostCenter
"COST CENTER B"
^^
xsd:
string
;
USERFIELDS:
hasShort
"CCB"
^^
xsd:
string
.
ILAP:
FinishToStart_1_2
rdf:
type
ILAP:
FinishToStart
;
rdfs:
label
"Finish to start 1 2"
^^
xsd:
string
.
ILAP:
Index_Code_Value
rdf:
type
USERFIELDS:
FreeTextField
;
rdfs:
label
"Index Code"
;
...
...
@@ -79,6 +83,10 @@ ILAP:PBS_ACAA_1
rdf:
type
SCCS:
PBS_ACAA
;
rdfs:
label
"Production wells for Gravity Structure 24-7"
^^
xsd:
string
.
ILAP:
PlannedActivity_1
rdf:
type
ILAP:
PlannedActivity
;
rdfs:
label
"Planned activity 1"
^^
xsd:
string
.
ILAP:
PlannedActivity_2
rdf:
type
ILAP:
PlannedActivity
;
rdfs:
label
"Planned activity 2"
^^
xsd:
string
;
...
...
@@ -123,10 +131,6 @@ ILAP:PlannedActivity_2
USERFIELDS:
hasUserField
ILAP:
UserField_for_PlannedActivity_2
.
ILAP:
ProjectExecutionPlan_1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution plan 1"
^^
xsd:
string
.
ILAP:
ProjectExecutionPlan_UC1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution plan UC1"
^^
xsd:
string
;
...
...
@@ -162,9 +166,9 @@ ILAP:ProjectExecutionPlan_UC1
ILAP:
hasPlanSupplier
ILAP:
ResponsibleOrganization
.
ILAP:
ProjectExecutionSubPlan_1
ILAP:
ProjectExecutionSubPlan_
UC
1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution sub plan 1"
^^
xsd:
string
.
rdfs:
label
"Project execution sub plan
UC
1"
^^
xsd:
string
.
ILAP:
Project_1
rdf:
type
ILAP:
Project
;
...
...
@@ -192,6 +196,10 @@ ILAP:ScheduledActivity_1
USERFIELDS:
hasUserField
ILAP:
UserField_for_Scheduled_Activity_1
.
ILAP:
ScheduledActivity_2
rdf:
type
ILAP:
ScheduledActivity
;
rdfs:
label
"Scheduled activity 1"
^^
xsd:
string
.
ILAP:
ScheduledMilestone_1
rdf:
type
ILAP:
ScheduledMilestone
;
rdfs:
label
"Scheduled milestone 1"
^^
xsd:
string
.
...
...
@@ -213,7 +221,7 @@ ILAP:SummerShutdown_UC1
ILAP:
hasShutdownPriority
ILAP:
NormalPriority
;
ILAP:
hasShutdownType
ILAP:
SystemShutdown
,
ILAP:
ScheduledShutdown
,
ILAP:
Production
Shutdown
.
ILAP:
ProductionShutdown
,
ILAP:
ScheduledShutdown
,
ILAP:
System
Shutdown
.
ILAP:
UseCaseAibelToCOPNO
rdf:
type
ILAP:
Source
;
...
...
@@ -225,14 +233,14 @@ ILAP:UserField
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
ILAP:
hasValue
Source
;
owl:
onProperty
ILAP:
hasValue
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
ILAP:
hasValue
;
owl:
onProperty
ILAP:
hasValue
Source
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
]
.
...
...
Please
register
or
login
to post a comment