Håvard M. Ottestad

fixing more any URI

......@@ -17,6 +17,8 @@
rdfs:subClassOf :Organization ;
.
:
rdf:type owl:Ontology ;
owl:imports SCCS: ;
owl:imports userfield: ;
......@@ -2526,12 +2528,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :Result ;
owl:onProperty :hasResult ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :StatusInstance ;
owl:onProperty :hasProjectStatus ;
......@@ -3658,6 +3662,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :StatusInPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :StatusInstance ;
owl:onProperty :hasValue ;
......