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-05-26 22:05:38 +0200
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
b0f98819a3f01f7be50c37dbf38a3927c81457f6
b0f98819
2 parents
4fc11ed2
1f128e68
Merge branch 'staging' of
http://gitlab.posccaesar.org/data-posccaesar-org/ilap
into staging
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
ilap-ontology.ttl
ilap-ontology.ttl
View file @
b0f9881
...
...
@@ -351,12 +351,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
;
...
...
@@ -2877,6 +2872,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
owl:onProperty :partOfSchedule ;
owl:qualifiedCardinality "
1
"^^xsd:nonNegativeInteger ;
] ;
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 ;
...
...
Please
register
or
login
to post a comment