Tore Christiansen

Corrected logic of TimeBasedResouce and Value

...@@ -2253,7 +2253,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2253,7 +2253,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2253 rdf:type owl:Class ; 2253 rdf:type owl:Class ;
2254 :shouldHaveID "true" ; 2254 :shouldHaveID "true" ;
2255 rdfs:comment "A Resource Value for a Time Based Resource."^^xsd:string ; 2255 rdfs:comment "A Resource Value for a Time Based Resource."^^xsd:string ;
2256 - rdfs:label "Time Based Resource"^^xsd:string ; 2256 + rdfs:label "Time Based Resource Value"^^xsd:string ;
2257 rdfs:subClassOf :ResourceValue ; 2257 rdfs:subClassOf :ResourceValue ;
2258 rdfs:subClassOf [ 2258 rdfs:subClassOf [
2259 rdf:type owl:Class ; 2259 rdf:type owl:Class ;
...@@ -2306,7 +2306,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2306,7 +2306,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2306 rdfs:subClassOf [ 2306 rdfs:subClassOf [
2307 rdf:type owl:Restriction ; 2307 rdf:type owl:Restriction ;
2308 :shouldUseRef "true"^^xsd:boolean ; 2308 :shouldUseRef "true"^^xsd:boolean ;
2309 - owl:onClass :TimeBasedResourceValue ; 2309 + owl:onClass :TimeBasedResource ;
2310 owl:onProperty :hasTimeBasedResource ; 2310 owl:onProperty :hasTimeBasedResource ;
2311 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 2311 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2312 ] ; 2312 ] ;
......