Showing
1 changed file
with
5 additions
and
5 deletions
| ... | @@ -43,20 +43,20 @@ | ... | @@ -43,20 +43,20 @@ |
| 43 | rdfs:subClassOf [ | 43 | rdfs:subClassOf [ |
| 44 | rdf:type owl:Restriction ; | 44 | rdf:type owl:Restriction ; |
| 45 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 45 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 46 | - owl:onClass ilap:Criticality ; | 46 | + owl:onClass ilap:Category ; |
| 47 | - owl:onProperty :hasHseCriticality ; | 47 | + owl:onProperty :hasCategory ; |
| 48 | ] ; | 48 | ] ; |
| 49 | rdfs:subClassOf [ | 49 | rdfs:subClassOf [ |
| 50 | rdf:type owl:Restriction ; | 50 | rdf:type owl:Restriction ; |
| 51 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 51 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 52 | owl:onClass ilap:Criticality ; | 52 | owl:onClass ilap:Criticality ; |
| 53 | - owl:onProperty :hasProductionCriticality ; | 53 | + owl:onProperty :hasHseCriticality ; |
| 54 | ] ; | 54 | ] ; |
| 55 | rdfs:subClassOf [ | 55 | rdfs:subClassOf [ |
| 56 | rdf:type owl:Restriction ; | 56 | rdf:type owl:Restriction ; |
| 57 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 57 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 58 | - owl:onClass ilap:Discipline ; | 58 | + owl:onClass ilap:Criticality ; |
| 59 | - owl:onProperty :hasCategory ; | 59 | + owl:onProperty :hasProductionCriticality ; |
| 60 | ] ; | 60 | ] ; |
| 61 | rdfs:subClassOf [ | 61 | rdfs:subClassOf [ |
| 62 | rdf:type owl:Restriction ; | 62 | rdf:type owl:Restriction ; | ... | ... |
-
Please register or login to post a comment