Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -17,6 +17,8 @@ | ... | @@ -17,6 +17,8 @@ |
| 17 | rdfs:subClassOf :Organization ; | 17 | rdfs:subClassOf :Organization ; |
| 18 | . | 18 | . |
| 19 | : | 19 | : |
| 20 | + | ||
| 21 | + | ||
| 20 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 21 | owl:imports SCCS: ; | 23 | owl:imports SCCS: ; |
| 22 | owl:imports userfield: ; | 24 | owl:imports userfield: ; |
| ... | @@ -2526,12 +2528,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2526,12 +2528,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2526 | ] ; | 2528 | ] ; |
| 2527 | rdfs:subClassOf [ | 2529 | rdfs:subClassOf [ |
| 2528 | rdf:type owl:Restriction ; | 2530 | rdf:type owl:Restriction ; |
| 2531 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2529 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2532 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2530 | owl:onClass :Result ; | 2533 | owl:onClass :Result ; |
| 2531 | owl:onProperty :hasResult ; | 2534 | owl:onProperty :hasResult ; |
| 2532 | ] ; | 2535 | ] ; |
| 2533 | rdfs:subClassOf [ | 2536 | rdfs:subClassOf [ |
| 2534 | rdf:type owl:Restriction ; | 2537 | rdf:type owl:Restriction ; |
| 2538 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2535 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2539 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2536 | owl:onClass :StatusInstance ; | 2540 | owl:onClass :StatusInstance ; |
| 2537 | owl:onProperty :hasProjectStatus ; | 2541 | owl:onProperty :hasProjectStatus ; |
| ... | @@ -3658,6 +3662,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3658,6 +3662,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 3658 | rdfs:subClassOf :StatusInPlan ; | 3662 | rdfs:subClassOf :StatusInPlan ; |
| 3659 | rdfs:subClassOf [ | 3663 | rdfs:subClassOf [ |
| 3660 | rdf:type owl:Restriction ; | 3664 | rdf:type owl:Restriction ; |
| 3665 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 3661 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 3666 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 3662 | owl:onClass :StatusInstance ; | 3667 | owl:onClass :StatusInstance ; |
| 3663 | owl:onProperty :hasValue ; | 3668 | owl:onProperty :hasValue ; | ... | ... |
-
Please register or login to post a comment