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-06-23 15:09:20 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e6e9ef012c578bb0e73a6d1376c91bb6117617a
2e6e9ef0
1 parent
b86e95de
bug fix for scheduels
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
ilap-ontology.ttl
ilap-ontology.ttl
View file @
2e6e9ef
...
...
@@ -3121,18 +3121,20 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:
ScheduleForILAP
rdf:
type
owl:
Class
;
:
shouldHaveID
"true"
^^
xsd:
boolean
;
rdfs:
comment
"A Schedule for Plan that holds information about the scheduled dates for a PlanForILAP."
^^
xsd:
string
;
rdfs:
label
"Schedule for ILAP"
^^
xsd:
string
;
rdfs:
subClassOf
:
ScheduleForPlan
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
m
inQualifiedCardinality
"0
"
^^
xsd:
nonNegativeInteger
;
owl:
m
axQualifiedCardinality
"1
"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ScheduleForILAP
;
owl:
onProperty
:
hasPreviousScheduleForPlan
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ScheduleForActivityInPlan
;
owl:
onProperty
:
hasActivity
;
...
...
Please
register
or
login
to post a comment