Showing
2 changed files
with
4 additions
and
0 deletions
| ... | @@ -313,6 +313,7 @@ | ... | @@ -313,6 +313,7 @@ |
| 313 | ] ; | 313 | ] ; |
| 314 | rdfs:subClassOf [ | 314 | rdfs:subClassOf [ |
| 315 | rdf:type owl:Restriction ; | 315 | rdf:type owl:Restriction ; |
| 316 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 316 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 317 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 317 | owl:onClass :ShutdownPlan ; | 318 | owl:onClass :ShutdownPlan ; |
| 318 | owl:onProperty :hasShutdownPlan ; | 319 | owl:onProperty :hasShutdownPlan ; |
| ... | @@ -2225,6 +2226,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2225,6 +2226,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2225 | ] ; | 2226 | ] ; |
| 2226 | rdfs:subClassOf [ | 2227 | rdfs:subClassOf [ |
| 2227 | rdf:type owl:Restriction ; | 2228 | rdf:type owl:Restriction ; |
| 2229 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2228 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2230 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2229 | owl:onClass :WellInformationPlanType ; | 2231 | owl:onClass :WellInformationPlanType ; |
| 2230 | owl:onProperty :hasLocationOfWelInformation ; | 2232 | owl:onProperty :hasLocationOfWelInformation ; | ... | ... |
| ... | @@ -874,12 +874,14 @@ ilap:shouldUseAnyUri | ... | @@ -874,12 +874,14 @@ ilap:shouldUseAnyUri |
| 874 | ] ; | 874 | ] ; |
| 875 | rdfs:subClassOf [ | 875 | rdfs:subClassOf [ |
| 876 | rdf:type owl:Restriction ; | 876 | rdf:type owl:Restriction ; |
| 877 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 877 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 878 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 878 | owl:onClass ilap:Facility ; | 879 | owl:onClass ilap:Facility ; |
| 879 | owl:onProperty :hasPlant ; | 880 | owl:onProperty :hasPlant ; |
| 880 | ] ; | 881 | ] ; |
| 881 | rdfs:subClassOf [ | 882 | rdfs:subClassOf [ |
| 882 | rdf:type owl:Restriction ; | 883 | rdf:type owl:Restriction ; |
| 884 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 883 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 885 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 884 | owl:onClass ilap:PersonOrOrganization ; | 886 | owl:onClass ilap:PersonOrOrganization ; |
| 885 | owl:onProperty :hasContractor ; | 887 | owl:onProperty :hasContractor ; | ... | ... |
-
Please register or login to post a comment