Tore Christiansen

Merge branch 'staging' of http://gitlab.posccaesar.org/data-posccaesar-org/ilap into staging

...@@ -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 ;
...@@ -2877,6 +2872,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2877,6 +2872,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2877 owl:onProperty :partOfSchedule ; 2872 owl:onProperty :partOfSchedule ;
2878 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 2873 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2879 ] ; 2874 ] ;
2875 + rdfs:subClassOf [
2876 + rdf:type owl:Restriction ;
2877 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2878 + owl:onDataRange xsd:decimal ;
2879 + owl:onProperty :hasPercentageComplete ;
2880 + ] ;
2880 rdfs:subClassOf [ 2881 rdfs:subClassOf [
2881 rdf:type owl:Restriction ; 2882 rdf:type owl:Restriction ;
2882 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 2883 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......