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
2015-03-17 13:52:53 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d5b701d73360c776ad6eb1e733381f15fbc5bbf3
d5b701d7
1 parent
8eecb5a4
Fixed time based resource
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
3 deletions
mainOntology.ttl
mainOntology.ttl
View file @
d5b701d
...
...
@@ -103,7 +103,7 @@
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Resource
;
owl:
onClass
:
Resource
Value
;
owl:
onProperty
:
hasResource
;
]
;
rdfs:
subClassOf
[
...
...
@@ -594,6 +594,12 @@
rdfs:
label
"Cost Based Resource"
^^
xsd:
string
;
rdfs:
subClassOf
:
Resource
;
.
:
CostBasedResourceValue
rdf:
type
owl:
Class
;
rdfs:
comment
"Not implemented"
^^
xsd:
string
;
rdfs:
label
"Cost based resource value"
^^
xsd:
string
;
rdfs:
subClassOf
:
ResourceValue
;
.
:
Country
rdf:
type
:
PlanGeoArea
;
rdfs:
label
"Country"
^^
xsd:
string
;
...
...
@@ -1698,7 +1704,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
TimeBasedResource
Value
;
owl:
onClass
:
TimeBasedResource
;
owl:
onProperty
:
hasTimeBasedResource
;
]
;
rdfs:
subClassOf
[
...
...
@@ -1715,6 +1721,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
label
"Resource value"
^^
xsd:
string
;
rdfs:
subClassOf
<http://data.posccaesar.org/rdl/RDS7945844>
;
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
:
CostBasedResourceValue
:
TimeBasedResourceValue
)
;
]
;
owl:
equivalentClass
<http://data.posccaesar.org/rdl/RDS409510451>
;
.
:
Responsible
...
...
@@ -2120,9 +2133,40 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:
TimeBasedResource
rdf:
type
owl:
Class
;
:
shouldHaveID
"true"
^^
xsd:
boolean
;
rdfs:
comment
"A Resource that is limited by the time it is available"
^^
xsd:
string
;
rdfs:
label
"Time based resource"
^^
xsd:
string
;
rdfs:
subClassOf
:
Resource
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
decimal
;
owl:
onProperty
:
hasDefaultRate
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
:
hasDescription
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Availability
;
owl:
onProperty
:
hasAvailability
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ExternalReference
;
owl:
onProperty
:
hasExternalReference
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
:
hasName
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
]
;
.
:
TimeBasedResourceRef
rdf:
type
owl:
ObjectProperty
;
...
...
@@ -2169,6 +2213,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
;
owl:
onProperty
rdf:
type
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Profile
;
...
...
@@ -2861,7 +2912,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
label
"Time based 1"
^^
xsd:
string
;
rdfs:
subClassOf
:
Category
;
rdfs:
subClassOf
:
Discipline
;
rdfs:
subClassOf
:
TimeBasedResource
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdf:
type
owl:
Class
;
...
...
Please
register
or
login
to post a comment