Merge branch 'staging' of http://gitlab.posccaesar.org/data-posccaesar-org/ilap into staging
Showing
1 changed file
with
7 additions
and
6 deletions
| ... | @@ -351,12 +351,7 @@ | ... | @@ -351,12 +351,7 @@ |
| 351 | owl:onDataRange xsd:decimal ; | 351 | owl:onDataRange xsd:decimal ; |
| 352 | owl:onProperty :hasWorkVolume ; | 352 | owl:onProperty :hasWorkVolume ; |
| 353 | ] ; | 353 | ] ; |
| 354 | - rdfs:subClassOf [ | 354 | + |
| 355 | - rdf:type owl:Restriction ; | ||
| 356 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 357 | - owl:onDataRange xsd:integer ; | ||
| 358 | - owl:onProperty :hasPercentageComplete ; | ||
| 359 | - ] ; | ||
| 360 | rdfs:subClassOf [ | 355 | rdfs:subClassOf [ |
| 361 | rdf:type owl:Restriction ; | 356 | rdf:type owl:Restriction ; |
| 362 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 357 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| ... | @@ -2879,6 +2874,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2879,6 +2874,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2879 | ] ; | 2874 | ] ; |
| 2880 | rdfs:subClassOf [ | 2875 | rdfs:subClassOf [ |
| 2881 | rdf:type owl:Restriction ; | 2876 | rdf:type owl:Restriction ; |
| 2877 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2878 | + owl:onDataRange xsd:decimal ; | ||
| 2879 | + owl:onProperty :hasPercentageComplete ; | ||
| 2880 | + ] ; | ||
| 2881 | + rdfs:subClassOf [ | ||
| 2882 | + rdf:type owl:Restriction ; | ||
| 2882 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 2883 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 2883 | owl:onDataRange xsd:boolean ; | 2884 | owl:onDataRange xsd:boolean ; |
| 2884 | owl:onProperty :mustStartAlap ; | 2885 | owl:onProperty :mustStartAlap ; | ... | ... |
-
Please register or login to post a comment