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-27 00:54:31 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5d60632f8082188726baf98f9f78a22cf23bbd6
c5d60632
1 parent
a0f2e854
Moved restrictions to PlanningValues
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
PLANNING_VALUES.ttl
UC1.ttl
PLANNING_VALUES.ttl
View file @
c5d6063
This diff is collapsed. Click to expand it.
UC1.ttl
View file @
c5d6063
...
...
@@ -467,6 +467,8 @@ ILAP:UserFieldClass
<http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
;
USERFIELDS:
hasCommissioningPackage
<http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8>
;
USERFIELDS:
hasContractor
<http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e>
;
USERFIELDS:
hasDelivery
<http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8>
;
USERFIELDS:
hasEngineeringPhase
...
...
@@ -481,6 +483,8 @@ ILAP:UserFieldClass
<http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8>
;
USERFIELDS:
hasMechanicalCompletionPackage
<http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8>
;
USERFIELDS:
hasMilestone
ILAP:
DG2
;
USERFIELDS:
hasOwnerPerson
<http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8>
;
USERFIELDS:
hasProjectType
...
...
@@ -544,6 +548,10 @@ ILAP:WorkOrder_1
ILAP:
hasActivityActiveStatus
rdfs:
range
ILAP:
Status
.
ILAP:
hasActivityContractor
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
range
USERFIELDS:
FreeTextField
.
ILAP:
hasActivityMaterialOrderStatus
rdfs:
domain
ILAP:
PlannedActivity
.
...
...
@@ -562,10 +570,32 @@ ILAP:hasValue
ILAP:
hasValueSource
rdfs:
domain
ILAP:
UserField
.
USERFIELDS:
UserField
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
MilestoneType
;
owl:
onProperty
USERFIELDS:
hasMilestone
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Contractor
;
owl:
onProperty
USERFIELDS:
hasContractor
]
.
USERFIELDS:
hasContractor
rdfs:
range
ILAP:
ResponsibleOrganization
.
USERFIELDS:
hasMainActivity
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
range
USERFIELDS:
FreeTextField
.
USERFIELDS:
hasMilestone
rdfs:
range
ILAP:
MilestoneType
.
USERFIELDS:
hasTaskResponsible
rdfs:
domain
USERFIELDS:
UserField
;
rdfs:
range
USERFIELDS:
FreeTextField
.
...
...
Please
register
or
login
to post a comment