Showing
1 changed file
with
1 additions
and
7 deletions
| ... | @@ -2019,14 +2019,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2019,14 +2019,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2019 | rdfs:label "Resource"^^xsd:string ; | 2019 | rdfs:label "Resource"^^xsd:string ; |
| 2020 | rdfs:subClassOf :PossibleIndividual ; | 2020 | rdfs:subClassOf :PossibleIndividual ; |
| 2021 | rdfs:subClassOf [ | 2021 | rdfs:subClassOf [ |
| 2022 | - rdf:type owl:Class ; | ||
| 2023 | - owl:unionOf ( | ||
| 2024 | - :CostBasedResource | ||
| 2025 | - :TimeBasedResource | ||
| 2026 | - ) ; | ||
| 2027 | - ] ; | ||
| 2028 | - rdfs:subClassOf [ | ||
| 2029 | rdf:type owl:Restriction ; | 2022 | rdf:type owl:Restriction ; |
| 2023 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2030 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2024 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2031 | owl:onClass :ClassOfResource ; | 2025 | owl:onClass :ClassOfResource ; |
| 2032 | owl:onProperty :hasResourceType ; | 2026 | owl:onProperty :hasResourceType ; | ... | ... |
-
Please register or login to post a comment