Showing
2 changed files
with
7 additions
and
7 deletions
| ... | @@ -50,6 +50,13 @@ ilap:shouldUseAnyUri | ... | @@ -50,6 +50,13 @@ ilap:shouldUseAnyUri |
| 50 | rdf:type owl:Restriction ; | 50 | rdf:type owl:Restriction ; |
| 51 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; | 51 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; |
| 52 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 52 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 53 | + owl:onClass ilap:ActivityRiskFactor ; | ||
| 54 | + owl:onProperty :hasRiskFactor ; | ||
| 55 | + ] ; | ||
| 56 | + rdfs:subClassOf [ | ||
| 57 | + rdf:type owl:Restriction ; | ||
| 58 | + ilap:shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 59 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 53 | owl:onClass ilap:Category ; | 60 | owl:onClass ilap:Category ; |
| 54 | owl:onProperty :hasCategory ; | 61 | owl:onProperty :hasCategory ; |
| 55 | ] ; | 62 | ] ; |
| ... | @@ -169,13 +176,6 @@ ilap:shouldUseAnyUri | ... | @@ -169,13 +176,6 @@ ilap:shouldUseAnyUri |
| 169 | rdf:type owl:Restriction ; | 176 | rdf:type owl:Restriction ; |
| 170 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; | 177 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; |
| 171 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 178 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 172 | - owl:onClass ilap:RiskFactor ; | ||
| 173 | - owl:onProperty :hasRiskFactor ; | ||
| 174 | - ] ; | ||
| 175 | - rdfs:subClassOf [ | ||
| 176 | - rdf:type owl:Restriction ; | ||
| 177 | - ilap:shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 178 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 179 | owl:onClass ilap:ShutdownType ; | 179 | owl:onClass ilap:ShutdownType ; |
| 180 | owl:onProperty :hasShutdownType ; | 180 | owl:onProperty :hasShutdownType ; |
| 181 | ] ; | 181 | ] ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment