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-22 08:44:07 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
541c09f0444ad5bbd46dfb4c15d8c77255d01338
541c09f0
1 parent
12c96122
moved hasPercentageComplete
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
ilap-ontology.ttl
ilap-ontology.ttl
View file @
541c09f
...
...
@@ -392,12 +392,7 @@
owl:
onDataRange
xsd:
decimal
;
owl:
onProperty
:
hasWorkVolume
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
integer
;
owl:
onProperty
:
hasPercentageComplete
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
...
...
@@ -2900,6 +2895,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
decimal
;
owl:
onProperty
:
hasPercentageComplete
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
boolean
;
owl:
onProperty
:
mustStartAlap
;
...
...
Please
register
or
login
to post a comment