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
Håvard M. Ottestad
2015-05-21 10:02:17 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f934e31f3e5debc2abd870275ce95cefde692b6c
f934e31f
1 parent
10339277
hasCalendar for constraint and resource should use ref
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
ilap-ontology.ttl
ilap-ontology.ttl
View file @
f934e31
...
...
@@ -86,6 +86,7 @@
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Calendar
;
owl:
onProperty
:
hasCalendar
;
...
...
@@ -2688,22 +2689,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
label
"Resource Availability"
^^
xsd:
string
;
rdfs:
subClassOf
:
AbstractObject
;
rdfs:
subClassOf
[
rdf:
type
owl:
Class
;
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
intersectionOf
(
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Calendar
;
owl:
onProperty
:
hasCalendar
;
]
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Calendar
;
owl:
onProperty
:
hasCalendar
;
]
)
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Calendar
;
owl:
onProperty
:
hasCalendar
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Class
;
...
...
Please
register
or
login
to post a comment