Showing
1 changed file
with
72 additions
and
0 deletions
| ... | @@ -607,8 +607,80 @@ ilap:shouldUseAnyUri | ... | @@ -607,8 +607,80 @@ ilap:shouldUseAnyUri |
| 607 | rdf:type owl:Restriction ; | 607 | rdf:type owl:Restriction ; |
| 608 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 608 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 609 | owl:onClass ilap:FreeFieldValue ; | 609 | owl:onClass ilap:FreeFieldValue ; |
| 610 | + owl:onProperty :hasMPRcontroller ; | ||
| 611 | + ] ; | ||
| 612 | + rdfs:subClassOf [ | ||
| 613 | + rdf:type owl:Restriction ; | ||
| 614 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 615 | + owl:onClass ilap:FreeFieldValue ; | ||
| 616 | + owl:onProperty :hasMainWorkCenter ; | ||
| 617 | + ] ; | ||
| 618 | + rdfs:subClassOf [ | ||
| 619 | + rdf:type owl:Restriction ; | ||
| 620 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 621 | + owl:onClass ilap:FreeFieldValue ; | ||
| 622 | + owl:onProperty :hasMainWorkCenterPlant ; | ||
| 623 | + ] ; | ||
| 624 | + rdfs:subClassOf [ | ||
| 625 | + rdf:type owl:Restriction ; | ||
| 626 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 627 | + owl:onClass ilap:FreeFieldValue ; | ||
| 628 | + owl:onProperty :hasMaintenancePlant ; | ||
| 629 | + ] ; | ||
| 630 | + rdfs:subClassOf [ | ||
| 631 | + rdf:type owl:Restriction ; | ||
| 632 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 633 | + owl:onClass ilap:FreeFieldValue ; | ||
| 634 | + owl:onProperty :hasNetworkNumber ; | ||
| 635 | + ] ; | ||
| 636 | + rdfs:subClassOf [ | ||
| 637 | + rdf:type owl:Restriction ; | ||
| 638 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 639 | + owl:onClass ilap:FreeFieldValue ; | ||
| 640 | + owl:onProperty :hasNetworkProfile ; | ||
| 641 | + ] ; | ||
| 642 | + rdfs:subClassOf [ | ||
| 643 | + rdf:type owl:Restriction ; | ||
| 644 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 645 | + owl:onClass ilap:FreeFieldValue ; | ||
| 646 | + owl:onProperty :hasNetworkType ; | ||
| 647 | + ] ; | ||
| 648 | + rdfs:subClassOf [ | ||
| 649 | + rdf:type owl:Restriction ; | ||
| 650 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 651 | + owl:onClass ilap:FreeFieldValue ; | ||
| 652 | + owl:onProperty :hasOrderType ; | ||
| 653 | + ] ; | ||
| 654 | + rdfs:subClassOf [ | ||
| 655 | + rdf:type owl:Restriction ; | ||
| 656 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 657 | + owl:onClass ilap:FreeFieldValue ; | ||
| 658 | + owl:onProperty :hasPlanningPlant ; | ||
| 659 | + ] ; | ||
| 660 | + rdfs:subClassOf [ | ||
| 661 | + rdf:type owl:Restriction ; | ||
| 662 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 663 | + owl:onClass ilap:FreeFieldValue ; | ||
| 664 | + owl:onProperty :hasPlant ; | ||
| 665 | + ] ; | ||
| 666 | + rdfs:subClassOf [ | ||
| 667 | + rdf:type owl:Restriction ; | ||
| 668 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 669 | + owl:onClass ilap:FreeFieldValue ; | ||
| 670 | + owl:onProperty :hasSuperiorPMorder ; | ||
| 671 | + ] ; | ||
| 672 | + rdfs:subClassOf [ | ||
| 673 | + rdf:type owl:Restriction ; | ||
| 674 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 675 | + owl:onClass ilap:FreeFieldValue ; | ||
| 610 | owl:onProperty :hasSuperiorPSnetwork ; | 676 | owl:onProperty :hasSuperiorPSnetwork ; |
| 611 | ] ; | 677 | ] ; |
| 678 | + rdfs:subClassOf [ | ||
| 679 | + rdf:type owl:Restriction ; | ||
| 680 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 681 | + owl:onClass ilap:FreeFieldValue ; | ||
| 682 | + owl:onProperty :hasSuperiorPSnetworkActivity ; | ||
| 683 | + ] ; | ||
| 612 | . | 684 | . |
| 613 | :SpecifiedUserField_1 | 685 | :SpecifiedUserField_1 |
| 614 | rdf:type :SpecifiedUserField ; | 686 | rdf:type :SpecifiedUserField ; | ... | ... |
-
Please register or login to post a comment