Showing
1 changed file
with
9 additions
and
3 deletions
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | rdf:type owl:Restriction ; | 18 | rdf:type owl:Restriction ; |
| 19 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 19 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 20 | owl:onClass owl:Class ; | 20 | owl:onClass owl:Class ; |
| 21 | - owl:onProperty :hasContractor2 ; | 21 | + owl:onProperty :hasContractor ; |
| 22 | ] ; | 22 | ] ; |
| 23 | rdfs:subClassOf [ | 23 | rdfs:subClassOf [ |
| 24 | rdf:type owl:Restriction ; | 24 | rdf:type owl:Restriction ; |
| ... | @@ -358,6 +358,12 @@ | ... | @@ -358,6 +358,12 @@ |
| 358 | rdf:type owl:Restriction ; | 358 | rdf:type owl:Restriction ; |
| 359 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 359 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 360 | owl:onClass owl:Class ; | 360 | owl:onClass owl:Class ; |
| 361 | + owl:onProperty :hasContractor ; | ||
| 362 | + ] ; | ||
| 363 | + rdfs:subClassOf [ | ||
| 364 | + rdf:type owl:Restriction ; | ||
| 365 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 366 | + owl:onClass owl:Class ; | ||
| 361 | owl:onProperty :hasCostPhaseCode ; | 367 | owl:onProperty :hasCostPhaseCode ; |
| 362 | ] ; | 368 | ] ; |
| 363 | rdfs:subClassOf [ | 369 | rdfs:subClassOf [ |
| ... | @@ -466,7 +472,7 @@ | ... | @@ -466,7 +472,7 @@ |
| 466 | :hasContractType | 472 | :hasContractType |
| 467 | rdf:type owl:ObjectProperty ; | 473 | rdf:type owl:ObjectProperty ; |
| 468 | . | 474 | . |
| 469 | -:hasContractor2 | 475 | +:hasContractor |
| 470 | rdf:type owl:ObjectProperty ; | 476 | rdf:type owl:ObjectProperty ; |
| 471 | . | 477 | . |
| 472 | :hasCostPhaseCode | 478 | :hasCostPhaseCode |
| ... | @@ -655,7 +661,7 @@ | ... | @@ -655,7 +661,7 @@ |
| 655 | rdf:type owl:Restriction ; | 661 | rdf:type owl:Restriction ; |
| 656 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 662 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 657 | owl:onClass owl:Class ; | 663 | owl:onClass owl:Class ; |
| 658 | - owl:onProperty :hasContractor2 ; | 664 | + owl:onProperty :hasContractor ; |
| 659 | ] ; | 665 | ] ; |
| 660 | ]. | 666 | ]. |
| 661 | [ | 667 | [ | ... | ... |
-
Please register or login to post a comment