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-30 23:53:09 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
05eaf4c9373261e51a85bcdfac8eb103dd4f3489
05eaf4c9
1 parent
c3599b7f
Final set up (many) corrections
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
2 deletions
PLANNING_CORE.ttl
UC1.ttl
PLANNING_CORE.ttl
View file @
05eaf4c
...
...
@@ -520,6 +520,11 @@ ILAP:Objective
rdfs:
label
"Objective"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
ILAP:
Operation
rdf:
type
owl:
Class
;
rdfs:
label
"Operation"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
WorkTask
.
ILAP:
OperationStatus
rdf:
type
owl:
Class
;
rdfs:
comment
"A Status of an Operation (which can have predefined enumeration values)."
^^
xsd:
string
;
...
...
@@ -1588,6 +1593,12 @@ ILAP:hasObjectReferenceID
rdfs:
label
"has Object Reference ID"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ILAP:
hasOperationWorkOrder
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Operation
;
rdfs:
label
"has operation work order"
^^
xsd:
string
;
rdfs:
range
ILAP:
WorkOrder
.
ILAP:
hasOriginalActivityDuration
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"A has Activity Duration relationship that holds the initial estimate for the Activity."
^^
xsd:
string
;
...
...
@@ -1970,6 +1981,12 @@ ILAP:hasSourceApplication
rdfs:
label
"has Source Applicaton"
^^
xsd:
string
;
rdfs:
range
ILAP:
Application
.
ILAP:
hasSourceData
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Source
;
rdfs:
label
"has source data"
^^
xsd:
string
;
rdfs:
range
ILAP:
Data
.
ILAP:
hasSourceInformation
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A Relationship between a Source of a dataset and the Information contained by the dataset"
^^
xsd:
string
;
...
...
UC1.ttl
View file @
05eaf4c
...
...
@@ -135,7 +135,7 @@ ILAP:Contract_1
ILAP:
hasContractType
ILAP:
LumpSumContract
.
ILAP:
ContractorAtoOperatorA
l
Plan
ILAP:
ContractorAtoOperatorAPlan
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Contractor A to Operator A Plan"
^^
xsd:
string
;
ILAP:
hasPlanProject
ILAP:
ProjectByContractorAforOperatorA
.
...
...
@@ -166,6 +166,10 @@ ILAP:ContractorBtoOperatorBDataExchangePlan
ILAP:
hasPlanLicense
<http://data.posccaesar.org/npd/facts/Licence-20756>
,
<http://data.posccaesar.org/npd/facts/Licence-4227659>
;
ILAP:
hasPlanLicensePartner
ILAP:
ResponsibleOrganization
;
ILAP:
hasPlanLifecycleStage
ILAP:
Operation
;
ILAP:
hasPlanObjectiveType
ILAP:
BusinessAsUsual
;
ILAP:
hasPlanOperator
<http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8>
,
<http://data.posccaesar.org/npd/facts/Company-17237817>
;
ILAP:
hasPlanProject
ILAP:
ProjectByContractorBforOperatorB
;
...
...
@@ -337,6 +341,30 @@ ILAP:NonInvoicableWork_1
rdf:
type
ILAP:
NonInvoicableWork
;
rdfs:
label
"Non invoicable work 1"
^^
xsd:
string
.
ILAP:
Operation_1
rdf:
type
ILAP:
Operation
;
rdfs:
label
"Operation 1"
^^
xsd:
string
;
ILAP:
hasOperationWorkOrder
ILAP:
WorkOrder_1
;
ILAP:
hasWorkTaskPriority
ILAP:
NormalPriority
.
ILAP:
Operation_2
rdf:
type
ILAP:
Operation
;
rdfs:
label
"Operation 2"
^^
xsd:
string
;
ILAP:
hasOperationWorkOrder
ILAP:
WorkOrder_1
;
ILAP:
hasWorkTaskPriority
ILAP:
LowPriority
.
ILAP:
Operation_3
rdf:
type
ILAP:
Operation
;
rdfs:
label
"Operation 3"
^^
xsd:
string
;
ILAP:
hasOperationWorkOrder
ILAP:
WorkOrder_1
;
ILAP:
hasWorkTaskPriority
ILAP:
HighPriority
.
ILAP:
OperatorBcontractPortfolioPlan
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Operator B Contract Portfolio Plan"
^^
xsd:
string
;
...
...
@@ -381,7 +409,7 @@ ILAP:PlannedActivity_1
ILAP:
hasActivityActiveStatus
ILAP:
Active
;
ILAP:
hasActivityPlan
ILAP:
OperatorBcontractPortfolioPlan
;
ILAP:
ContractorAtoOperatorAPlan
,
ILAP:
OperatorBcontractPortfolioPlan
;
ILAP:
hasActivityRisk
ILAP:
Risk_1
;
ILAP:
hasFixedFinish
"2015-01-05"
^^
xsd:
date
;
...
...
Please
register
or
login
to post a comment