Showing
1 changed file
with
35 additions
and
0 deletions
| ... | @@ -100,6 +100,12 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -100,6 +100,12 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 100 | rdfs:subClassOf [ | 100 | rdfs:subClassOf [ |
| 101 | rdf:type owl:Restriction ; | 101 | rdf:type owl:Restriction ; |
| 102 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 102 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 103 | + owl:onClass :CompletelyFreeField ; | ||
| 104 | + owl:onProperty :hasCompletelyFreeField ; | ||
| 105 | + ] ; | ||
| 106 | + rdfs:subClassOf [ | ||
| 107 | + rdf:type owl:Restriction ; | ||
| 108 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 103 | owl:onClass :Constraint ; | 109 | owl:onClass :Constraint ; |
| 104 | owl:onProperty :hasConstraint ; | 110 | owl:onProperty :hasConstraint ; |
| 105 | ] ; | 111 | ] ; |
| ... | @@ -906,6 +912,12 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -906,6 +912,12 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 906 | rdfs:subClassOf [ | 912 | rdfs:subClassOf [ |
| 907 | rdf:type owl:Restriction ; | 913 | rdf:type owl:Restriction ; |
| 908 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 914 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 915 | + owl:onClass :CompletelyFreeField ; | ||
| 916 | + owl:onProperty :hasCompletelyFreeField ; | ||
| 917 | + ] ; | ||
| 918 | + rdfs:subClassOf [ | ||
| 919 | + rdf:type owl:Restriction ; | ||
| 920 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 909 | owl:onClass :ScheduleForPlan ; | 921 | owl:onClass :ScheduleForPlan ; |
| 910 | owl:onProperty :hasSchedule ; | 922 | owl:onProperty :hasSchedule ; |
| 911 | ] ; | 923 | ] ; |
| ... | @@ -1069,6 +1081,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1069,6 +1081,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1069 | rdfs:subClassOf [ | 1081 | rdfs:subClassOf [ |
| 1070 | rdf:type owl:Restriction ; | 1082 | rdf:type owl:Restriction ; |
| 1071 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1083 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 1084 | + owl:onClass :CompletelyFreeField ; | ||
| 1085 | + owl:onProperty :hasCompletelyFreeField ; | ||
| 1086 | + ] ; | ||
| 1087 | + rdfs:subClassOf [ | ||
| 1088 | + rdf:type owl:Restriction ; | ||
| 1089 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1072 | owl:onClass :ExternalReference ; | 1090 | owl:onClass :ExternalReference ; |
| 1073 | owl:onProperty :hasExternalReference ; | 1091 | owl:onProperty :hasExternalReference ; |
| 1074 | ] ; | 1092 | ] ; |
| ... | @@ -1114,6 +1132,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1114,6 +1132,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1114 | :TimeBased | 1132 | :TimeBased |
| 1115 | ) ; | 1133 | ) ; |
| 1116 | ] ; | 1134 | ] ; |
| 1135 | + rdfs:subClassOf [ | ||
| 1136 | + rdf:type owl:Restriction ; | ||
| 1137 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1138 | + owl:onClass :CompletelyFreeField ; | ||
| 1139 | + owl:onProperty :hasCompletelyFreeField ; | ||
| 1140 | + ] ; | ||
| 1117 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; | 1141 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; |
| 1118 | . | 1142 | . |
| 1119 | :ResourceSet | 1143 | :ResourceSet |
| ... | @@ -1610,6 +1634,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1610,6 +1634,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1610 | rdfs:subClassOf [ | 1634 | rdfs:subClassOf [ |
| 1611 | rdf:type owl:Restriction ; | 1635 | rdf:type owl:Restriction ; |
| 1612 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1636 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 1637 | + owl:onClass :CompletelyFreeField ; | ||
| 1638 | + owl:onProperty :hasCompletelyFreeField ; | ||
| 1639 | + ] ; | ||
| 1640 | + rdfs:subClassOf [ | ||
| 1641 | + rdf:type owl:Restriction ; | ||
| 1642 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1613 | owl:onClass :ExternalReference ; | 1643 | owl:onClass :ExternalReference ; |
| 1614 | owl:onProperty :hasExternalReference ; | 1644 | owl:onProperty :hasExternalReference ; |
| 1615 | ] ; | 1645 | ] ; |
| ... | @@ -1780,6 +1810,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1780,6 +1810,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1780 | :hasCalendarSet | 1810 | :hasCalendarSet |
| 1781 | rdf:type owl:ObjectProperty ; | 1811 | rdf:type owl:ObjectProperty ; |
| 1782 | . | 1812 | . |
| 1813 | +:hasCompletelyFreeField | ||
| 1814 | + rdf:type owl:ObjectProperty ; | ||
| 1815 | + rdfs:label "has completely free field"^^xsd:string ; | ||
| 1816 | + rdfs:range :CompletelyFreeField ; | ||
| 1817 | +. | ||
| 1783 | :hasConstraint | 1818 | :hasConstraint |
| 1784 | rdf:type owl:ObjectProperty ; | 1819 | rdf:type owl:ObjectProperty ; |
| 1785 | . | 1820 | . | ... | ... |
-
Please register or login to post a comment