Changed structure such that Pattern has member Signaturs, and Signature has indi…
…vidual member Instance. Started changing names of Instances
Showing
1 changed file
with
450 additions
and
265 deletions
| ... | @@ -25,18 +25,58 @@ ptrn:Bar | ... | @@ -25,18 +25,58 @@ ptrn:Bar |
| 25 | rdfs:label "Bar"^^xsd:string ; | 25 | rdfs:label "Bar"^^xsd:string ; |
| 26 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS1314539> , ptrn:OwnRDL . | 26 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS1314539> , ptrn:OwnRDL . |
| 27 | 27 | ||
| 28 | +ptrn:ClassificationOfPumpImpellerClassOfClassClassOfClass | ||
| 29 | + rdf:type ptrn:TemplateInstance , ptrn:ClassificationSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 30 | + rdfs:label "Classification of Pump Impeller Class of Class"^^xsd:string ; | ||
| 31 | + ptrn:hasClassOfClassOfClassified | ||
| 32 | + ptrn:PumpImpellerClass ; | ||
| 33 | + ptrn:hasClassOfClassOfClassifier | ||
| 34 | + ptrn:ISO15926-4Class . | ||
| 35 | + | ||
| 36 | +ptrn:ClassificationOfPumpImpellerClassOfIndividual | ||
| 37 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForClassOfIndividual ; | ||
| 38 | + rdfs:label "Classification of Pump Impeller Class of Individual"^^xsd:string ; | ||
| 39 | + ptrn:hasClassOfClassified | ||
| 40 | + ptrn:OpenPumpImpeller ; | ||
| 41 | + ptrn:hasClassOfClassifier | ||
| 42 | + ptrn:PumpImpellerTypeClass . | ||
| 43 | + | ||
| 44 | +ptrn:ClassificationOfPumpImpellerIndividual | ||
| 45 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForIndividual ; | ||
| 46 | + rdfs:label "Classification tof Pump Impeller Individual"^^xsd:string ; | ||
| 47 | + ptrn:hasIndividualOfClassified | ||
| 48 | + ptrn:Impeller_ME03-983498 ; | ||
| 49 | + ptrn:hasIndividualOfClassifier | ||
| 50 | + ptrn:PumpImpeller . | ||
| 51 | + | ||
| 52 | +ptrn:ClassificationOfStraightLinearDistanceClassOfRelationship | ||
| 53 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForClassOfRelationship ; | ||
| 54 | + rdfs:label "Classification of Straight Linear Distance Class of Relationship"^^xsd:string ; | ||
| 55 | + ptrn:hasClassOfRelationshipOfClassified | ||
| 56 | + ptrn:StraightLinearDistance ; | ||
| 57 | + ptrn:hasClassOfRelationshipOfClassifier | ||
| 58 | + ptrn:StraightLinearDistanceClass . | ||
| 59 | + | ||
| 60 | +ptrn:ClassificationOfStraightLinearDistanceRelationship | ||
| 61 | + rdf:type ptrn:TemplateInstance , ptrn:ClassificationSignatureForRelationship , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 62 | + rdfs:label "Classification of Straight Linear Distance Relationship"^^xsd:string ; | ||
| 63 | + ptrn:hasRelationshipOfClassified | ||
| 64 | + ptrn:StraightLinearDistance_1 ; | ||
| 65 | + ptrn:hasRelationshipOfClassifier | ||
| 66 | + ptrn:StraightLinearDistance . | ||
| 67 | + | ||
| 28 | ptrn:ClassificationPattern | 68 | ptrn:ClassificationPattern |
| 29 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 69 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 30 | rdfs:label "Classification Template Signature Pattern"^^xsd:string ; | 70 | rdfs:label "Classification Template Signature Pattern"^^xsd:string ; |
| 31 | - rdfs:subClassOf owl:Thing ; | 71 | + rdfs:subClassOf ptrn:TemplatePattern ; |
| 32 | rdl:defaultRdsId "RDS12345678"^^xsd:string ; | 72 | rdl:defaultRdsId "RDS12345678"^^xsd:string ; |
| 33 | rdl:hasDesignation "Classification template"^^xsd:string ; | 73 | rdl:hasDesignation "Classification template"^^xsd:string ; |
| 34 | rdl:hasIdPCA "RDS12345678"^^xsd:string . | 74 | rdl:hasIdPCA "RDS12345678"^^xsd:string . |
| 35 | 75 | ||
| 36 | ptrn:ClassificationSignatureForClassOfClass | 76 | ptrn:ClassificationSignatureForClassOfClass |
| 37 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class , ptrn:ClassificationPattern ; |
| 38 | rdfs:label "Classification Template Signature for Class of Class"^^xsd:string ; | 78 | rdfs:label "Classification Template Signature for Class of Class"^^xsd:string ; |
| 39 | - rdfs:subClassOf ptrn:ClassificationPattern , <http://posccaesar.org/rdl/RDS10217297375> ; | 79 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10217297375> , ptrn:TemplateSignature ; |
| 40 | rdfs:subClassOf | 80 | rdfs:subClassOf |
| 41 | [ rdf:type owl:Class ; | 81 | [ rdf:type owl:Class ; |
| 42 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 82 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -63,17 +103,17 @@ ptrn:ClassificationSignatureForClassOfClass | ... | @@ -63,17 +103,17 @@ ptrn:ClassificationSignatureForClassOfClass |
| 63 | ] . | 103 | ] . |
| 64 | 104 | ||
| 65 | ptrn:ClassificationSignatureForClassOfIndividual | 105 | ptrn:ClassificationSignatureForClassOfIndividual |
| 66 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 106 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:ClassificationPattern ; |
| 67 | rdfs:label "Classification Template Signature for Class of Individual"^^xsd:string ; | 107 | rdfs:label "Classification Template Signature for Class of Individual"^^xsd:string ; |
| 68 | - rdfs:subClassOf ptrn:ClassificationPattern , <http://posccaesar.org/rdl/RDS10217297393> ; | 108 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10217297393> , ptrn:TemplateSignature ; |
| 69 | rdfs:subClassOf | 109 | rdfs:subClassOf |
| 70 | [ rdf:type owl:Class ; | 110 | [ rdf:type owl:Class ; |
| 71 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 111 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 72 | owl:allValuesFrom owl:Class ; | 112 | owl:allValuesFrom owl:Class ; |
| 73 | - owl:onProperty ptrn:hasClassOfClassifier | 113 | + owl:onProperty ptrn:hasClassOfClassified |
| 74 | ] [ rdf:type owl:Restriction ; | 114 | ] [ rdf:type owl:Restriction ; |
| 75 | owl:onClass owl:Class ; | 115 | owl:onClass owl:Class ; |
| 76 | - owl:onProperty ptrn:hasClassOfClassifier ; | 116 | + owl:onProperty ptrn:hasClassOfClassified ; |
| 77 | owl:qualifiedCardinality | 117 | owl:qualifiedCardinality |
| 78 | "1"^^xsd:nonNegativeInteger | 118 | "1"^^xsd:nonNegativeInteger |
| 79 | ]) | 119 | ]) |
| ... | @@ -82,27 +122,27 @@ ptrn:ClassificationSignatureForClassOfIndividual | ... | @@ -82,27 +122,27 @@ ptrn:ClassificationSignatureForClassOfIndividual |
| 82 | [ rdf:type owl:Class ; | 122 | [ rdf:type owl:Class ; |
| 83 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 123 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 84 | owl:allValuesFrom owl:Class ; | 124 | owl:allValuesFrom owl:Class ; |
| 85 | - owl:onProperty ptrn:hasClassOfClassified | 125 | + owl:onProperty ptrn:hasClassOfClassifier |
| 86 | ] [ rdf:type owl:Restriction ; | 126 | ] [ rdf:type owl:Restriction ; |
| 87 | owl:onClass owl:Class ; | 127 | owl:onClass owl:Class ; |
| 88 | - owl:onProperty ptrn:hasClassOfClassified ; | 128 | + owl:onProperty ptrn:hasClassOfClassifier ; |
| 89 | owl:qualifiedCardinality | 129 | owl:qualifiedCardinality |
| 90 | "1"^^xsd:nonNegativeInteger | 130 | "1"^^xsd:nonNegativeInteger |
| 91 | ]) | 131 | ]) |
| 92 | ] . | 132 | ] . |
| 93 | 133 | ||
| 94 | ptrn:ClassificationSignatureForClassOfRelationship | 134 | ptrn:ClassificationSignatureForClassOfRelationship |
| 95 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 135 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class , ptrn:ClassificationPattern ; |
| 96 | rdfs:label "Classification Template Signature for Class of Relationship"^^xsd:string ; | 136 | rdfs:label "Classification Template Signature for Class of Relationship"^^xsd:string ; |
| 97 | - rdfs:subClassOf ptrn:ClassificationPattern , <http://posccaesar.org/rdl/RDS102172973111> ; | 137 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS102172973111> , ptrn:TemplateSignature ; |
| 98 | rdfs:subClassOf | 138 | rdfs:subClassOf |
| 99 | [ rdf:type owl:Class ; | 139 | [ rdf:type owl:Class ; |
| 100 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 140 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 101 | owl:allValuesFrom owl:Class ; | 141 | owl:allValuesFrom owl:Class ; |
| 102 | - owl:onProperty ptrn:hasClassOfRelationshipOfClassifier | 142 | + owl:onProperty ptrn:hasClassOfRelationshipOfClassified |
| 103 | ] [ rdf:type owl:Restriction ; | 143 | ] [ rdf:type owl:Restriction ; |
| 104 | owl:onClass owl:Class ; | 144 | owl:onClass owl:Class ; |
| 105 | - owl:onProperty ptrn:hasClassOfRelationshipOfClassifier ; | 145 | + owl:onProperty ptrn:hasClassOfRelationshipOfClassified ; |
| 106 | owl:qualifiedCardinality | 146 | owl:qualifiedCardinality |
| 107 | "1"^^xsd:nonNegativeInteger | 147 | "1"^^xsd:nonNegativeInteger |
| 108 | ]) | 148 | ]) |
| ... | @@ -111,27 +151,27 @@ ptrn:ClassificationSignatureForClassOfRelationship | ... | @@ -111,27 +151,27 @@ ptrn:ClassificationSignatureForClassOfRelationship |
| 111 | [ rdf:type owl:Class ; | 151 | [ rdf:type owl:Class ; |
| 112 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 152 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 113 | owl:allValuesFrom owl:Class ; | 153 | owl:allValuesFrom owl:Class ; |
| 114 | - owl:onProperty ptrn:hasClassOfRelationshipOfClassified | 154 | + owl:onProperty ptrn:hasClassOfRelationshipOfClassifier |
| 115 | ] [ rdf:type owl:Restriction ; | 155 | ] [ rdf:type owl:Restriction ; |
| 116 | owl:onClass owl:Class ; | 156 | owl:onClass owl:Class ; |
| 117 | - owl:onProperty ptrn:hasClassOfRelationshipOfClassified ; | 157 | + owl:onProperty ptrn:hasClassOfRelationshipOfClassifier ; |
| 118 | owl:qualifiedCardinality | 158 | owl:qualifiedCardinality |
| 119 | "1"^^xsd:nonNegativeInteger | 159 | "1"^^xsd:nonNegativeInteger |
| 120 | ]) | 160 | ]) |
| 121 | ] . | 161 | ] . |
| 122 | 162 | ||
| 123 | ptrn:ClassificationSignatureForIndividual | 163 | ptrn:ClassificationSignatureForIndividual |
| 124 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 164 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:ClassificationPattern ; |
| 125 | rdfs:label "Classification Template Signature for Individual"^^xsd:string ; | 165 | rdfs:label "Classification Template Signature for Individual"^^xsd:string ; |
| 126 | - rdfs:subClassOf ptrn:ClassificationPattern , <http://posccaesar.org/rdl/RDS102172973129> ; | 166 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS102172973129> , ptrn:TemplateSignature ; |
| 127 | rdfs:subClassOf | 167 | rdfs:subClassOf |
| 128 | [ rdf:type owl:Class ; | 168 | [ rdf:type owl:Class ; |
| 129 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 169 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 130 | owl:allValuesFrom owl:Thing ; | 170 | owl:allValuesFrom owl:Thing ; |
| 131 | - owl:onProperty ptrn:hasIndividualOfClassifier | 171 | + owl:onProperty ptrn:hasIndividualOfClassified |
| 132 | ] [ rdf:type owl:Restriction ; | 172 | ] [ rdf:type owl:Restriction ; |
| 133 | owl:onClass owl:Thing ; | 173 | owl:onClass owl:Thing ; |
| 134 | - owl:onProperty ptrn:hasIndividualOfClassifier ; | 174 | + owl:onProperty ptrn:hasIndividualOfClassified ; |
| 135 | owl:qualifiedCardinality | 175 | owl:qualifiedCardinality |
| 136 | "1"^^xsd:nonNegativeInteger | 176 | "1"^^xsd:nonNegativeInteger |
| 137 | ]) | 177 | ]) |
| ... | @@ -140,27 +180,27 @@ ptrn:ClassificationSignatureForIndividual | ... | @@ -140,27 +180,27 @@ ptrn:ClassificationSignatureForIndividual |
| 140 | [ rdf:type owl:Class ; | 180 | [ rdf:type owl:Class ; |
| 141 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 181 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 142 | owl:allValuesFrom owl:Thing ; | 182 | owl:allValuesFrom owl:Thing ; |
| 143 | - owl:onProperty ptrn:hasIndividualOfClassified | 183 | + owl:onProperty ptrn:hasIndividualOfClassifier |
| 144 | ] [ rdf:type owl:Restriction ; | 184 | ] [ rdf:type owl:Restriction ; |
| 145 | owl:onClass owl:Thing ; | 185 | owl:onClass owl:Thing ; |
| 146 | - owl:onProperty ptrn:hasIndividualOfClassified ; | 186 | + owl:onProperty ptrn:hasIndividualOfClassifier ; |
| 147 | owl:qualifiedCardinality | 187 | owl:qualifiedCardinality |
| 148 | "1"^^xsd:nonNegativeInteger | 188 | "1"^^xsd:nonNegativeInteger |
| 149 | ]) | 189 | ]) |
| 150 | ] . | 190 | ] . |
| 151 | 191 | ||
| 152 | ptrn:ClassificationSignatureForRelationship | 192 | ptrn:ClassificationSignatureForRelationship |
| 153 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 193 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:ClassificationPattern ; |
| 154 | rdfs:label "Classification Template Signature for Relationship"^^xsd:string ; | 194 | rdfs:label "Classification Template Signature for Relationship"^^xsd:string ; |
| 155 | - rdfs:subClassOf ptrn:ClassificationPattern , <http://posccaesar.org/rdl/RDS102172973147> ; | 195 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS102172973147> , ptrn:TemplateSignature ; |
| 156 | rdfs:subClassOf | 196 | rdfs:subClassOf |
| 157 | [ rdf:type owl:Class ; | 197 | [ rdf:type owl:Class ; |
| 158 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 198 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 159 | owl:allValuesFrom owl:Thing ; | 199 | owl:allValuesFrom owl:Thing ; |
| 160 | - owl:onProperty ptrn:hasRelationshipOfClassified | 200 | + owl:onProperty ptrn:hasRelationshipOfClassifier |
| 161 | ] [ rdf:type owl:Restriction ; | 201 | ] [ rdf:type owl:Restriction ; |
| 162 | owl:onClass owl:Thing ; | 202 | owl:onClass owl:Thing ; |
| 163 | - owl:onProperty ptrn:hasRelationshipOfClassified ; | 203 | + owl:onProperty ptrn:hasRelationshipOfClassifier ; |
| 164 | owl:qualifiedCardinality | 204 | owl:qualifiedCardinality |
| 165 | "1"^^xsd:nonNegativeInteger | 205 | "1"^^xsd:nonNegativeInteger |
| 166 | ]) | 206 | ]) |
| ... | @@ -169,55 +209,15 @@ ptrn:ClassificationSignatureForRelationship | ... | @@ -169,55 +209,15 @@ ptrn:ClassificationSignatureForRelationship |
| 169 | [ rdf:type owl:Class ; | 209 | [ rdf:type owl:Class ; |
| 170 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 210 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 171 | owl:allValuesFrom owl:Thing ; | 211 | owl:allValuesFrom owl:Thing ; |
| 172 | - owl:onProperty ptrn:hasRelationshipOfClassifier | 212 | + owl:onProperty ptrn:hasRelationshipOfClassified |
| 173 | ] [ rdf:type owl:Restriction ; | 213 | ] [ rdf:type owl:Restriction ; |
| 174 | owl:onClass owl:Thing ; | 214 | owl:onClass owl:Thing ; |
| 175 | - owl:onProperty ptrn:hasRelationshipOfClassifier ; | 215 | + owl:onProperty ptrn:hasRelationshipOfClassified ; |
| 176 | owl:qualifiedCardinality | 216 | owl:qualifiedCardinality |
| 177 | "1"^^xsd:nonNegativeInteger | 217 | "1"^^xsd:nonNegativeInteger |
| 178 | ]) | 218 | ]) |
| 179 | ] . | 219 | ] . |
| 180 | 220 | ||
| 181 | -ptrn:ClassificationTemplateIndividualForRelationship | ||
| 182 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForRelationship ; | ||
| 183 | - rdfs:label "Classification template individual for relationship"^^xsd:string ; | ||
| 184 | - ptrn:hasRelationshipOfClassified | ||
| 185 | - ptrn:StraightLinearDistance_1 ; | ||
| 186 | - ptrn:hasRelationshipOfClassifier | ||
| 187 | - ptrn:StraightLinearDistance . | ||
| 188 | - | ||
| 189 | -ptrn:ClassificationTemplateInstanceForClassOfClass | ||
| 190 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForClassOfClass ; | ||
| 191 | - rdfs:label "Classification template instance for class of class"^^xsd:string ; | ||
| 192 | - ptrn:hasClassOfClassOfClassified | ||
| 193 | - ptrn:PumpImpellerClass ; | ||
| 194 | - ptrn:hasClassOfClassOfClassifier | ||
| 195 | - ptrn:ISO15926-4Class . | ||
| 196 | - | ||
| 197 | -ptrn:ClassificationTemplateInstanceForClassOfIndividual | ||
| 198 | - rdf:type ptrn:ClassificationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 199 | - rdfs:label "Classification template instance for class of individual"^^xsd:string ; | ||
| 200 | - ptrn:hasClassOfClassified | ||
| 201 | - ptrn:OpenPumpImpeller ; | ||
| 202 | - ptrn:hasClassOfClassifier | ||
| 203 | - ptrn:PumpImpellerTypeClass . | ||
| 204 | - | ||
| 205 | -ptrn:ClassificationTemplateInstanceForClassOfRelationship | ||
| 206 | - rdf:type ptrn:ClassificationSignatureForClassOfRelationship , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 207 | - rdfs:label "Classification template instance for class of relationship"^^xsd:string ; | ||
| 208 | - ptrn:hasClassOfRelationshipOfClassified | ||
| 209 | - ptrn:StraightLinearDistance ; | ||
| 210 | - ptrn:hasClassOfRelationshipOfClassifier | ||
| 211 | - ptrn:StraightLinearDistanceClass . | ||
| 212 | - | ||
| 213 | -ptrn:ClassificationTemplateInstanceForIndividual | ||
| 214 | - rdf:type ptrn:ClassificationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 215 | - rdfs:label "Classification template instance for individual"^^xsd:string ; | ||
| 216 | - ptrn:hasIndividualOfClassified | ||
| 217 | - ptrn:Impeller_ME03-983498 ; | ||
| 218 | - ptrn:hasIndividualOfClassifier | ||
| 219 | - ptrn:PumpImpeller . | ||
| 220 | - | ||
| 221 | ptrn:Company | 221 | ptrn:Company |
| 222 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 222 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 223 | rdfs:label "Company"^^xsd:string ; | 223 | rdfs:label "Company"^^xsd:string ; |
| ... | @@ -226,12 +226,12 @@ ptrn:Company | ... | @@ -226,12 +226,12 @@ ptrn:Company |
| 226 | ptrn:CompositionPattern | 226 | ptrn:CompositionPattern |
| 227 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 227 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 228 | rdfs:label "Composition Template Signature Pattern "^^xsd:string ; | 228 | rdfs:label "Composition Template Signature Pattern "^^xsd:string ; |
| 229 | - rdfs:subClassOf owl:Thing . | 229 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 230 | 230 | ||
| 231 | ptrn:CompositionSignatureForClassOfClass | 231 | ptrn:CompositionSignatureForClassOfClass |
| 232 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 232 | + rdf:type ptrn:CompositionPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 233 | rdfs:label "Composition Template Signature for Class of Class"^^xsd:string ; | 233 | rdfs:label "Composition Template Signature for Class of Class"^^xsd:string ; |
| 234 | - rdfs:subClassOf ptrn:CompositionPattern , <http://posccaesar.org/rdl/RDS10019391990> ; | 234 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019391990> , ptrn:TemplateSignature ; |
| 235 | rdfs:subClassOf | 235 | rdfs:subClassOf |
| 236 | [ rdf:type owl:Class ; | 236 | [ rdf:type owl:Class ; |
| 237 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 237 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -258,17 +258,17 @@ ptrn:CompositionSignatureForClassOfClass | ... | @@ -258,17 +258,17 @@ ptrn:CompositionSignatureForClassOfClass |
| 258 | ] . | 258 | ] . |
| 259 | 259 | ||
| 260 | ptrn:CompositionSignatureForClassOfIndividual | 260 | ptrn:CompositionSignatureForClassOfIndividual |
| 261 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 261 | + rdf:type ptrn:CompositionPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 262 | rdfs:label "Composition Template Signature for Class of Individual"^^xsd:string ; | 262 | rdfs:label "Composition Template Signature for Class of Individual"^^xsd:string ; |
| 263 | - rdfs:subClassOf ptrn:CompositionPattern , <http://posccaesar.org/rdl/page/RDS10019392145> ; | 263 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS10019392145> , ptrn:TemplateSignature ; |
| 264 | rdfs:subClassOf | 264 | rdfs:subClassOf |
| 265 | [ rdf:type owl:Class ; | 265 | [ rdf:type owl:Class ; |
| 266 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 266 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 267 | - owl:allValuesFrom owl:Class ; | 267 | + owl:allValuesFrom ptrn:OwnRDL ; |
| 268 | - owl:onProperty ptrn:hasClassOfWhole | 268 | + owl:onProperty ptrn:hasClassOfPart |
| 269 | ] [ rdf:type owl:Restriction ; | 269 | ] [ rdf:type owl:Restriction ; |
| 270 | - owl:onClass owl:Class ; | 270 | + owl:onClass ptrn:OwnRDL ; |
| 271 | - owl:onProperty ptrn:hasClassOfWhole ; | 271 | + owl:onProperty ptrn:hasClassOfPart ; |
| 272 | owl:qualifiedCardinality | 272 | owl:qualifiedCardinality |
| 273 | "1"^^xsd:nonNegativeInteger | 273 | "1"^^xsd:nonNegativeInteger |
| 274 | ]) | 274 | ]) |
| ... | @@ -276,20 +276,20 @@ ptrn:CompositionSignatureForClassOfIndividual | ... | @@ -276,20 +276,20 @@ ptrn:CompositionSignatureForClassOfIndividual |
| 276 | rdfs:subClassOf | 276 | rdfs:subClassOf |
| 277 | [ rdf:type owl:Class ; | 277 | [ rdf:type owl:Class ; |
| 278 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 278 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 279 | - owl:allValuesFrom owl:Class ; | 279 | + owl:allValuesFrom ptrn:OwnRDL ; |
| 280 | - owl:onProperty ptrn:hasClassOfPart | 280 | + owl:onProperty ptrn:hasClassOfWhole |
| 281 | ] [ rdf:type owl:Restriction ; | 281 | ] [ rdf:type owl:Restriction ; |
| 282 | - owl:onClass owl:Class ; | 282 | + owl:onClass ptrn:OwnRDL ; |
| 283 | - owl:onProperty ptrn:hasClassOfPart ; | 283 | + owl:onProperty ptrn:hasClassOfWhole ; |
| 284 | owl:qualifiedCardinality | 284 | owl:qualifiedCardinality |
| 285 | "1"^^xsd:nonNegativeInteger | 285 | "1"^^xsd:nonNegativeInteger |
| 286 | ]) | 286 | ]) |
| 287 | ] . | 287 | ] . |
| 288 | 288 | ||
| 289 | ptrn:CompositionSignatureForIndividual | 289 | ptrn:CompositionSignatureForIndividual |
| 290 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 290 | + rdf:type ptrn:CompositionPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 291 | rdfs:label "Composition Template Signature for Individual"^^xsd:string ; | 291 | rdfs:label "Composition Template Signature for Individual"^^xsd:string ; |
| 292 | - rdfs:subClassOf ptrn:CompositionPattern , <http://posccaesar.org/rdl/RDS10019392543> ; | 292 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392543> , ptrn:TemplateSignature ; |
| 293 | rdfs:subClassOf | 293 | rdfs:subClassOf |
| 294 | [ rdf:type owl:Class ; | 294 | [ rdf:type owl:Class ; |
| 295 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 295 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -316,7 +316,7 @@ ptrn:CompositionSignatureForIndividual | ... | @@ -316,7 +316,7 @@ ptrn:CompositionSignatureForIndividual |
| 316 | ] . | 316 | ] . |
| 317 | 317 | ||
| 318 | ptrn:CompositionTemplateInstanceForClassOfClass | 318 | ptrn:CompositionTemplateInstanceForClassOfClass |
| 319 | - rdf:type ptrn:CompositionSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 319 | + rdf:type ptrn:CompositionSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 320 | rdfs:label "Composition template for class of class 1"^^xsd:string ; | 320 | rdfs:label "Composition template for class of class 1"^^xsd:string ; |
| 321 | ptrn:hasClassOfClassOfPart | 321 | ptrn:hasClassOfClassOfPart |
| 322 | ptrn:PumpImpellerClass ; | 322 | ptrn:PumpImpellerClass ; |
| ... | @@ -324,14 +324,14 @@ ptrn:CompositionTemplateInstanceForClassOfClass | ... | @@ -324,14 +324,14 @@ ptrn:CompositionTemplateInstanceForClassOfClass |
| 324 | ptrn:PumpClass . | 324 | ptrn:PumpClass . |
| 325 | 325 | ||
| 326 | ptrn:CompositionTemplateInstanceForClassOfIndividual | 326 | ptrn:CompositionTemplateInstanceForClassOfIndividual |
| 327 | - rdf:type ptrn:CompositionSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 327 | + rdf:type ptrn:CompositionSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 328 | rdfs:label "Composition template instance for class of individual"^^xsd:string ; | 328 | rdfs:label "Composition template instance for class of individual"^^xsd:string ; |
| 329 | ptrn:hasClassOfPart ptrn:PumpImpeller ; | 329 | ptrn:hasClassOfPart ptrn:PumpImpeller ; |
| 330 | ptrn:hasClassOfWhole | 330 | ptrn:hasClassOfWhole |
| 331 | ptrn:Pump . | 331 | ptrn:Pump . |
| 332 | 332 | ||
| 333 | ptrn:CompositionTemplateInstanceForIndividual | 333 | ptrn:CompositionTemplateInstanceForIndividual |
| 334 | - rdf:type ptrn:CompositionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , <http://posccaesar.org/rdl/RDS364686479> ; | 334 | + rdf:type ptrn:CompositionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , <http://posccaesar.org/rdl/RDS364686479> , ptrn:TemplateInstance ; |
| 335 | rdfs:label "Composition pattern individual 1"^^xsd:string ; | 335 | rdfs:label "Composition pattern individual 1"^^xsd:string ; |
| 336 | ptrn:hasIndividualOfPart | 336 | ptrn:hasIndividualOfPart |
| 337 | ptrn:Impeller_ME03-983498 ; | 337 | ptrn:Impeller_ME03-983498 ; |
| ... | @@ -342,12 +342,12 @@ ptrn:CompositionTemplateInstanceForIndividual | ... | @@ -342,12 +342,12 @@ ptrn:CompositionTemplateInstanceForIndividual |
| 342 | ptrn:ConnectionPattern | 342 | ptrn:ConnectionPattern |
| 343 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 343 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 344 | rdfs:label "Connection Template Signature Pattern"^^xsd:string ; | 344 | rdfs:label "Connection Template Signature Pattern"^^xsd:string ; |
| 345 | - rdfs:subClassOf owl:Thing . | 345 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 346 | 346 | ||
| 347 | ptrn:ConnectionSignatureForClass | 347 | ptrn:ConnectionSignatureForClass |
| 348 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 348 | + rdf:type ptrn:ConnectionPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 349 | rdfs:label "Connection Template Signature for Class"^^xsd:string ; | 349 | rdfs:label "Connection Template Signature for Class"^^xsd:string ; |
| 350 | - rdfs:subClassOf ptrn:ConnectionPattern , <http://posccaesar.org/rdl/RDS10019392287> ; | 350 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392287> , ptrn:TemplateSignature ; |
| 351 | rdfs:subClassOf | 351 | rdfs:subClassOf |
| 352 | [ rdf:type owl:Class ; | 352 | [ rdf:type owl:Class ; |
| 353 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 353 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -374,9 +374,9 @@ ptrn:ConnectionSignatureForClass | ... | @@ -374,9 +374,9 @@ ptrn:ConnectionSignatureForClass |
| 374 | ] . | 374 | ] . |
| 375 | 375 | ||
| 376 | ptrn:ConnectionSignatureForIndividual | 376 | ptrn:ConnectionSignatureForIndividual |
| 377 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 377 | + rdf:type ptrn:ConnectionPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 378 | rdfs:label "Connection Template Signature for Individual"^^xsd:string ; | 378 | rdfs:label "Connection Template Signature for Individual"^^xsd:string ; |
| 379 | - rdfs:subClassOf ptrn:ConnectionPattern , <http://posccaesar.org/rdl/RDS1001939276> ; | 379 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1001939276> , ptrn:TemplateSignature ; |
| 380 | rdfs:subClassOf | 380 | rdfs:subClassOf |
| 381 | [ rdf:type owl:Class ; | 381 | [ rdf:type owl:Class ; |
| 382 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 382 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -403,7 +403,7 @@ ptrn:ConnectionSignatureForIndividual | ... | @@ -403,7 +403,7 @@ ptrn:ConnectionSignatureForIndividual |
| 403 | ] . | 403 | ] . |
| 404 | 404 | ||
| 405 | ptrn:ConnectionTemplateInstanceForClassOfIndividual | 405 | ptrn:ConnectionTemplateInstanceForClassOfIndividual |
| 406 | - rdf:type ptrn:ConnectionSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 406 | + rdf:type ptrn:ConnectionSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 407 | rdfs:label "Connection template instance for class"^^xsd:string ; | 407 | rdfs:label "Connection template instance for class"^^xsd:string ; |
| 408 | ptrn:hasClassOfSide1 | 408 | ptrn:hasClassOfSide1 |
| 409 | ptrn:Pipe ; | 409 | ptrn:Pipe ; |
| ... | @@ -411,7 +411,7 @@ ptrn:ConnectionTemplateInstanceForClassOfIndividual | ... | @@ -411,7 +411,7 @@ ptrn:ConnectionTemplateInstanceForClassOfIndividual |
| 411 | ptrn:PipeFlange . | 411 | ptrn:PipeFlange . |
| 412 | 412 | ||
| 413 | ptrn:ConnectionTemplateInstanceForIndividual | 413 | ptrn:ConnectionTemplateInstanceForIndividual |
| 414 | - rdf:type ptrn:ConnectionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 414 | + rdf:type ptrn:ConnectionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 415 | rdfs:label "Connection template instance for individual"^^xsd:string ; | 415 | rdfs:label "Connection template instance for individual"^^xsd:string ; |
| 416 | ptrn:hasIndividualOfSide1 | 416 | ptrn:hasIndividualOfSide1 |
| 417 | ptrn:Pipe1 ; | 417 | ptrn:Pipe1 ; |
| ... | @@ -421,12 +421,12 @@ ptrn:ConnectionTemplateInstanceForIndividual | ... | @@ -421,12 +421,12 @@ ptrn:ConnectionTemplateInstanceForIndividual |
| 421 | ptrn:ContainmentPattern | 421 | ptrn:ContainmentPattern |
| 422 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 422 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 423 | rdfs:label "Containment Template Signature Pattern"^^xsd:string ; | 423 | rdfs:label "Containment Template Signature Pattern"^^xsd:string ; |
| 424 | - rdfs:subClassOf owl:Thing . | 424 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 425 | 425 | ||
| 426 | ptrn:ContainmentSignatureForClass | 426 | ptrn:ContainmentSignatureForClass |
| 427 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 427 | + rdf:type ptrn:ContainmentPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 428 | rdfs:label "Containment Template Signature for Class"^^xsd:string ; | 428 | rdfs:label "Containment Template Signature for Class"^^xsd:string ; |
| 429 | - rdfs:subClassOf ptrn:ContainmentPattern , <http://posccaesar.org/rdl/RDS100193920171> ; | 429 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193920171> , ptrn:TemplateSignature ; |
| 430 | rdfs:subClassOf | 430 | rdfs:subClassOf |
| 431 | [ rdf:type owl:Class ; | 431 | [ rdf:type owl:Class ; |
| 432 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 432 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -453,9 +453,9 @@ ptrn:ContainmentSignatureForClass | ... | @@ -453,9 +453,9 @@ ptrn:ContainmentSignatureForClass |
| 453 | ] . | 453 | ] . |
| 454 | 454 | ||
| 455 | ptrn:ContainmentSignatureForIndividual | 455 | ptrn:ContainmentSignatureForIndividual |
| 456 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 456 | + rdf:type ptrn:ContainmentPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 457 | rdfs:label "Containment Template Signature for Individual"^^xsd:string ; | 457 | rdfs:label "Containment Template Signature for Individual"^^xsd:string ; |
| 458 | - rdfs:subClassOf ptrn:ContainmentPattern , <http://posccaesar.org/rdl/RDS100193924145> ; | 458 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193924145> , ptrn:TemplateSignature ; |
| 459 | rdfs:subClassOf | 459 | rdfs:subClassOf |
| 460 | [ rdf:type owl:Class ; | 460 | [ rdf:type owl:Class ; |
| 461 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 461 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -482,7 +482,7 @@ ptrn:ContainmentSignatureForIndividual | ... | @@ -482,7 +482,7 @@ ptrn:ContainmentSignatureForIndividual |
| 482 | ] . | 482 | ] . |
| 483 | 483 | ||
| 484 | ptrn:ContainmentTemplateInstanceForClass | 484 | ptrn:ContainmentTemplateInstanceForClass |
| 485 | - rdf:type ptrn:ContainmentSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 485 | + rdf:type ptrn:ContainmentSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 486 | rdfs:label "Containment template instance for class"^^xsd:string ; | 486 | rdfs:label "Containment template instance for class"^^xsd:string ; |
| 487 | ptrn:hasClassOfLocated | 487 | ptrn:hasClassOfLocated |
| 488 | ptrn:InletFluidStream ; | 488 | ptrn:InletFluidStream ; |
| ... | @@ -490,7 +490,7 @@ ptrn:ContainmentTemplateInstanceForClass | ... | @@ -490,7 +490,7 @@ ptrn:ContainmentTemplateInstanceForClass |
| 490 | ptrn:ImpellerSuctionInlet . | 490 | ptrn:ImpellerSuctionInlet . |
| 491 | 491 | ||
| 492 | ptrn:ContainmentTemplateInstanceForIndividual | 492 | ptrn:ContainmentTemplateInstanceForIndividual |
| 493 | - rdf:type ptrn:ContainmentSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 493 | + rdf:type ptrn:ContainmentSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 494 | rdfs:label "Containment template instance for individual"^^xsd:string ; | 494 | rdfs:label "Containment template instance for individual"^^xsd:string ; |
| 495 | ptrn:hasIndividualOfLocated | 495 | ptrn:hasIndividualOfLocated |
| 496 | ptrn:Impeller_ME03-983498 ; | 496 | ptrn:Impeller_ME03-983498 ; |
| ... | @@ -506,12 +506,12 @@ ptrn:CoolingPump | ... | @@ -506,12 +506,12 @@ ptrn:CoolingPump |
| 506 | ptrn:DefinitionPattern | 506 | ptrn:DefinitionPattern |
| 507 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 507 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 508 | rdfs:label "Designation Template Signature Pattern"^^xsd:string ; | 508 | rdfs:label "Designation Template Signature Pattern"^^xsd:string ; |
| 509 | - rdfs:subClassOf owl:Thing . | 509 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 510 | 510 | ||
| 511 | ptrn:DefinitionSignatureForClassOfClass | 511 | ptrn:DefinitionSignatureForClassOfClass |
| 512 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 512 | + rdf:type ptrn:DefinitionPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 513 | rdfs:label "Definition Template Signature for Class of Class"^^xsd:string ; | 513 | rdfs:label "Definition Template Signature for Class of Class"^^xsd:string ; |
| 514 | - rdfs:subClassOf ptrn:DefinitionPattern , <http://posccaesar.org/rdl/RDS100193921150> ; | 514 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193921150> , ptrn:TemplateSignature ; |
| 515 | rdfs:subClassOf | 515 | rdfs:subClassOf |
| 516 | [ rdf:type owl:Class ; | 516 | [ rdf:type owl:Class ; |
| 517 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 517 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -528,7 +528,7 @@ ptrn:DefinitionSignatureForClassOfClass | ... | @@ -528,7 +528,7 @@ ptrn:DefinitionSignatureForClassOfClass |
| 528 | ptrn:DefinitionSignatureForClassOfIndividual | 528 | ptrn:DefinitionSignatureForClassOfIndividual |
| 529 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 529 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 530 | rdfs:label "Definition Template Signature for Class of Individual"^^xsd:string ; | 530 | rdfs:label "Definition Template Signature for Class of Individual"^^xsd:string ; |
| 531 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193925133> , ptrn:DefinitionPattern ; | 531 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193925133> , ptrn:TemplateSignature ; |
| 532 | rdfs:subClassOf | 532 | rdfs:subClassOf |
| 533 | [ rdf:type owl:Class ; | 533 | [ rdf:type owl:Class ; |
| 534 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 534 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -543,9 +543,9 @@ ptrn:DefinitionSignatureForClassOfIndividual | ... | @@ -543,9 +543,9 @@ ptrn:DefinitionSignatureForClassOfIndividual |
| 543 | ] . | 543 | ] . |
| 544 | 544 | ||
| 545 | ptrn:DefinitionSignatureForIndividual | 545 | ptrn:DefinitionSignatureForIndividual |
| 546 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 546 | + rdf:type ptrn:DefinitionPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 547 | rdfs:label "Definition Template Signature for Individual"^^xsd:string ; | 547 | rdfs:label "Definition Template Signature for Individual"^^xsd:string ; |
| 548 | - rdfs:subClassOf ptrn:DefinitionPattern , <http://posccaesar.org/rdl/RDS100193926114> ; | 548 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193926114> , ptrn:TemplateSignature ; |
| 549 | rdfs:subClassOf | 549 | rdfs:subClassOf |
| 550 | [ rdf:type owl:Class ; | 550 | [ rdf:type owl:Class ; |
| 551 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 551 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -560,7 +560,7 @@ ptrn:DefinitionSignatureForIndividual | ... | @@ -560,7 +560,7 @@ ptrn:DefinitionSignatureForIndividual |
| 560 | ] . | 560 | ] . |
| 561 | 561 | ||
| 562 | ptrn:DefinitionTemplateInstanceForClassOfClass | 562 | ptrn:DefinitionTemplateInstanceForClassOfClass |
| 563 | - rdf:type ptrn:DefinitionSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 563 | + rdf:type ptrn:DefinitionSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 564 | rdfs:label "Definition template instance for class of class"^^xsd:string ; | 564 | rdfs:label "Definition template instance for class of class"^^xsd:string ; |
| 565 | ptrn:hasClassOfClassOfDefined | 565 | ptrn:hasClassOfClassOfDefined |
| 566 | ptrn:StandardPumpClass ; | 566 | ptrn:StandardPumpClass ; |
| ... | @@ -568,7 +568,7 @@ ptrn:DefinitionTemplateInstanceForClassOfClass | ... | @@ -568,7 +568,7 @@ ptrn:DefinitionTemplateInstanceForClassOfClass |
| 568 | "A standard artefact class which is a class of pumps defined by a standardization body"^^xsd:string . | 568 | "A standard artefact class which is a class of pumps defined by a standardization body"^^xsd:string . |
| 569 | 569 | ||
| 570 | ptrn:DefinitionTemplateInstanceForClassOfIndividual | 570 | ptrn:DefinitionTemplateInstanceForClassOfIndividual |
| 571 | - rdf:type ptrn:DefinitionSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 571 | + rdf:type ptrn:DefinitionSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 572 | rdfs:label "Definition template instance for class of individual"^^xsd:string ; | 572 | rdfs:label "Definition template instance for class of individual"^^xsd:string ; |
| 573 | ptrn:hasClassOfDefined | 573 | ptrn:hasClassOfDefined |
| 574 | ptrn:StandardPump ; | 574 | ptrn:StandardPump ; |
| ... | @@ -577,7 +577,7 @@ ptrn:DefinitionTemplateInstanceForClassOfIndividual | ... | @@ -577,7 +577,7 @@ ptrn:DefinitionTemplateInstanceForClassOfIndividual |
| 577 | or is made according to a standard"""^^xsd:string . | 577 | or is made according to a standard"""^^xsd:string . |
| 578 | 578 | ||
| 579 | ptrn:DefinitionTemplateInstanceForIndividual | 579 | ptrn:DefinitionTemplateInstanceForIndividual |
| 580 | - rdf:type ptrn:DefinitionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 580 | + rdf:type ptrn:DefinitionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 581 | rdfs:label "Definition template instance for individual"^^xsd:string ; | 581 | rdfs:label "Definition template instance for individual"^^xsd:string ; |
| 582 | ptrn:hasIndividualOfDefined | 582 | ptrn:hasIndividualOfDefined |
| 583 | ptrn:Pump_P-101 ; | 583 | ptrn:Pump_P-101 ; |
| ... | @@ -607,12 +607,12 @@ ptrn:Equipment | ... | @@ -607,12 +607,12 @@ ptrn:Equipment |
| 607 | ptrn:EventCausalityPattern | 607 | ptrn:EventCausalityPattern |
| 608 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 608 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 609 | rdfs:label "Event causality Template Signature Pattern"^^xsd:string ; | 609 | rdfs:label "Event causality Template Signature Pattern"^^xsd:string ; |
| 610 | - rdfs:subClassOf owl:Thing . | 610 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 611 | 611 | ||
| 612 | ptrn:EventCausalitySignatureForClassOfBegun | 612 | ptrn:EventCausalitySignatureForClassOfBegun |
| 613 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 613 | + rdf:type ptrn:EventCausalityPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 614 | rdfs:label "Event Causality Template Signature for Class of Ended"^^xsd:string ; | 614 | rdfs:label "Event Causality Template Signature for Class of Ended"^^xsd:string ; |
| 615 | - rdfs:subClassOf ptrn:EventCausalityPattern , <http://posccaesar.org/rdl/RDS10019391945> ; | 615 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019391945> , ptrn:TemplateSignature ; |
| 616 | rdfs:subClassOf | 616 | rdfs:subClassOf |
| 617 | [ rdf:type owl:Class ; | 617 | [ rdf:type owl:Class ; |
| 618 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 618 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -639,9 +639,9 @@ ptrn:EventCausalitySignatureForClassOfBegun | ... | @@ -639,9 +639,9 @@ ptrn:EventCausalitySignatureForClassOfBegun |
| 639 | ] . | 639 | ] . |
| 640 | 640 | ||
| 641 | ptrn:EventCausalitySignatureForClassOfEnded | 641 | ptrn:EventCausalitySignatureForClassOfEnded |
| 642 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 642 | + rdf:type ptrn:EventCausalityPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 643 | rdfs:label "Event Causality Template Signature for Class of Ended"^^xsd:string ; | 643 | rdfs:label "Event Causality Template Signature for Class of Ended"^^xsd:string ; |
| 644 | - rdfs:subClassOf ptrn:EventCausalityPattern , <http://posccaesar.org/rdl/RDS10019391960> ; | 644 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019391960> , ptrn:TemplateSignature ; |
| 645 | rdfs:subClassOf | 645 | rdfs:subClassOf |
| 646 | [ rdf:type owl:Class ; | 646 | [ rdf:type owl:Class ; |
| 647 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 647 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -668,9 +668,9 @@ ptrn:EventCausalitySignatureForClassOfEnded | ... | @@ -668,9 +668,9 @@ ptrn:EventCausalitySignatureForClassOfEnded |
| 668 | ] . | 668 | ] . |
| 669 | 669 | ||
| 670 | ptrn:EventCausalitySignatureForIndividual | 670 | ptrn:EventCausalitySignatureForIndividual |
| 671 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 671 | + rdf:type ptrn:EventCausalityPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 672 | rdfs:label "Event Causality Template Signature for Individual"^^xsd:string ; | 672 | rdfs:label "Event Causality Template Signature for Individual"^^xsd:string ; |
| 673 | - rdfs:subClassOf ptrn:EventCausalityPattern , <http://posccaesar.org/rdl/RDS10019391915> ; | 673 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019391915> , ptrn:TemplateSignature ; |
| 674 | rdfs:subClassOf | 674 | rdfs:subClassOf |
| 675 | [ rdf:type owl:Class ; | 675 | [ rdf:type owl:Class ; |
| 676 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 676 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -697,7 +697,7 @@ ptrn:EventCausalitySignatureForIndividual | ... | @@ -697,7 +697,7 @@ ptrn:EventCausalitySignatureForIndividual |
| 697 | ] . | 697 | ] . |
| 698 | 698 | ||
| 699 | ptrn:EventCausalityTemplateInstanceForClassOfBegun | 699 | ptrn:EventCausalityTemplateInstanceForClassOfBegun |
| 700 | - rdf:type ptrn:EventCausalitySignatureForClassOfBegun , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 700 | + rdf:type ptrn:EventCausalitySignatureForClassOfBegun , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 701 | rdfs:label "Event causality template instance for class of begun"^^xsd:string ; | 701 | rdfs:label "Event causality template instance for class of begun"^^xsd:string ; |
| 702 | ptrn:hasClassOfBegun | 702 | ptrn:hasClassOfBegun |
| 703 | ptrn:WellboreDrillingStart ; | 703 | ptrn:WellboreDrillingStart ; |
| ... | @@ -705,7 +705,7 @@ ptrn:EventCausalityTemplateInstanceForClassOfBegun | ... | @@ -705,7 +705,7 @@ ptrn:EventCausalityTemplateInstanceForClassOfBegun |
| 705 | ptrn:WellboreDrilling . | 705 | ptrn:WellboreDrilling . |
| 706 | 706 | ||
| 707 | ptrn:EventCausalityTemplateInstanceForClassOfEnded | 707 | ptrn:EventCausalityTemplateInstanceForClassOfEnded |
| 708 | - rdf:type ptrn:EventCausalitySignatureForClassOfEnded , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 708 | + rdf:type ptrn:EventCausalitySignatureForClassOfEnded , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 709 | rdfs:label "Event causality template instance for class of ended"^^xsd:string ; | 709 | rdfs:label "Event causality template instance for class of ended"^^xsd:string ; |
| 710 | ptrn:hasClassOfCauser | 710 | ptrn:hasClassOfCauser |
| 711 | ptrn:WellboreDrillingEnd ; | 711 | ptrn:WellboreDrillingEnd ; |
| ... | @@ -713,7 +713,7 @@ ptrn:EventCausalityTemplateInstanceForClassOfEnded | ... | @@ -713,7 +713,7 @@ ptrn:EventCausalityTemplateInstanceForClassOfEnded |
| 713 | ptrn:WellboreDrilling . | 713 | ptrn:WellboreDrilling . |
| 714 | 714 | ||
| 715 | ptrn:EventCausalityTemplateInstanceForIndividualOfBegun | 715 | ptrn:EventCausalityTemplateInstanceForIndividualOfBegun |
| 716 | - rdf:type ptrn:EventCausalitySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 716 | + rdf:type ptrn:EventCausalitySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 717 | rdfs:label "Event causality template instance for individual of begun"^^xsd:string ; | 717 | rdfs:label "Event causality template instance for individual of begun"^^xsd:string ; |
| 718 | ptrn:hasIndividualOfCaused | 718 | ptrn:hasIndividualOfCaused |
| 719 | ptrn:WelllboreDrillingStart1 ; | 719 | ptrn:WelllboreDrillingStart1 ; |
| ... | @@ -721,7 +721,7 @@ ptrn:EventCausalityTemplateInstanceForIndividualOfBegun | ... | @@ -721,7 +721,7 @@ ptrn:EventCausalityTemplateInstanceForIndividualOfBegun |
| 721 | ptrn:WellboreDrilling1 . | 721 | ptrn:WellboreDrilling1 . |
| 722 | 722 | ||
| 723 | ptrn:EventCausalityTemplateInstanceForIndividualOfEnded | 723 | ptrn:EventCausalityTemplateInstanceForIndividualOfEnded |
| 724 | - rdf:type ptrn:EventCausalitySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 724 | + rdf:type ptrn:EventCausalitySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 725 | rdfs:label "Event causality template instance for individual of ended"^^xsd:string ; | 725 | rdfs:label "Event causality template instance for individual of ended"^^xsd:string ; |
| 726 | ptrn:hasIndividualOfCaused | 726 | ptrn:hasIndividualOfCaused |
| 727 | ptrn:WellboreDrillingEnd1 ; | 727 | ptrn:WellboreDrillingEnd1 ; |
| ... | @@ -755,12 +755,12 @@ ptrn:FrankMohnSubmersiblePumpClass | ... | @@ -755,12 +755,12 @@ ptrn:FrankMohnSubmersiblePumpClass |
| 755 | ptrn:FunctionalMappingPattern | 755 | ptrn:FunctionalMappingPattern |
| 756 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 756 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 757 | rdfs:label "Functional Mapping Template Signature Pattern"^^xsd:string ; | 757 | rdfs:label "Functional Mapping Template Signature Pattern"^^xsd:string ; |
| 758 | - rdfs:subClassOf owl:Thing . | 758 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 759 | 759 | ||
| 760 | ptrn:FunctionalMappingSignatureForClass | 760 | ptrn:FunctionalMappingSignatureForClass |
| 761 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 761 | + rdf:type ptrn:FunctionalMappingPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 762 | rdfs:label "Functional Mapping Template Signature for Class"^^xsd:string ; | 762 | rdfs:label "Functional Mapping Template Signature for Class"^^xsd:string ; |
| 763 | - rdfs:subClassOf ptrn:FunctionalMappingPattern , <http://posccaesar.org/rdl/RDS10019392344> ; | 763 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392344> , ptrn:TemplateSignature ; |
| 764 | rdfs:subClassOf | 764 | rdfs:subClassOf |
| 765 | [ rdf:type owl:Class ; | 765 | [ rdf:type owl:Class ; |
| 766 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 766 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -787,9 +787,9 @@ ptrn:FunctionalMappingSignatureForClass | ... | @@ -787,9 +787,9 @@ ptrn:FunctionalMappingSignatureForClass |
| 787 | ] . | 787 | ] . |
| 788 | 788 | ||
| 789 | ptrn:FunctionalMappingSignatureForIndividual | 789 | ptrn:FunctionalMappingSignatureForIndividual |
| 790 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 790 | + rdf:type ptrn:FunctionalMappingPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 791 | rdfs:label "Functional Mapping Template Signature for Individual"^^xsd:string ; | 791 | rdfs:label "Functional Mapping Template Signature for Individual"^^xsd:string ; |
| 792 | - rdfs:subClassOf ptrn:FunctionalMappingPattern , <http://posccaesar.org/rdl/RDS10019392455> ; | 792 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392455> , ptrn:TemplateSignature ; |
| 793 | rdfs:subClassOf | 793 | rdfs:subClassOf |
| 794 | [ rdf:type owl:Class ; | 794 | [ rdf:type owl:Class ; |
| 795 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 795 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -816,7 +816,7 @@ ptrn:FunctionalMappingSignatureForIndividual | ... | @@ -816,7 +816,7 @@ ptrn:FunctionalMappingSignatureForIndividual |
| 816 | ] . | 816 | ] . |
| 817 | 817 | ||
| 818 | ptrn:FunctionalMappingTemplateInstanceForClass | 818 | ptrn:FunctionalMappingTemplateInstanceForClass |
| 819 | - rdf:type ptrn:FunctionalMappingSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 819 | + rdf:type ptrn:FunctionalMappingSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 820 | rdfs:label "Functional mapping template instance for class"^^xsd:string ; | 820 | rdfs:label "Functional mapping template instance for class"^^xsd:string ; |
| 821 | ptrn:hasClassOfInput | 821 | ptrn:hasClassOfInput |
| 822 | ptrn:Density ; | 822 | ptrn:Density ; |
| ... | @@ -824,7 +824,7 @@ ptrn:FunctionalMappingTemplateInstanceForClass | ... | @@ -824,7 +824,7 @@ ptrn:FunctionalMappingTemplateInstanceForClass |
| 824 | ptrn:VelocityOfSound . | 824 | ptrn:VelocityOfSound . |
| 825 | 825 | ||
| 826 | ptrn:FunctionalMappingTemplateInstanceForIndividual | 826 | ptrn:FunctionalMappingTemplateInstanceForIndividual |
| 827 | - rdf:type ptrn:FunctionalMappingSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 827 | + rdf:type ptrn:FunctionalMappingSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 828 | rdfs:label "Functional mapping template instance for individual"^^xsd:string ; | 828 | rdfs:label "Functional mapping template instance for individual"^^xsd:string ; |
| 829 | ptrn:hasInput ptrn:GravitationalConstant ; | 829 | ptrn:hasInput ptrn:GravitationalConstant ; |
| 830 | ptrn:hasResult ptrn:AccelerationOfGravity . | 830 | ptrn:hasResult ptrn:AccelerationOfGravity . |
| ... | @@ -864,6 +864,51 @@ ptrn:ISO15926-4WholeLifeIndividual | ... | @@ -864,6 +864,51 @@ ptrn:ISO15926-4WholeLifeIndividual |
| 864 | rdfs:label "ISO 15926-4 Whole Life Individual"^^xsd:string ; | 864 | rdfs:label "ISO 15926-4 Whole Life Individual"^^xsd:string ; |
| 865 | rdfs:subClassOf ptrn:LifecycleWholePart . | 865 | rdfs:subClassOf ptrn:LifecycleWholePart . |
| 866 | 866 | ||
| 867 | +ptrn:ISO15926-Class | ||
| 868 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 869 | + rdfs:label "ISO15926-Class"^^xsd:string ; | ||
| 870 | + rdfs:subClassOf ptrn:ISO15926-Thing . | ||
| 871 | + | ||
| 872 | +ptrn:ISO15926-ClassOfClass | ||
| 873 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 874 | + rdfs:label "ISO15926-2Class of class"^^xsd:string ; | ||
| 875 | + rdfs:subClassOf ptrn:ISO15926-Thing . | ||
| 876 | + | ||
| 877 | +ptrn:ISO15926-ClassOfClassOfRelationship | ||
| 878 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 879 | + rdfs:label "ISO15926-2Class of class of relationship"^^xsd:string ; | ||
| 880 | + rdfs:subClassOf ptrn:ISO15926-Thing . | ||
| 881 | + | ||
| 882 | +ptrn:ISO15926-ClassOfIndividual | ||
| 883 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 884 | + rdfs:label "ISO15926-2Class of individual"^^xsd:string ; | ||
| 885 | + rdfs:subClassOf ptrn:ISO15926-Thing . | ||
| 886 | + | ||
| 887 | +ptrn:ISO15926-ClassOfRelationship | ||
| 888 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 889 | + rdfs:label "ISO15926-2Class of relationship"^^xsd:string ; | ||
| 890 | + rdfs:subClassOf ptrn:ISO15926-Thing . | ||
| 891 | + | ||
| 892 | +ptrn:ISO15926-DataModel | ||
| 893 | + rdf:type owl:Class ; | ||
| 894 | + rdfs:label "ISO15926-Data model"^^xsd:string ; | ||
| 895 | + rdfs:subClassOf owl:Thing . | ||
| 896 | + | ||
| 897 | +ptrn:ISO15926-Individual | ||
| 898 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 899 | + rdfs:label "ISO15926-2Individual"^^xsd:string ; | ||
| 900 | + rdfs:subClassOf ptrn:ISO15926-Thing . | ||
| 901 | + | ||
| 902 | +ptrn:ISO15926-Relationship | ||
| 903 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 904 | + rdfs:label "ISO15926-2Relationship"^^xsd:string ; | ||
| 905 | + rdfs:subClassOf ptrn:ISO15926-Thing . | ||
| 906 | + | ||
| 907 | +ptrn:ISO15926-Thing | ||
| 908 | + rdf:type owl:Class , ptrn:ISO15926-DataModel ; | ||
| 909 | + rdfs:label "ISO15926-2"^^xsd:string ; | ||
| 910 | + rdfs:subClassOf owl:Thing . | ||
| 911 | + | ||
| 867 | ptrn:ISOTS15926-4InformationClass | 912 | ptrn:ISOTS15926-4InformationClass |
| 868 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 913 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 869 | rdfs:label "ISO TS 15926-4 Information class"^^xsd:string ; | 914 | rdfs:label "ISO TS 15926-4 Information class"^^xsd:string ; |
| ... | @@ -872,12 +917,12 @@ ptrn:ISOTS15926-4InformationClass | ... | @@ -872,12 +917,12 @@ ptrn:ISOTS15926-4InformationClass |
| 872 | ptrn:IdentificationPattern | 917 | ptrn:IdentificationPattern |
| 873 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 918 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 874 | rdfs:label "Identification Template Signature Pattern"^^xsd:string ; | 919 | rdfs:label "Identification Template Signature Pattern"^^xsd:string ; |
| 875 | - rdfs:subClassOf owl:Thing . | 920 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 876 | 921 | ||
| 877 | ptrn:IdentificationSignatureForClassOfClass | 922 | ptrn:IdentificationSignatureForClassOfClass |
| 878 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 923 | + rdf:type ptrn:IdentificationPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 879 | rdfs:label "Identification Template Signature for Class of Class"^^xsd:string ; | 924 | rdfs:label "Identification Template Signature for Class of Class"^^xsd:string ; |
| 880 | - rdfs:subClassOf ptrn:IdentificationPattern , <http://posccaesar.org/rdl/RDS100193921180> ; | 925 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193921180> , ptrn:TemplateSignature ; |
| 881 | rdfs:subClassOf | 926 | rdfs:subClassOf |
| 882 | [ rdf:type owl:Class ; | 927 | [ rdf:type owl:Class ; |
| 883 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 928 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -904,9 +949,9 @@ ptrn:IdentificationSignatureForClassOfClass | ... | @@ -904,9 +949,9 @@ ptrn:IdentificationSignatureForClassOfClass |
| 904 | ] . | 949 | ] . |
| 905 | 950 | ||
| 906 | ptrn:IdentificationSignatureForClassOfIndividual | 951 | ptrn:IdentificationSignatureForClassOfIndividual |
| 907 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 952 | + rdf:type ptrn:IdentificationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 908 | rdfs:label " Identification Template Signature for Class of Individual"^^xsd:string ; | 953 | rdfs:label " Identification Template Signature for Class of Individual"^^xsd:string ; |
| 909 | - rdfs:subClassOf ptrn:IdentificationPattern , <http://posccaesar.org/rdl/RDS100193925163> ; | 954 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193925163> , ptrn:TemplateSignature ; |
| 910 | rdfs:subClassOf | 955 | rdfs:subClassOf |
| 911 | [ rdf:type owl:Class ; | 956 | [ rdf:type owl:Class ; |
| 912 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 957 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -933,9 +978,9 @@ ptrn:IdentificationSignatureForClassOfIndividual | ... | @@ -933,9 +978,9 @@ ptrn:IdentificationSignatureForClassOfIndividual |
| 933 | ] . | 978 | ] . |
| 934 | 979 | ||
| 935 | ptrn:IdentificationSignatureForIndividual | 980 | ptrn:IdentificationSignatureForIndividual |
| 936 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 981 | + rdf:type ptrn:IdentificationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 937 | rdfs:label "Identification Template Signature for Individual"^^xsd:string ; | 982 | rdfs:label "Identification Template Signature for Individual"^^xsd:string ; |
| 938 | - rdfs:subClassOf ptrn:IdentificationPattern , <http://posccaesar.org/rdl/RDS100193926144> ; | 983 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193926144> , ptrn:TemplateSignature ; |
| 939 | rdfs:subClassOf | 984 | rdfs:subClassOf |
| 940 | [ rdf:type owl:Class ; | 985 | [ rdf:type owl:Class ; |
| 941 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 986 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -970,7 +1015,7 @@ ptrn:IdentificationTemplateInstanceForClassOfClass | ... | @@ -970,7 +1015,7 @@ ptrn:IdentificationTemplateInstanceForClassOfClass |
| 970 | <http://posccaesar.org/rdl/RDS245789> . | 1015 | <http://posccaesar.org/rdl/RDS245789> . |
| 971 | 1016 | ||
| 972 | ptrn:IdentificationTemplateInstanceForClassOfIndividual | 1017 | ptrn:IdentificationTemplateInstanceForClassOfIndividual |
| 973 | - rdf:type ptrn:IdentificationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1018 | + rdf:type ptrn:IdentificationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 974 | rdfs:label "Identification template instance for class of individual"^^xsd:string ; | 1019 | rdfs:label "Identification template instance for class of individual"^^xsd:string ; |
| 975 | ptrn:hasClassOfIdentified | 1020 | ptrn:hasClassOfIdentified |
| 976 | ptrn:SingleSuctionPumpImpeller ; | 1021 | ptrn:SingleSuctionPumpImpeller ; |
| ... | @@ -978,7 +1023,7 @@ ptrn:IdentificationTemplateInstanceForClassOfIndividual | ... | @@ -978,7 +1023,7 @@ ptrn:IdentificationTemplateInstanceForClassOfIndividual |
| 978 | <http://posccaesar.org/rdl/RDS432494> . | 1023 | <http://posccaesar.org/rdl/RDS432494> . |
| 979 | 1024 | ||
| 980 | ptrn:IdentificationTemplateInstanceForIndividual | 1025 | ptrn:IdentificationTemplateInstanceForIndividual |
| 981 | - rdf:type ptrn:IdentificationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1026 | + rdf:type ptrn:IdentificationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 982 | rdfs:label "Identification template instance for individual"^^xsd:string ; | 1027 | rdfs:label "Identification template instance for individual"^^xsd:string ; |
| 983 | ptrn:hasIndividualOfIdentified | 1028 | ptrn:hasIndividualOfIdentified |
| 984 | ptrn:Impeller_ME03-983498 ; | 1029 | ptrn:Impeller_ME03-983498 ; |
| ... | @@ -1061,12 +1106,12 @@ ptrn:OwnRDL | ... | @@ -1061,12 +1106,12 @@ ptrn:OwnRDL |
| 1061 | ptrn:ParticipationPattern | 1106 | ptrn:ParticipationPattern |
| 1062 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1107 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1063 | rdfs:label "Participation Template Signature Pattern"^^xsd:string ; | 1108 | rdfs:label "Participation Template Signature Pattern"^^xsd:string ; |
| 1064 | - rdfs:subClassOf owl:Thing . | 1109 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 1065 | 1110 | ||
| 1066 | ptrn:ParticipationSignatureForClass | 1111 | ptrn:ParticipationSignatureForClass |
| 1067 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1112 | + rdf:type ptrn:ParticipationPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1068 | rdfs:label "Participation Template Signature for Class"^^xsd:string ; | 1113 | rdfs:label "Participation Template Signature for Class"^^xsd:string ; |
| 1069 | - rdfs:subClassOf ptrn:ParticipationPattern , <http://posccaesar.org/rdl/RDS10019392175> ; | 1114 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392175> , ptrn:TemplateSignature ; |
| 1070 | rdfs:subClassOf | 1115 | rdfs:subClassOf |
| 1071 | [ rdf:type owl:Class ; | 1116 | [ rdf:type owl:Class ; |
| 1072 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1117 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1093,9 +1138,9 @@ ptrn:ParticipationSignatureForClass | ... | @@ -1093,9 +1138,9 @@ ptrn:ParticipationSignatureForClass |
| 1093 | ] . | 1138 | ] . |
| 1094 | 1139 | ||
| 1095 | ptrn:ParticipationSignatureForIndividual | 1140 | ptrn:ParticipationSignatureForIndividual |
| 1096 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1141 | + rdf:type ptrn:ParticipationPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1097 | rdfs:label "Participation Template Signature for Individual"^^xsd:string ; | 1142 | rdfs:label "Participation Template Signature for Individual"^^xsd:string ; |
| 1098 | - rdfs:subClassOf ptrn:ParticipationPattern , <http://posccaesar.org/rdl/RDS10019392588> ; | 1143 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392588> , ptrn:TemplateSignature ; |
| 1099 | rdfs:subClassOf | 1144 | rdfs:subClassOf |
| 1100 | [ rdf:type owl:Class ; | 1145 | [ rdf:type owl:Class ; |
| 1101 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1146 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1122,7 +1167,7 @@ ptrn:ParticipationSignatureForIndividual | ... | @@ -1122,7 +1167,7 @@ ptrn:ParticipationSignatureForIndividual |
| 1122 | ] . | 1167 | ] . |
| 1123 | 1168 | ||
| 1124 | ptrn:ParticipationTemplateInstanceForClass | 1169 | ptrn:ParticipationTemplateInstanceForClass |
| 1125 | - rdf:type ptrn:ParticipationSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1170 | + rdf:type ptrn:ParticipationSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1126 | rdfs:label "Participation template instance for class"^^xsd:string ; | 1171 | rdfs:label "Participation template instance for class"^^xsd:string ; |
| 1127 | ptrn:hasClassOfParticipant | 1172 | ptrn:hasClassOfParticipant |
| 1128 | ptrn:Purchaser ; | 1173 | ptrn:Purchaser ; |
| ... | @@ -1130,7 +1175,7 @@ ptrn:ParticipationTemplateInstanceForClass | ... | @@ -1130,7 +1175,7 @@ ptrn:ParticipationTemplateInstanceForClass |
| 1130 | ptrn:Purchasing . | 1175 | ptrn:Purchasing . |
| 1131 | 1176 | ||
| 1132 | ptrn:ParticipationTemplateInstanceForIndividual | 1177 | ptrn:ParticipationTemplateInstanceForIndividual |
| 1133 | - rdf:type ptrn:ParticipationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1178 | + rdf:type ptrn:ParticipationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1134 | rdfs:label "Participation template instance for individual"^^xsd:string . | 1179 | rdfs:label "Participation template instance for individual"^^xsd:string . |
| 1135 | 1180 | ||
| 1136 | ptrn:Person | 1181 | ptrn:Person |
| ... | @@ -1193,20 +1238,20 @@ ptrn:PropertyInstance | ... | @@ -1193,20 +1238,20 @@ ptrn:PropertyInstance |
| 1193 | ptrn:PropertyPattern | 1238 | ptrn:PropertyPattern |
| 1194 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1239 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1195 | rdfs:label "Property Template Signature Pattern"^^xsd:string ; | 1240 | rdfs:label "Property Template Signature Pattern"^^xsd:string ; |
| 1196 | - rdfs:subClassOf owl:Thing . | 1241 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 1197 | 1242 | ||
| 1198 | ptrn:PropertySignatureForClass | 1243 | ptrn:PropertySignatureForClass |
| 1199 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1244 | + rdf:type owl:Class , ptrn:PropertyPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1200 | rdfs:label "Property Template Signature for Class"^^xsd:string ; | 1245 | rdfs:label "Property Template Signature for Class"^^xsd:string ; |
| 1201 | - rdfs:subClassOf ptrn:PropertyPattern , <http://posccaesar.org/rdl/RDS10019392227> ; | 1246 | + rdfs:subClassOf ptrn:TemplateSignature , <http://posccaesar.org/rdl/RDS10019392227> ; |
| 1202 | rdfs:subClassOf | 1247 | rdfs:subClassOf |
| 1203 | [ rdf:type owl:Class ; | 1248 | [ rdf:type owl:Class ; |
| 1204 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1249 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1205 | owl:allValuesFrom owl:Class ; | 1250 | owl:allValuesFrom owl:Class ; |
| 1206 | - owl:onProperty ptrn:hasUnitOfMeasure | 1251 | + owl:onProperty ptrn:hasClassOfProperty |
| 1207 | ] [ rdf:type owl:Restriction ; | 1252 | ] [ rdf:type owl:Restriction ; |
| 1208 | owl:onClass owl:Class ; | 1253 | owl:onClass owl:Class ; |
| 1209 | - owl:onProperty ptrn:hasUnitOfMeasure ; | 1254 | + owl:onProperty ptrn:hasClassOfProperty ; |
| 1210 | owl:qualifiedCardinality | 1255 | owl:qualifiedCardinality |
| 1211 | "1"^^xsd:nonNegativeInteger | 1256 | "1"^^xsd:nonNegativeInteger |
| 1212 | ]) | 1257 | ]) |
| ... | @@ -1215,10 +1260,10 @@ ptrn:PropertySignatureForClass | ... | @@ -1215,10 +1260,10 @@ ptrn:PropertySignatureForClass |
| 1215 | [ rdf:type owl:Class ; | 1260 | [ rdf:type owl:Class ; |
| 1216 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1261 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1217 | owl:allValuesFrom owl:Class ; | 1262 | owl:allValuesFrom owl:Class ; |
| 1218 | - owl:onProperty ptrn:hasClassOfPossessor | 1263 | + owl:onProperty ptrn:hasUnitOfMeasure |
| 1219 | ] [ rdf:type owl:Restriction ; | 1264 | ] [ rdf:type owl:Restriction ; |
| 1220 | owl:onClass owl:Class ; | 1265 | owl:onClass owl:Class ; |
| 1221 | - owl:onProperty ptrn:hasClassOfPossessor ; | 1266 | + owl:onProperty ptrn:hasUnitOfMeasure ; |
| 1222 | owl:qualifiedCardinality | 1267 | owl:qualifiedCardinality |
| 1223 | "1"^^xsd:nonNegativeInteger | 1268 | "1"^^xsd:nonNegativeInteger |
| 1224 | ]) | 1269 | ]) |
| ... | @@ -1227,19 +1272,19 @@ ptrn:PropertySignatureForClass | ... | @@ -1227,19 +1272,19 @@ ptrn:PropertySignatureForClass |
| 1227 | [ rdf:type owl:Class ; | 1272 | [ rdf:type owl:Class ; |
| 1228 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1273 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1229 | owl:allValuesFrom owl:Class ; | 1274 | owl:allValuesFrom owl:Class ; |
| 1230 | - owl:onProperty ptrn:hasClassOfProperty | 1275 | + owl:onProperty ptrn:hasClassOfPossessor |
| 1231 | ] [ rdf:type owl:Restriction ; | 1276 | ] [ rdf:type owl:Restriction ; |
| 1232 | owl:onClass owl:Class ; | 1277 | owl:onClass owl:Class ; |
| 1233 | - owl:onProperty ptrn:hasClassOfProperty ; | 1278 | + owl:onProperty ptrn:hasClassOfPossessor ; |
| 1234 | owl:qualifiedCardinality | 1279 | owl:qualifiedCardinality |
| 1235 | "1"^^xsd:nonNegativeInteger | 1280 | "1"^^xsd:nonNegativeInteger |
| 1236 | ]) | 1281 | ]) |
| 1237 | ] . | 1282 | ] . |
| 1238 | 1283 | ||
| 1239 | ptrn:PropertySignatureForIndividual | 1284 | ptrn:PropertySignatureForIndividual |
| 1240 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1285 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:PropertyPattern ; |
| 1241 | rdfs:label "Property Template Signature for Individual"^^xsd:string ; | 1286 | rdfs:label "Property Template Signature for Individual"^^xsd:string ; |
| 1242 | - rdfs:subClassOf ptrn:PropertyPattern , <http://posccaesar.org/rdl/RDS10019392654> ; | 1287 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392654> , ptrn:TemplateSignature ; |
| 1243 | rdfs:subClassOf | 1288 | rdfs:subClassOf |
| 1244 | [ rdf:type owl:Class ; | 1289 | [ rdf:type owl:Class ; |
| 1245 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1290 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1278,7 +1323,7 @@ ptrn:PropertySignatureForIndividual | ... | @@ -1278,7 +1323,7 @@ ptrn:PropertySignatureForIndividual |
| 1278 | ] . | 1323 | ] . |
| 1279 | 1324 | ||
| 1280 | ptrn:PropertyTemplateInstanceForClass | 1325 | ptrn:PropertyTemplateInstanceForClass |
| 1281 | - rdf:type ptrn:PropertySignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1326 | + rdf:type ptrn:PropertySignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1282 | rdfs:label "Property template instance for class"^^xsd:string ; | 1327 | rdfs:label "Property template instance for class"^^xsd:string ; |
| 1283 | ptrn:hasClassOfPossessor | 1328 | ptrn:hasClassOfPossessor |
| 1284 | ptrn:HotWellPump ; | 1329 | ptrn:HotWellPump ; |
| ... | @@ -1290,7 +1335,7 @@ ptrn:PropertyTemplateInstanceForClass | ... | @@ -1290,7 +1335,7 @@ ptrn:PropertyTemplateInstanceForClass |
| 1290 | ptrn:Bar . | 1335 | ptrn:Bar . |
| 1291 | 1336 | ||
| 1292 | ptrn:PropertyTemplateInstanceForIndividual | 1337 | ptrn:PropertyTemplateInstanceForIndividual |
| 1293 | - rdf:type ptrn:PropertySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1338 | + rdf:type ptrn:PropertySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1294 | rdfs:label "Property template instance for individual"^^xsd:string ; | 1339 | rdfs:label "Property template instance for individual"^^xsd:string ; |
| 1295 | ptrn:hasIndividualOfPossessor | 1340 | ptrn:hasIndividualOfPossessor |
| 1296 | ptrn:Pump_P-101 ; | 1341 | ptrn:Pump_P-101 ; |
| ... | @@ -1354,25 +1399,30 @@ ptrn:RealizationLevelClass | ... | @@ -1354,25 +1399,30 @@ ptrn:RealizationLevelClass |
| 1354 | ptrn:RegistrationPattern | 1399 | ptrn:RegistrationPattern |
| 1355 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1400 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1356 | rdfs:label "Registration Template Signature Pattern"^^xsd:string ; | 1401 | rdfs:label "Registration Template Signature Pattern"^^xsd:string ; |
| 1357 | - rdfs:subClassOf owl:Thing . | 1402 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 1358 | 1403 | ||
| 1359 | ptrn:RegistrationSignatureForClass | 1404 | ptrn:RegistrationSignatureForClass |
| 1360 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1405 | + rdf:type owl:Class , ptrn:RegistrationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1361 | rdfs:label "Registration Template Signature for Class"^^xsd:string ; | 1406 | rdfs:label "Registration Template Signature for Class"^^xsd:string ; |
| 1362 | - rdfs:subClassOf ptrn:RegistrationPattern ; | 1407 | + rdfs:subClassOf ptrn:TemplateSignature ; |
| 1363 | rdfs:subClassOf | 1408 | rdfs:subClassOf |
| 1364 | [ rdf:type owl:Class ; | 1409 | [ rdf:type owl:Class ; |
| 1365 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1410 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1366 | - owl:allValuesFrom ptrn:RealizationLevelClass ; | 1411 | + owl:allValuesFrom owl:Class ; |
| 1367 | - owl:onProperty ptrn:hasRealizationLevel | 1412 | + owl:onProperty ptrn:hasEntityType |
| 1368 | ] [ rdf:type owl:Restriction ; | 1413 | ] [ rdf:type owl:Restriction ; |
| 1369 | - owl:onClass ptrn:RealizationLevelClass ; | 1414 | + owl:onClass owl:Class ; |
| 1370 | - owl:onProperty ptrn:hasRealizationLevel ; | 1415 | + owl:onProperty ptrn:hasEntityType ; |
| 1371 | owl:qualifiedCardinality | 1416 | owl:qualifiedCardinality |
| 1372 | "1"^^xsd:nonNegativeInteger | 1417 | "1"^^xsd:nonNegativeInteger |
| 1373 | ]) | 1418 | ]) |
| 1374 | ] ; | 1419 | ] ; |
| 1375 | rdfs:subClassOf | 1420 | rdfs:subClassOf |
| 1421 | + [ rdf:type owl:Restriction ; | ||
| 1422 | + owl:allValuesFrom xsd:string ; | ||
| 1423 | + owl:onProperty ptrn:hasDesignation | ||
| 1424 | + ] ; | ||
| 1425 | + rdfs:subClassOf | ||
| 1376 | [ rdf:type owl:Class ; | 1426 | [ rdf:type owl:Class ; |
| 1377 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1427 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1378 | owl:allValuesFrom ptrn:GenericTypeClass ; | 1428 | owl:allValuesFrom ptrn:GenericTypeClass ; |
| ... | @@ -1386,29 +1436,22 @@ ptrn:RegistrationSignatureForClass | ... | @@ -1386,29 +1436,22 @@ ptrn:RegistrationSignatureForClass |
| 1386 | ] ; | 1436 | ] ; |
| 1387 | rdfs:subClassOf | 1437 | rdfs:subClassOf |
| 1388 | [ rdf:type owl:Restriction ; | 1438 | [ rdf:type owl:Restriction ; |
| 1389 | - owl:allValuesFrom xsd:string ; | 1439 | + owl:allValuesFrom owl:Class ; |
| 1390 | - owl:onProperty ptrn:hasDesignation | 1440 | + owl:onProperty ptrn:hasSuperclass |
| 1391 | ] ; | 1441 | ] ; |
| 1392 | rdfs:subClassOf | 1442 | rdfs:subClassOf |
| 1393 | - [ rdf:type owl:Class ; | 1443 | + [ rdf:type owl:Restriction ; |
| 1394 | - owl:intersectionOf ([ rdf:type owl:Restriction ; | 1444 | + owl:allValuesFrom owl:Class ; |
| 1395 | - owl:allValuesFrom ptrn:LifecycleWholePartClass ; | 1445 | + owl:onProperty ptrn:hasClassifier |
| 1396 | - owl:onProperty ptrn:hasLifecycleWholePart | ||
| 1397 | - ] [ rdf:type owl:Restriction ; | ||
| 1398 | - owl:onClass ptrn:LifecycleWholePartClass ; | ||
| 1399 | - owl:onProperty ptrn:hasLifecycleWholePart ; | ||
| 1400 | - owl:qualifiedCardinality | ||
| 1401 | - "1"^^xsd:nonNegativeInteger | ||
| 1402 | - ]) | ||
| 1403 | ] ; | 1446 | ] ; |
| 1404 | rdfs:subClassOf | 1447 | rdfs:subClassOf |
| 1405 | [ rdf:type owl:Class ; | 1448 | [ rdf:type owl:Class ; |
| 1406 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1449 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1407 | - owl:allValuesFrom owl:Class ; | 1450 | + owl:allValuesFrom ptrn:RealizationLevelClass ; |
| 1408 | - owl:onProperty ptrn:hasEntityType | 1451 | + owl:onProperty ptrn:hasRealizationLevel |
| 1409 | ] [ rdf:type owl:Restriction ; | 1452 | ] [ rdf:type owl:Restriction ; |
| 1410 | - owl:onClass owl:Class ; | 1453 | + owl:onClass ptrn:RealizationLevelClass ; |
| 1411 | - owl:onProperty ptrn:hasEntityType ; | 1454 | + owl:onProperty ptrn:hasRealizationLevel ; |
| 1412 | owl:qualifiedCardinality | 1455 | owl:qualifiedCardinality |
| 1413 | "1"^^xsd:nonNegativeInteger | 1456 | "1"^^xsd:nonNegativeInteger |
| 1414 | ]) | 1457 | ]) |
| ... | @@ -1424,24 +1467,26 @@ ptrn:RegistrationSignatureForClass | ... | @@ -1424,24 +1467,26 @@ ptrn:RegistrationSignatureForClass |
| 1424 | owl:onProperty ptrn:hasIdentifier | 1467 | owl:onProperty ptrn:hasIdentifier |
| 1425 | ] ; | 1468 | ] ; |
| 1426 | rdfs:subClassOf | 1469 | rdfs:subClassOf |
| 1427 | - [ rdf:type owl:Restriction ; | 1470 | + [ rdf:type owl:Class ; |
| 1428 | - owl:allValuesFrom owl:Class ; | 1471 | + owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1429 | - owl:onProperty ptrn:hasClassifier | 1472 | + owl:allValuesFrom ptrn:LifecycleWholePartClass ; |
| 1430 | - ] ; | 1473 | + owl:onProperty ptrn:hasLifecycleWholePart |
| 1431 | - rdfs:subClassOf | 1474 | + ] [ rdf:type owl:Restriction ; |
| 1432 | - [ rdf:type owl:Restriction ; | 1475 | + owl:onClass ptrn:LifecycleWholePartClass ; |
| 1433 | - owl:allValuesFrom owl:Class ; | 1476 | + owl:onProperty ptrn:hasLifecycleWholePart ; |
| 1434 | - owl:onProperty ptrn:hasSuperclass | 1477 | + owl:qualifiedCardinality |
| 1478 | + "1"^^xsd:nonNegativeInteger | ||
| 1479 | + ]) | ||
| 1435 | ] . | 1480 | ] . |
| 1436 | 1481 | ||
| 1437 | ptrn:RegistrationSignatureForIndividual | 1482 | ptrn:RegistrationSignatureForIndividual |
| 1438 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1483 | + rdf:type owl:Class , ptrn:RegistrationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1439 | rdfs:label "Registration Template Signature for Individual"^^xsd:string ; | 1484 | rdfs:label "Registration Template Signature for Individual"^^xsd:string ; |
| 1440 | - rdfs:subClassOf ptrn:RegistrationPattern ; | 1485 | + rdfs:subClassOf ptrn:TemplateSignature ; |
| 1441 | rdfs:subClassOf | 1486 | rdfs:subClassOf |
| 1442 | [ rdf:type owl:Restriction ; | 1487 | [ rdf:type owl:Restriction ; |
| 1443 | - owl:onProperty ptrn:hasClassifier ; | 1488 | + owl:allValuesFrom owl:Class ; |
| 1444 | - owl:someValuesFrom owl:Class | 1489 | + owl:onProperty ptrn:hasEntityType |
| 1445 | ] ; | 1490 | ] ; |
| 1446 | rdfs:subClassOf | 1491 | rdfs:subClassOf |
| 1447 | [ rdf:type owl:Restriction ; | 1492 | [ rdf:type owl:Restriction ; |
| ... | @@ -1450,22 +1495,22 @@ ptrn:RegistrationSignatureForIndividual | ... | @@ -1450,22 +1495,22 @@ ptrn:RegistrationSignatureForIndividual |
| 1450 | ] ; | 1495 | ] ; |
| 1451 | rdfs:subClassOf | 1496 | rdfs:subClassOf |
| 1452 | [ rdf:type owl:Restriction ; | 1497 | [ rdf:type owl:Restriction ; |
| 1453 | - owl:allValuesFrom xsd:string ; | 1498 | + owl:allValuesFrom owl:Thing ; |
| 1454 | - owl:onProperty ptrn:hasLocalIdentifier | 1499 | + owl:onProperty ptrn:hasIdentifier |
| 1455 | ] ; | 1500 | ] ; |
| 1456 | rdfs:subClassOf | 1501 | rdfs:subClassOf |
| 1457 | [ rdf:type owl:Restriction ; | 1502 | [ rdf:type owl:Restriction ; |
| 1458 | - owl:allValuesFrom owl:Class ; | 1503 | + owl:onProperty ptrn:hasClassifier ; |
| 1459 | - owl:onProperty ptrn:hasEntityType | 1504 | + owl:someValuesFrom owl:Class |
| 1460 | ] ; | 1505 | ] ; |
| 1461 | rdfs:subClassOf | 1506 | rdfs:subClassOf |
| 1462 | [ rdf:type owl:Restriction ; | 1507 | [ rdf:type owl:Restriction ; |
| 1463 | - owl:allValuesFrom owl:Thing ; | 1508 | + owl:allValuesFrom xsd:string ; |
| 1464 | - owl:onProperty ptrn:hasIdentifier | 1509 | + owl:onProperty ptrn:hasLocalIdentifier |
| 1465 | ] . | 1510 | ] . |
| 1466 | 1511 | ||
| 1467 | ptrn:RegistrationTemplateInstanceForClass | 1512 | ptrn:RegistrationTemplateInstanceForClass |
| 1468 | - rdf:type ptrn:RegistrationSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1513 | + rdf:type ptrn:TemplateInstance , ptrn:RegistrationSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; |
| 1469 | rdfs:label "Registration template instance for class"^^xsd:string ; | 1514 | rdfs:label "Registration template instance for class"^^xsd:string ; |
| 1470 | ptrn:hasClassifier <http://posccaesar.org/rdl/RDS245789> ; | 1515 | ptrn:hasClassifier <http://posccaesar.org/rdl/RDS245789> ; |
| 1471 | ptrn:hasDesignation "HaywardSuperPumpImpeller"^^xsd:string ; | 1516 | ptrn:hasDesignation "HaywardSuperPumpImpeller"^^xsd:string ; |
| ... | @@ -1480,7 +1525,7 @@ ptrn:RegistrationTemplateInstanceForClass | ... | @@ -1480,7 +1525,7 @@ ptrn:RegistrationTemplateInstanceForClass |
| 1480 | ptrn:hasSuperclass <http://posccaesar.org/rdl/RDS816299> . | 1525 | ptrn:hasSuperclass <http://posccaesar.org/rdl/RDS816299> . |
| 1481 | 1526 | ||
| 1482 | ptrn:RegistrationTemplateInstanceForIndividual | 1527 | ptrn:RegistrationTemplateInstanceForIndividual |
| 1483 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RegistrationSignatureForIndividual ; | 1528 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RegistrationSignatureForIndividual , ptrn:TemplateInstance ; |
| 1484 | rdfs:label "Registration template instance for individual"^^xsd:string ; | 1529 | rdfs:label "Registration template instance for individual"^^xsd:string ; |
| 1485 | ptrn:hasClassifier <http://posccaesar.org/rdl/RDS194574980> ; | 1530 | ptrn:hasClassifier <http://posccaesar.org/rdl/RDS194574980> ; |
| 1486 | ptrn:hasDesignation "MySunDrivenPump"^^xsd:string ; | 1531 | ptrn:hasDesignation "MySunDrivenPump"^^xsd:string ; |
| ... | @@ -1491,12 +1536,12 @@ ptrn:RegistrationTemplateInstanceForIndividual | ... | @@ -1491,12 +1536,12 @@ ptrn:RegistrationTemplateInstanceForIndividual |
| 1491 | ptrn:RepresentationPattern | 1536 | ptrn:RepresentationPattern |
| 1492 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1537 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1493 | rdfs:label "Representation Template Signature Pattern"^^xsd:string ; | 1538 | rdfs:label "Representation Template Signature Pattern"^^xsd:string ; |
| 1494 | - rdfs:subClassOf owl:Thing . | 1539 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 1495 | 1540 | ||
| 1496 | ptrn:RepresentationSignatureForClassOfClass | 1541 | ptrn:RepresentationSignatureForClassOfClass |
| 1497 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1542 | + rdf:type ptrn:RepresentationPattern , owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1498 | rdfs:label "Representation Template Signature for Class of Class"^^xsd:string ; | 1543 | rdfs:label "Representation Template Signature for Class of Class"^^xsd:string ; |
| 1499 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193921195> , ptrn:RepresentationPattern ; | 1544 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193921195> , ptrn:TemplateSignature ; |
| 1500 | rdfs:subClassOf | 1545 | rdfs:subClassOf |
| 1501 | [ rdf:type owl:Class ; | 1546 | [ rdf:type owl:Class ; |
| 1502 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1547 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1523,9 +1568,9 @@ ptrn:RepresentationSignatureForClassOfClass | ... | @@ -1523,9 +1568,9 @@ ptrn:RepresentationSignatureForClassOfClass |
| 1523 | ] . | 1568 | ] . |
| 1524 | 1569 | ||
| 1525 | ptrn:RepresentationSignatureForClassOfIndividual | 1570 | ptrn:RepresentationSignatureForClassOfIndividual |
| 1526 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1571 | + rdf:type ptrn:RepresentationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 1527 | rdfs:label "Representation Template Signature for Class of Individual"^^xsd:string ; | 1572 | rdfs:label "Representation Template Signature for Class of Individual"^^xsd:string ; |
| 1528 | - rdfs:subClassOf ptrn:RepresentationPattern , <http://posccaesar.org/rdl/RDS1001939269> ; | 1573 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1001939269> , ptrn:TemplateSignature ; |
| 1529 | rdfs:subClassOf | 1574 | rdfs:subClassOf |
| 1530 | [ rdf:type owl:Class ; | 1575 | [ rdf:type owl:Class ; |
| 1531 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1576 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1552,9 +1597,9 @@ ptrn:RepresentationSignatureForClassOfIndividual | ... | @@ -1552,9 +1597,9 @@ ptrn:RepresentationSignatureForClassOfIndividual |
| 1552 | ] . | 1597 | ] . |
| 1553 | 1598 | ||
| 1554 | ptrn:RepresentationSignatureForIndividual | 1599 | ptrn:RepresentationSignatureForIndividual |
| 1555 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1600 | + rdf:type ptrn:RepresentationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 1556 | rdfs:label "Representation Template Signature for Individual"^^xsd:string ; | 1601 | rdfs:label "Representation Template Signature for Individual"^^xsd:string ; |
| 1557 | - rdfs:subClassOf ptrn:RepresentationPattern , <http://posccaesar.org/rdl/RDS100193926159> ; | 1602 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193926159> , ptrn:TemplateSignature ; |
| 1558 | rdfs:subClassOf | 1603 | rdfs:subClassOf |
| 1559 | [ rdf:type owl:Class ; | 1604 | [ rdf:type owl:Class ; |
| 1560 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1605 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1581,7 +1626,7 @@ ptrn:RepresentationSignatureForIndividual | ... | @@ -1581,7 +1626,7 @@ ptrn:RepresentationSignatureForIndividual |
| 1581 | ] . | 1626 | ] . |
| 1582 | 1627 | ||
| 1583 | ptrn:RepresentationTemplateInstanceForClassOfClass | 1628 | ptrn:RepresentationTemplateInstanceForClassOfClass |
| 1584 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RepresentationSignatureForClassOfClass ; | 1629 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RepresentationSignatureForClassOfClass , ptrn:TemplateInstance ; |
| 1585 | rdfs:label "Representation template instance for class of class"^^xsd:string ; | 1630 | rdfs:label "Representation template instance for class of class"^^xsd:string ; |
| 1586 | ptrn:hasClassOfClassOfPattern | 1631 | ptrn:hasClassOfClassOfPattern |
| 1587 | ptrn:ISOTS15926-4InformationClass ; | 1632 | ptrn:ISOTS15926-4InformationClass ; |
| ... | @@ -1589,7 +1634,7 @@ ptrn:RepresentationTemplateInstanceForClassOfClass | ... | @@ -1589,7 +1634,7 @@ ptrn:RepresentationTemplateInstanceForClassOfClass |
| 1589 | ptrn:PumpClass . | 1634 | ptrn:PumpClass . |
| 1590 | 1635 | ||
| 1591 | ptrn:RepresentationTemplateInstanceForClassOfIndividual | 1636 | ptrn:RepresentationTemplateInstanceForClassOfIndividual |
| 1592 | - rdf:type ptrn:RepresentationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1637 | + rdf:type ptrn:RepresentationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1593 | rdfs:label "Representation template instance for class of individual"^^xsd:string ; | 1638 | rdfs:label "Representation template instance for class of individual"^^xsd:string ; |
| 1594 | ptrn:hasClassOfPattern | 1639 | ptrn:hasClassOfPattern |
| 1595 | ptrn:ProductData ; | 1640 | ptrn:ProductData ; |
| ... | @@ -1597,7 +1642,7 @@ ptrn:RepresentationTemplateInstanceForClassOfIndividual | ... | @@ -1597,7 +1642,7 @@ ptrn:RepresentationTemplateInstanceForClassOfIndividual |
| 1597 | ptrn:Pump . | 1642 | ptrn:Pump . |
| 1598 | 1643 | ||
| 1599 | ptrn:RepresentationTemplateInstanceForIndividual | 1644 | ptrn:RepresentationTemplateInstanceForIndividual |
| 1600 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RepresentationSignatureForIndividual ; | 1645 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RepresentationSignatureForIndividual , ptrn:TemplateInstance ; |
| 1601 | rdfs:label "Representation template instance for individual"^^xsd:string ; | 1646 | rdfs:label "Representation template instance for individual"^^xsd:string ; |
| 1602 | ptrn:hasIndividualOfPattern | 1647 | ptrn:hasIndividualOfPattern |
| 1603 | ptrn:ProductData_P101 ; | 1648 | ptrn:ProductData_P101 ; |
| ... | @@ -1622,12 +1667,12 @@ ptrn:SingleSuctionPumpImpeller1 | ... | @@ -1622,12 +1667,12 @@ ptrn:SingleSuctionPumpImpeller1 |
| 1622 | ptrn:SpecializationPattern | 1667 | ptrn:SpecializationPattern |
| 1623 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1668 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 1624 | rdfs:label "Specialization Template Signature Pattern"^^xsd:string ; | 1669 | rdfs:label "Specialization Template Signature Pattern"^^xsd:string ; |
| 1625 | - rdfs:subClassOf owl:Thing . | 1670 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 1626 | 1671 | ||
| 1627 | ptrn:SpecializationSignatureForClassOfClass | 1672 | ptrn:SpecializationSignatureForClassOfClass |
| 1628 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1673 | + rdf:type ptrn:SpecializationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 1629 | rdfs:label "Specialization Template Signature for Class of Class"^^xsd:string ; | 1674 | rdfs:label "Specialization Template Signature for Class of Class"^^xsd:string ; |
| 1630 | - rdfs:subClassOf ptrn:SpecializationPattern , <http://posccaesar.org/rdl/RDS100193922132> ; | 1675 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193922132> , ptrn:TemplateSignature ; |
| 1631 | rdfs:subClassOf | 1676 | rdfs:subClassOf |
| 1632 | [ rdf:type owl:Class ; | 1677 | [ rdf:type owl:Class ; |
| 1633 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1678 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1654,9 +1699,9 @@ ptrn:SpecializationSignatureForClassOfClass | ... | @@ -1654,9 +1699,9 @@ ptrn:SpecializationSignatureForClassOfClass |
| 1654 | ] . | 1699 | ] . |
| 1655 | 1700 | ||
| 1656 | ptrn:SpecializationSignatureForClassOfIndividual | 1701 | ptrn:SpecializationSignatureForClassOfIndividual |
| 1657 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1702 | + rdf:type ptrn:SpecializationPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 1658 | rdfs:label "Specialization Template Signature for Class of Individual"^^xsd:string ; | 1703 | rdfs:label "Specialization Template Signature for Class of Individual"^^xsd:string ; |
| 1659 | - rdfs:subClassOf ptrn:SpecializationPattern , <http://posccaesar.org/rdl/RDS100193927126> ; | 1704 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS100193927126> , ptrn:TemplateSignature ; |
| 1660 | rdfs:subClassOf | 1705 | rdfs:subClassOf |
| 1661 | [ rdf:type owl:Class ; | 1706 | [ rdf:type owl:Class ; |
| 1662 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1707 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1683,7 +1728,7 @@ ptrn:SpecializationSignatureForClassOfIndividual | ... | @@ -1683,7 +1728,7 @@ ptrn:SpecializationSignatureForClassOfIndividual |
| 1683 | ] . | 1728 | ] . |
| 1684 | 1729 | ||
| 1685 | ptrn:SpecializationTemplateInstanceForClassOfClass | 1730 | ptrn:SpecializationTemplateInstanceForClassOfClass |
| 1686 | - rdf:type ptrn:SpecializationSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1731 | + rdf:type ptrn:SpecializationSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1687 | rdfs:label "Specialization template instance for class of class"^^xsd:string ; | 1732 | rdfs:label "Specialization template instance for class of class"^^xsd:string ; |
| 1688 | ptrn:hasClassOfClassOfSubclass | 1733 | ptrn:hasClassOfClassOfSubclass |
| 1689 | ptrn:FrankMohnSubmersiblePumpClass ; | 1734 | ptrn:FrankMohnSubmersiblePumpClass ; |
| ... | @@ -1691,7 +1736,7 @@ ptrn:SpecializationTemplateInstanceForClassOfClass | ... | @@ -1691,7 +1736,7 @@ ptrn:SpecializationTemplateInstanceForClassOfClass |
| 1691 | ptrn:FrankMohnPumpClass . | 1736 | ptrn:FrankMohnPumpClass . |
| 1692 | 1737 | ||
| 1693 | ptrn:SpecializationTemplateInstanceForClassOfIndividual | 1738 | ptrn:SpecializationTemplateInstanceForClassOfIndividual |
| 1694 | - rdf:type ptrn:SpecializationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1739 | + rdf:type ptrn:SpecializationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1695 | rdfs:label "Specialization template instance for class of individual"^^xsd:string . | 1740 | rdfs:label "Specialization template instance for class of individual"^^xsd:string . |
| 1696 | 1741 | ||
| 1697 | ptrn:StandardPump | 1742 | ptrn:StandardPump |
| ... | @@ -1712,20 +1757,20 @@ ptrn:StandardPumpClass | ... | @@ -1712,20 +1757,20 @@ ptrn:StandardPumpClass |
| 1712 | ptrn:StatusApprovalPattern | 1757 | ptrn:StatusApprovalPattern |
| 1713 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1758 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1714 | rdfs:label "Status Approval Template Signature Pattern"^^xsd:string ; | 1759 | rdfs:label "Status Approval Template Signature Pattern"^^xsd:string ; |
| 1715 | - rdfs:subClassOf owl:Thing . | 1760 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 1716 | 1761 | ||
| 1717 | ptrn:StatusApprovalSignatureForClass | 1762 | ptrn:StatusApprovalSignatureForClass |
| 1718 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1763 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:StatusApprovalPattern , owl:Class ; |
| 1719 | rdfs:label "Status Approval Template Signature for Class"^^xsd:string ; | 1764 | rdfs:label "Status Approval Template Signature for Class"^^xsd:string ; |
| 1720 | - rdfs:subClassOf ptrn:StatusApprovalPattern , <http://posccaesar.org/rdl/RDS10019391930> ; | 1765 | + rdfs:subClassOf ptrn:TemplateSignature , <http://posccaesar.org/rdl/RDS10019391930> ; |
| 1721 | rdfs:subClassOf | 1766 | rdfs:subClassOf |
| 1722 | [ rdf:type owl:Class ; | 1767 | [ rdf:type owl:Class ; |
| 1723 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1768 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1724 | owl:allValuesFrom owl:Class ; | 1769 | owl:allValuesFrom owl:Class ; |
| 1725 | - owl:onProperty ptrn:hasClassOfStatus | 1770 | + owl:onProperty ptrn:hasClassOfApproved |
| 1726 | ] [ rdf:type owl:Restriction ; | 1771 | ] [ rdf:type owl:Restriction ; |
| 1727 | owl:onClass owl:Class ; | 1772 | owl:onClass owl:Class ; |
| 1728 | - owl:onProperty ptrn:hasClassOfStatus ; | 1773 | + owl:onProperty ptrn:hasClassOfApproved ; |
| 1729 | owl:qualifiedCardinality | 1774 | owl:qualifiedCardinality |
| 1730 | "1"^^xsd:nonNegativeInteger | 1775 | "1"^^xsd:nonNegativeInteger |
| 1731 | ]) | 1776 | ]) |
| ... | @@ -1734,10 +1779,10 @@ ptrn:StatusApprovalSignatureForClass | ... | @@ -1734,10 +1779,10 @@ ptrn:StatusApprovalSignatureForClass |
| 1734 | [ rdf:type owl:Class ; | 1779 | [ rdf:type owl:Class ; |
| 1735 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1780 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1736 | owl:allValuesFrom owl:Class ; | 1781 | owl:allValuesFrom owl:Class ; |
| 1737 | - owl:onProperty ptrn:hasClassOfApproved | 1782 | + owl:onProperty ptrn:hasClassOfApprover |
| 1738 | ] [ rdf:type owl:Restriction ; | 1783 | ] [ rdf:type owl:Restriction ; |
| 1739 | owl:onClass owl:Class ; | 1784 | owl:onClass owl:Class ; |
| 1740 | - owl:onProperty ptrn:hasClassOfApproved ; | 1785 | + owl:onProperty ptrn:hasClassOfApprover ; |
| 1741 | owl:qualifiedCardinality | 1786 | owl:qualifiedCardinality |
| 1742 | "1"^^xsd:nonNegativeInteger | 1787 | "1"^^xsd:nonNegativeInteger |
| 1743 | ]) | 1788 | ]) |
| ... | @@ -1746,27 +1791,27 @@ ptrn:StatusApprovalSignatureForClass | ... | @@ -1746,27 +1791,27 @@ ptrn:StatusApprovalSignatureForClass |
| 1746 | [ rdf:type owl:Class ; | 1791 | [ rdf:type owl:Class ; |
| 1747 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1792 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1748 | owl:allValuesFrom owl:Class ; | 1793 | owl:allValuesFrom owl:Class ; |
| 1749 | - owl:onProperty ptrn:hasClassOfApprover | 1794 | + owl:onProperty ptrn:hasClassOfStatus |
| 1750 | ] [ rdf:type owl:Restriction ; | 1795 | ] [ rdf:type owl:Restriction ; |
| 1751 | owl:onClass owl:Class ; | 1796 | owl:onClass owl:Class ; |
| 1752 | - owl:onProperty ptrn:hasClassOfApprover ; | 1797 | + owl:onProperty ptrn:hasClassOfStatus ; |
| 1753 | owl:qualifiedCardinality | 1798 | owl:qualifiedCardinality |
| 1754 | "1"^^xsd:nonNegativeInteger | 1799 | "1"^^xsd:nonNegativeInteger |
| 1755 | ]) | 1800 | ]) |
| 1756 | ] . | 1801 | ] . |
| 1757 | 1802 | ||
| 1758 | ptrn:StatusApprovalSignatureForIndividual | 1803 | ptrn:StatusApprovalSignatureForIndividual |
| 1759 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1804 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:StatusApprovalPattern ; |
| 1760 | rdfs:label "Status Approval Template Signature for Individual"^^xsd:string ; | 1805 | rdfs:label "Status Approval Template Signature for Individual"^^xsd:string ; |
| 1761 | - rdfs:subClassOf ptrn:StatusApprovalPattern , <http://posccaesar.org/rdl/RDS1001939191> ; | 1806 | + rdfs:subClassOf ptrn:TemplateSignature , <http://posccaesar.org/rdl/RDS1001939191> ; |
| 1762 | rdfs:subClassOf | 1807 | rdfs:subClassOf |
| 1763 | [ rdf:type owl:Class ; | 1808 | [ rdf:type owl:Class ; |
| 1764 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1809 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1765 | owl:allValuesFrom owl:Thing ; | 1810 | owl:allValuesFrom owl:Thing ; |
| 1766 | - owl:onProperty ptrn:hasIndividualOfStatus | 1811 | + owl:onProperty ptrn:hasIndividualOfApproved |
| 1767 | ] [ rdf:type owl:Restriction ; | 1812 | ] [ rdf:type owl:Restriction ; |
| 1768 | owl:onClass owl:Thing ; | 1813 | owl:onClass owl:Thing ; |
| 1769 | - owl:onProperty ptrn:hasIndividualOfStatus ; | 1814 | + owl:onProperty ptrn:hasIndividualOfApproved ; |
| 1770 | owl:qualifiedCardinality | 1815 | owl:qualifiedCardinality |
| 1771 | "1"^^xsd:nonNegativeInteger | 1816 | "1"^^xsd:nonNegativeInteger |
| 1772 | ]) | 1817 | ]) |
| ... | @@ -1775,10 +1820,10 @@ ptrn:StatusApprovalSignatureForIndividual | ... | @@ -1775,10 +1820,10 @@ ptrn:StatusApprovalSignatureForIndividual |
| 1775 | [ rdf:type owl:Class ; | 1820 | [ rdf:type owl:Class ; |
| 1776 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1821 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1777 | owl:allValuesFrom owl:Thing ; | 1822 | owl:allValuesFrom owl:Thing ; |
| 1778 | - owl:onProperty ptrn:hasIndividualOfApproved | 1823 | + owl:onProperty ptrn:hasIndividualOfStatus |
| 1779 | ] [ rdf:type owl:Restriction ; | 1824 | ] [ rdf:type owl:Restriction ; |
| 1780 | owl:onClass owl:Thing ; | 1825 | owl:onClass owl:Thing ; |
| 1781 | - owl:onProperty ptrn:hasIndividualOfApproved ; | 1826 | + owl:onProperty ptrn:hasIndividualOfStatus ; |
| 1782 | owl:qualifiedCardinality | 1827 | owl:qualifiedCardinality |
| 1783 | "1"^^xsd:nonNegativeInteger | 1828 | "1"^^xsd:nonNegativeInteger |
| 1784 | ]) | 1829 | ]) |
| ... | @@ -1797,7 +1842,7 @@ ptrn:StatusApprovalSignatureForIndividual | ... | @@ -1797,7 +1842,7 @@ ptrn:StatusApprovalSignatureForIndividual |
| 1797 | ] . | 1842 | ] . |
| 1798 | 1843 | ||
| 1799 | ptrn:StatusApprovalTemplateInstanceForClass | 1844 | ptrn:StatusApprovalTemplateInstanceForClass |
| 1800 | - rdf:type ptrn:StatusApprovalSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1845 | + rdf:type ptrn:StatusApprovalSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1801 | rdfs:label "Status approval template instance for class"^^xsd:string ; | 1846 | rdfs:label "Status approval template instance for class"^^xsd:string ; |
| 1802 | ptrn:hasClassOfApproved | 1847 | ptrn:hasClassOfApproved |
| 1803 | ptrn:Employment ; | 1848 | ptrn:Employment ; |
| ... | @@ -1807,7 +1852,7 @@ ptrn:StatusApprovalTemplateInstanceForClass | ... | @@ -1807,7 +1852,7 @@ ptrn:StatusApprovalTemplateInstanceForClass |
| 1807 | ptrn:Employing . | 1852 | ptrn:Employing . |
| 1808 | 1853 | ||
| 1809 | ptrn:StatusApprovalTemplateInstanceForIndividual | 1854 | ptrn:StatusApprovalTemplateInstanceForIndividual |
| 1810 | - rdf:type ptrn:StatusApprovalSignatureForIndividual ; | 1855 | + rdf:type ptrn:StatusApprovalSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; |
| 1811 | rdfs:label "Status approval template instance for individual"^^xsd:string . | 1856 | rdfs:label "Status approval template instance for individual"^^xsd:string . |
| 1812 | 1857 | ||
| 1813 | ptrn:StraightLinearDistance | 1858 | ptrn:StraightLinearDistance |
| ... | @@ -1835,20 +1880,160 @@ ptrn:Tag | ... | @@ -1835,20 +1880,160 @@ ptrn:Tag |
| 1835 | rdfs:subClassOf ptrn:RealizationLevel ; | 1880 | rdfs:subClassOf ptrn:RealizationLevel ; |
| 1836 | owl:sameAs <http://posccaesar.org/rdl/RDS13599387> . | 1881 | owl:sameAs <http://posccaesar.org/rdl/RDS13599387> . |
| 1837 | 1882 | ||
| 1883 | +ptrn:TemplateInstance | ||
| 1884 | + rdf:type owl:Class ; | ||
| 1885 | + rdfs:label "Template instance"^^xsd:string ; | ||
| 1886 | + rdfs:subClassOf owl:Thing . | ||
| 1887 | + | ||
| 1888 | +ptrn:TemplatePattern | ||
| 1889 | + rdf:type owl:Class ; | ||
| 1890 | + rdfs:label "Template pattern"^^xsd:string ; | ||
| 1891 | + rdfs:subClassOf owl:Thing . | ||
| 1892 | + | ||
| 1893 | +ptrn:TemplateSignature | ||
| 1894 | + rdf:type owl:Class ; | ||
| 1895 | + rdfs:label "Template signature"^^xsd:string ; | ||
| 1896 | + rdfs:subClassOf owl:Thing . | ||
| 1897 | + | ||
| 1838 | ptrn:TemporalPart | 1898 | ptrn:TemporalPart |
| 1839 | rdf:type owl:Class , ptrn:LifecycleWholePartClass ; | 1899 | rdf:type owl:Class , ptrn:LifecycleWholePartClass ; |
| 1840 | rdfs:label "Temporal part"^^xsd:string ; | 1900 | rdfs:label "Temporal part"^^xsd:string ; |
| 1841 | rdfs:subClassOf ptrn:LifecycleWholePart . | 1901 | rdfs:subClassOf ptrn:LifecycleWholePart . |
| 1842 | 1902 | ||
| 1903 | +ptrn:TestIndividual | ||
| 1904 | + rdf:type ptrn:TestObject ; | ||
| 1905 | + rdfs:label "Test object 1"^^xsd:string . | ||
| 1906 | + | ||
| 1907 | +ptrn:TestInstanceForClass | ||
| 1908 | + rdf:type ptrn:TestSignatureForClass ; | ||
| 1909 | + rdfs:label "Test Instance2"^^xsd:string ; | ||
| 1910 | + ptrn:TestRole ptrn:TestObject . | ||
| 1911 | + | ||
| 1912 | +ptrn:TestInstanceForIndividual | ||
| 1913 | + rdf:type ptrn:TestSignatureForIndividual ; | ||
| 1914 | + rdfs:label "Test signature 1"^^xsd:string ; | ||
| 1915 | + rdfs:subClassOf | ||
| 1916 | + [ rdf:type owl:Class ; | ||
| 1917 | + owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 1918 | + owl:allValuesFrom ptrn:TestObject ; | ||
| 1919 | + owl:onProperty ptrn:TestRole | ||
| 1920 | + ] [ rdf:type owl:Restriction ; | ||
| 1921 | + owl:onClass ptrn:TestObject ; | ||
| 1922 | + owl:onProperty ptrn:TestRole ; | ||
| 1923 | + owl:qualifiedCardinality | ||
| 1924 | + "1"^^xsd:nonNegativeInteger | ||
| 1925 | + ]) | ||
| 1926 | + ] ; | ||
| 1927 | + ptrn:TestRole ptrn:TestIndividual . | ||
| 1928 | + | ||
| 1929 | +ptrn:TestInstanceForRelationship | ||
| 1930 | + rdf:type ptrn:TestSignatureForRelationship ; | ||
| 1931 | + rdfs:label "Test instance for relationship"^^xsd:string ; | ||
| 1932 | + ptrn:TestRole ptrn:TestIndividual . | ||
| 1933 | + | ||
| 1934 | +ptrn:TestObject | ||
| 1935 | + rdf:type ptrn:TestObjectClass , owl:Class ; | ||
| 1936 | + rdfs:label "Test object"^^xsd:string ; | ||
| 1937 | + rdfs:subClassOf owl:Thing . | ||
| 1938 | + | ||
| 1939 | +ptrn:TestObjectClass | ||
| 1940 | + rdf:type owl:Class ; | ||
| 1941 | + rdfs:label "Test object class"^^xsd:string ; | ||
| 1942 | + rdfs:subClassOf owl:Thing . | ||
| 1943 | + | ||
| 1944 | +ptrn:TestPattern | ||
| 1945 | + rdf:type owl:Class ; | ||
| 1946 | + rdfs:label "Test pattern"^^xsd:string ; | ||
| 1947 | + rdfs:subClassOf owl:Thing ; | ||
| 1948 | + rdfs:subClassOf | ||
| 1949 | + [ rdf:type owl:Class ; | ||
| 1950 | + owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 1951 | + owl:allValuesFrom ptrn:ISO15926-DataModel ; | ||
| 1952 | + owl:onProperty ptrn:TestRole | ||
| 1953 | + ] [ rdf:type owl:Restriction ; | ||
| 1954 | + owl:onClass ptrn:ISO15926-DataModel ; | ||
| 1955 | + owl:onProperty ptrn:TestRole ; | ||
| 1956 | + owl:qualifiedCardinality | ||
| 1957 | + "1"^^xsd:nonNegativeInteger | ||
| 1958 | + ]) | ||
| 1959 | + ] . | ||
| 1960 | + | ||
| 1961 | +ptrn:TestRelationship | ||
| 1962 | + rdf:type owl:ObjectProperty ; | ||
| 1963 | + rdfs:label "Test property"^^xsd:string . | ||
| 1964 | + | ||
| 1965 | +ptrn:TestRole | ||
| 1966 | + rdf:type owl:ObjectProperty ; | ||
| 1967 | + rdfs:label "Test role"^^xsd:string . | ||
| 1968 | + | ||
| 1969 | +ptrn:TestSignature | ||
| 1970 | + rdf:type owl:Class , ptrn:TestPattern ; | ||
| 1971 | + rdfs:label "Test signature"^^xsd:string ; | ||
| 1972 | + rdfs:subClassOf owl:Thing . | ||
| 1973 | + | ||
| 1974 | +ptrn:TestSignatureForClass | ||
| 1975 | + rdf:type ptrn:TestPattern , owl:Class ; | ||
| 1976 | + rdfs:label "Test signature2"^^xsd:string ; | ||
| 1977 | + rdfs:subClassOf ptrn:TestSignature ; | ||
| 1978 | + rdfs:subClassOf | ||
| 1979 | + [ rdf:type owl:Class ; | ||
| 1980 | + owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 1981 | + owl:allValuesFrom ptrn:TestObjectClass ; | ||
| 1982 | + owl:onProperty ptrn:TestRole | ||
| 1983 | + ] [ rdf:type owl:Restriction ; | ||
| 1984 | + owl:onClass ptrn:TestObjectClass ; | ||
| 1985 | + owl:onProperty ptrn:TestRole ; | ||
| 1986 | + owl:qualifiedCardinality | ||
| 1987 | + "1"^^xsd:nonNegativeInteger | ||
| 1988 | + ]) | ||
| 1989 | + ] ; | ||
| 1990 | + ptrn:TestRole ptrn:ISO15926-Class . | ||
| 1991 | + | ||
| 1992 | +ptrn:TestSignatureForIndividual | ||
| 1993 | + rdf:type ptrn:TestPattern , owl:Class ; | ||
| 1994 | + rdfs:label "Test signature"^^xsd:string ; | ||
| 1995 | + rdfs:subClassOf ptrn:TestSignature ; | ||
| 1996 | + rdfs:subClassOf | ||
| 1997 | + [ rdf:type owl:Class ; | ||
| 1998 | + owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 1999 | + owl:allValuesFrom ptrn:TestObject ; | ||
| 2000 | + owl:onProperty ptrn:TestRole | ||
| 2001 | + ] [ rdf:type owl:Restriction ; | ||
| 2002 | + owl:onClass ptrn:TestObject ; | ||
| 2003 | + owl:onProperty ptrn:TestRole ; | ||
| 2004 | + owl:qualifiedCardinality | ||
| 2005 | + "1"^^xsd:nonNegativeInteger | ||
| 2006 | + ]) | ||
| 2007 | + ] ; | ||
| 2008 | + ptrn:TestRole ptrn:ISO15926-Individual . | ||
| 2009 | + | ||
| 2010 | +ptrn:TestSignatureForRelationship | ||
| 2011 | + rdf:type owl:Class , ptrn:TestPattern ; | ||
| 2012 | + rdfs:label "Test signature for relationship"^^xsd:string ; | ||
| 2013 | + rdfs:subClassOf ptrn:TestSignature ; | ||
| 2014 | + rdfs:subClassOf | ||
| 2015 | + [ rdf:type owl:Class ; | ||
| 2016 | + owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 2017 | + owl:allValuesFrom ptrn:TestObject ; | ||
| 2018 | + owl:onProperty ptrn:TestRole | ||
| 2019 | + ] [ rdf:type owl:Restriction ; | ||
| 2020 | + owl:onClass ptrn:TestObject ; | ||
| 2021 | + owl:onProperty ptrn:TestRole ; | ||
| 2022 | + owl:qualifiedCardinality | ||
| 2023 | + "1"^^xsd:nonNegativeInteger | ||
| 2024 | + ]) | ||
| 2025 | + ] ; | ||
| 2026 | + ptrn:TestRole ptrn:ISO15926-Relationship , ptrn:TestRelationship . | ||
| 2027 | + | ||
| 1843 | ptrn:TimeAssignmentPattern | 2028 | ptrn:TimeAssignmentPattern |
| 1844 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 2029 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1845 | rdfs:label "Time Assignment Template Signature Pattern"^^xsd:string ; | 2030 | rdfs:label "Time Assignment Template Signature Pattern"^^xsd:string ; |
| 1846 | - rdfs:subClassOf owl:Thing . | 2031 | + rdfs:subClassOf ptrn:TemplatePattern . |
| 1847 | 2032 | ||
| 1848 | ptrn:TimeAssignmentSignatureForClass | 2033 | ptrn:TimeAssignmentSignatureForClass |
| 1849 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 2034 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:TimeAssignmentPattern ; |
| 1850 | rdfs:label "Time Assignment Template Signature for Class"^^xsd:string ; | 2035 | rdfs:label "Time Assignment Template Signature for Class"^^xsd:string ; |
| 1851 | - rdfs:subClassOf ptrn:TimeAssignmentPattern ; | 2036 | + rdfs:subClassOf ptrn:TemplateSignature ; |
| 1852 | rdfs:subClassOf | 2037 | rdfs:subClassOf |
| 1853 | [ rdf:type owl:Class ; | 2038 | [ rdf:type owl:Class ; |
| 1854 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2039 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| ... | @@ -1876,11 +2061,11 @@ ptrn:TimeAssignmentSignatureForClass | ... | @@ -1876,11 +2061,11 @@ ptrn:TimeAssignmentSignatureForClass |
| 1876 | rdfs:subClassOf | 2061 | rdfs:subClassOf |
| 1877 | [ rdf:type owl:Class ; | 2062 | [ rdf:type owl:Class ; |
| 1878 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2063 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1879 | - owl:allValuesFrom xsd:string ; | 2064 | + owl:allValuesFrom owl:Class ; |
| 1880 | - owl:onProperty ptrn:hasYear | 2065 | + owl:onProperty ptrn:hasClassOfTime |
| 1881 | ] [ rdf:type owl:Restriction ; | 2066 | ] [ rdf:type owl:Restriction ; |
| 1882 | - owl:onDataRange xsd:string ; | 2067 | + owl:onClass owl:Class ; |
| 1883 | - owl:onProperty ptrn:hasYear ; | 2068 | + owl:onProperty ptrn:hasClassOfTime ; |
| 1884 | owl:qualifiedCardinality | 2069 | owl:qualifiedCardinality |
| 1885 | "1"^^xsd:nonNegativeInteger | 2070 | "1"^^xsd:nonNegativeInteger |
| 1886 | ]) | 2071 | ]) |
| ... | @@ -1900,11 +2085,11 @@ ptrn:TimeAssignmentSignatureForClass | ... | @@ -1900,11 +2085,11 @@ ptrn:TimeAssignmentSignatureForClass |
| 1900 | rdfs:subClassOf | 2085 | rdfs:subClassOf |
| 1901 | [ rdf:type owl:Class ; | 2086 | [ rdf:type owl:Class ; |
| 1902 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2087 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1903 | - owl:allValuesFrom owl:Class ; | 2088 | + owl:allValuesFrom xsd:string ; |
| 1904 | - owl:onProperty ptrn:hasClassOfTime | 2089 | + owl:onProperty ptrn:hasYear |
| 1905 | ] [ rdf:type owl:Restriction ; | 2090 | ] [ rdf:type owl:Restriction ; |
| 1906 | - owl:onClass owl:Class ; | 2091 | + owl:onDataRange xsd:string ; |
| 1907 | - owl:onProperty ptrn:hasClassOfTime ; | 2092 | + owl:onProperty ptrn:hasYear ; |
| 1908 | owl:qualifiedCardinality | 2093 | owl:qualifiedCardinality |
| 1909 | "1"^^xsd:nonNegativeInteger | 2094 | "1"^^xsd:nonNegativeInteger |
| 1910 | ]) | 2095 | ]) |
| ... | @@ -1913,10 +2098,10 @@ ptrn:TimeAssignmentSignatureForClass | ... | @@ -1913,10 +2098,10 @@ ptrn:TimeAssignmentSignatureForClass |
| 1913 | [ rdf:type owl:Class ; | 2098 | [ rdf:type owl:Class ; |
| 1914 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2099 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1915 | owl:allValuesFrom xsd:string ; | 2100 | owl:allValuesFrom xsd:string ; |
| 1916 | - owl:onProperty ptrn:hasMinute | 2101 | + owl:onProperty ptrn:hasDay |
| 1917 | ] [ rdf:type owl:Restriction ; | 2102 | ] [ rdf:type owl:Restriction ; |
| 1918 | owl:onDataRange xsd:string ; | 2103 | owl:onDataRange xsd:string ; |
| 1919 | - owl:onProperty ptrn:hasMinute ; | 2104 | + owl:onProperty ptrn:hasDay ; |
| 1920 | owl:qualifiedCardinality | 2105 | owl:qualifiedCardinality |
| 1921 | "1"^^xsd:nonNegativeInteger | 2106 | "1"^^xsd:nonNegativeInteger |
| 1922 | ]) | 2107 | ]) |
| ... | @@ -1925,27 +2110,27 @@ ptrn:TimeAssignmentSignatureForClass | ... | @@ -1925,27 +2110,27 @@ ptrn:TimeAssignmentSignatureForClass |
| 1925 | [ rdf:type owl:Class ; | 2110 | [ rdf:type owl:Class ; |
| 1926 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2111 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1927 | owl:allValuesFrom xsd:string ; | 2112 | owl:allValuesFrom xsd:string ; |
| 1928 | - owl:onProperty ptrn:hasDay | 2113 | + owl:onProperty ptrn:hasMinute |
| 1929 | ] [ rdf:type owl:Restriction ; | 2114 | ] [ rdf:type owl:Restriction ; |
| 1930 | owl:onDataRange xsd:string ; | 2115 | owl:onDataRange xsd:string ; |
| 1931 | - owl:onProperty ptrn:hasDay ; | 2116 | + owl:onProperty ptrn:hasMinute ; |
| 1932 | owl:qualifiedCardinality | 2117 | owl:qualifiedCardinality |
| 1933 | "1"^^xsd:nonNegativeInteger | 2118 | "1"^^xsd:nonNegativeInteger |
| 1934 | ]) | 2119 | ]) |
| 1935 | ] . | 2120 | ] . |
| 1936 | 2121 | ||
| 1937 | ptrn:TimeAssignmentSignatureForIndividual | 2122 | ptrn:TimeAssignmentSignatureForIndividual |
| 1938 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 2123 | + rdf:type ptrn:TimeAssignmentPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 1939 | rdfs:label "Time Assignment Template Signature for Individual"^^xsd:string ; | 2124 | rdfs:label "Time Assignment Template Signature for Individual"^^xsd:string ; |
| 1940 | - rdfs:subClassOf ptrn:TimeAssignmentPattern ; | 2125 | + rdfs:subClassOf ptrn:TemplateSignature ; |
| 1941 | rdfs:subClassOf | 2126 | rdfs:subClassOf |
| 1942 | [ rdf:type owl:Class ; | 2127 | [ rdf:type owl:Class ; |
| 1943 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2128 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1944 | owl:allValuesFrom xsd:string ; | 2129 | owl:allValuesFrom xsd:string ; |
| 1945 | - owl:onProperty ptrn:hasMonth | 2130 | + owl:onProperty ptrn:hasDay |
| 1946 | ] [ rdf:type owl:Restriction ; | 2131 | ] [ rdf:type owl:Restriction ; |
| 1947 | owl:onDataRange xsd:string ; | 2132 | owl:onDataRange xsd:string ; |
| 1948 | - owl:onProperty ptrn:hasMonth ; | 2133 | + owl:onProperty ptrn:hasDay ; |
| 1949 | owl:qualifiedCardinality | 2134 | owl:qualifiedCardinality |
| 1950 | "1"^^xsd:nonNegativeInteger | 2135 | "1"^^xsd:nonNegativeInteger |
| 1951 | ]) | 2136 | ]) |
| ... | @@ -1954,10 +2139,10 @@ ptrn:TimeAssignmentSignatureForIndividual | ... | @@ -1954,10 +2139,10 @@ ptrn:TimeAssignmentSignatureForIndividual |
| 1954 | [ rdf:type owl:Class ; | 2139 | [ rdf:type owl:Class ; |
| 1955 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2140 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1956 | owl:allValuesFrom xsd:string ; | 2141 | owl:allValuesFrom xsd:string ; |
| 1957 | - owl:onProperty ptrn:hasYear | 2142 | + owl:onProperty ptrn:hasMinute |
| 1958 | ] [ rdf:type owl:Restriction ; | 2143 | ] [ rdf:type owl:Restriction ; |
| 1959 | owl:onDataRange xsd:string ; | 2144 | owl:onDataRange xsd:string ; |
| 1960 | - owl:onProperty ptrn:hasYear ; | 2145 | + owl:onProperty ptrn:hasMinute ; |
| 1961 | owl:qualifiedCardinality | 2146 | owl:qualifiedCardinality |
| 1962 | "1"^^xsd:nonNegativeInteger | 2147 | "1"^^xsd:nonNegativeInteger |
| 1963 | ]) | 2148 | ]) |
| ... | @@ -1978,10 +2163,10 @@ ptrn:TimeAssignmentSignatureForIndividual | ... | @@ -1978,10 +2163,10 @@ ptrn:TimeAssignmentSignatureForIndividual |
| 1978 | [ rdf:type owl:Class ; | 2163 | [ rdf:type owl:Class ; |
| 1979 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2164 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1980 | owl:allValuesFrom xsd:string ; | 2165 | owl:allValuesFrom xsd:string ; |
| 1981 | - owl:onProperty ptrn:hasDay | 2166 | + owl:onProperty ptrn:hasSecond |
| 1982 | ] [ rdf:type owl:Restriction ; | 2167 | ] [ rdf:type owl:Restriction ; |
| 1983 | owl:onDataRange xsd:string ; | 2168 | owl:onDataRange xsd:string ; |
| 1984 | - owl:onProperty ptrn:hasDay ; | 2169 | + owl:onProperty ptrn:hasSecond ; |
| 1985 | owl:qualifiedCardinality | 2170 | owl:qualifiedCardinality |
| 1986 | "1"^^xsd:nonNegativeInteger | 2171 | "1"^^xsd:nonNegativeInteger |
| 1987 | ]) | 2172 | ]) |
| ... | @@ -1990,10 +2175,10 @@ ptrn:TimeAssignmentSignatureForIndividual | ... | @@ -1990,10 +2175,10 @@ ptrn:TimeAssignmentSignatureForIndividual |
| 1990 | [ rdf:type owl:Class ; | 2175 | [ rdf:type owl:Class ; |
| 1991 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2176 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1992 | owl:allValuesFrom xsd:string ; | 2177 | owl:allValuesFrom xsd:string ; |
| 1993 | - owl:onProperty ptrn:hasMinute | 2178 | + owl:onProperty ptrn:hasYear |
| 1994 | ] [ rdf:type owl:Restriction ; | 2179 | ] [ rdf:type owl:Restriction ; |
| 1995 | owl:onDataRange xsd:string ; | 2180 | owl:onDataRange xsd:string ; |
| 1996 | - owl:onProperty ptrn:hasMinute ; | 2181 | + owl:onProperty ptrn:hasYear ; |
| 1997 | owl:qualifiedCardinality | 2182 | owl:qualifiedCardinality |
| 1998 | "1"^^xsd:nonNegativeInteger | 2183 | "1"^^xsd:nonNegativeInteger |
| 1999 | ]) | 2184 | ]) |
| ... | @@ -2002,10 +2187,10 @@ ptrn:TimeAssignmentSignatureForIndividual | ... | @@ -2002,10 +2187,10 @@ ptrn:TimeAssignmentSignatureForIndividual |
| 2002 | [ rdf:type owl:Class ; | 2187 | [ rdf:type owl:Class ; |
| 2003 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2188 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 2004 | owl:allValuesFrom xsd:string ; | 2189 | owl:allValuesFrom xsd:string ; |
| 2005 | - owl:onProperty ptrn:hasHour | 2190 | + owl:onProperty ptrn:hasMonth |
| 2006 | ] [ rdf:type owl:Restriction ; | 2191 | ] [ rdf:type owl:Restriction ; |
| 2007 | owl:onDataRange xsd:string ; | 2192 | owl:onDataRange xsd:string ; |
| 2008 | - owl:onProperty ptrn:hasHour ; | 2193 | + owl:onProperty ptrn:hasMonth ; |
| 2009 | owl:qualifiedCardinality | 2194 | owl:qualifiedCardinality |
| 2010 | "1"^^xsd:nonNegativeInteger | 2195 | "1"^^xsd:nonNegativeInteger |
| 2011 | ]) | 2196 | ]) |
| ... | @@ -2014,17 +2199,17 @@ ptrn:TimeAssignmentSignatureForIndividual | ... | @@ -2014,17 +2199,17 @@ ptrn:TimeAssignmentSignatureForIndividual |
| 2014 | [ rdf:type owl:Class ; | 2199 | [ rdf:type owl:Class ; |
| 2015 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 2200 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 2016 | owl:allValuesFrom xsd:string ; | 2201 | owl:allValuesFrom xsd:string ; |
| 2017 | - owl:onProperty ptrn:hasSecond | 2202 | + owl:onProperty ptrn:hasHour |
| 2018 | ] [ rdf:type owl:Restriction ; | 2203 | ] [ rdf:type owl:Restriction ; |
| 2019 | owl:onDataRange xsd:string ; | 2204 | owl:onDataRange xsd:string ; |
| 2020 | - owl:onProperty ptrn:hasSecond ; | 2205 | + owl:onProperty ptrn:hasHour ; |
| 2021 | owl:qualifiedCardinality | 2206 | owl:qualifiedCardinality |
| 2022 | "1"^^xsd:nonNegativeInteger | 2207 | "1"^^xsd:nonNegativeInteger |
| 2023 | ]) | 2208 | ]) |
| 2024 | ] . | 2209 | ] . |
| 2025 | 2210 | ||
| 2026 | ptrn:TimeAssignmentTemplateInstanceForClass | 2211 | ptrn:TimeAssignmentTemplateInstanceForClass |
| 2027 | - rdf:type ptrn:TimeAssignmentSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 2212 | + rdf:type ptrn:TimeAssignmentSignatureForClass , ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; |
| 2028 | rdfs:label "Time assignment template instance for class"^^xsd:string ; | 2213 | rdfs:label "Time assignment template instance for class"^^xsd:string ; |
| 2029 | ptrn:hasClassOfTime ptrn:TimeInstant ; | 2214 | ptrn:hasClassOfTime ptrn:TimeInstant ; |
| 2030 | ptrn:hasDay "30"^^xsd:string ; | 2215 | ptrn:hasDay "30"^^xsd:string ; |
| ... | @@ -2035,7 +2220,7 @@ ptrn:TimeAssignmentTemplateInstanceForClass | ... | @@ -2035,7 +2220,7 @@ ptrn:TimeAssignmentTemplateInstanceForClass |
| 2035 | ptrn:hasYear "2014"^^xsd:string . | 2220 | ptrn:hasYear "2014"^^xsd:string . |
| 2036 | 2221 | ||
| 2037 | ptrn:TimeAssignmentTemplateInstanceForIndividual | 2222 | ptrn:TimeAssignmentTemplateInstanceForIndividual |
| 2038 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TimeAssignmentSignatureForIndividual ; | 2223 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TimeAssignmentSignatureForIndividual ; |
| 2039 | rdfs:label "Time assignment template instance for individual"^^xsd:string ; | 2224 | rdfs:label "Time assignment template instance for individual"^^xsd:string ; |
| 2040 | ptrn:hasDay "25"^^xsd:string ; | 2225 | ptrn:hasDay "25"^^xsd:string ; |
| 2041 | ptrn:hasHour "12"^^xsd:string ; | 2226 | ptrn:hasHour "12"^^xsd:string ; |
| ... | @@ -2262,7 +2447,7 @@ ptrn:hasClassOfPart | ... | @@ -2262,7 +2447,7 @@ ptrn:hasClassOfPart |
| 2262 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; | 2447 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; |
| 2263 | rdfs:label "has class of part"^^xsd:string ; | 2448 | rdfs:label "has class of part"^^xsd:string ; |
| 2264 | rdfs:range owl:Class ; | 2449 | rdfs:range owl:Class ; |
| 2265 | - rdfs:subPropertyOf <http://posccaesar.org/rdl/RDS100193477163> , ptrn:hasPart . | 2450 | + rdfs:subPropertyOf ptrn:hasPart , <http://posccaesar.org/rdl/RDS100193477163> . |
| 2266 | 2451 | ||
| 2267 | ptrn:hasClassOfParticipant | 2452 | ptrn:hasClassOfParticipant |
| 2268 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; | 2453 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; |
| ... | @@ -2356,7 +2541,7 @@ ptrn:hasClassOfWhole | ... | @@ -2356,7 +2541,7 @@ ptrn:hasClassOfWhole |
| 2356 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; | 2541 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; |
| 2357 | rdfs:label "has class of whole"^^xsd:string ; | 2542 | rdfs:label "has class of whole"^^xsd:string ; |
| 2358 | rdfs:range owl:Class ; | 2543 | rdfs:range owl:Class ; |
| 2359 | - rdfs:subPropertyOf <http://posccaesar.org/rdl/RDS100193480148> , ptrn:hasWhole . | 2544 | + rdfs:subPropertyOf ptrn:hasWhole , <http://posccaesar.org/rdl/RDS100193480148> . |
| 2360 | 2545 | ||
| 2361 | ptrn:hasClassified | 2546 | ptrn:hasClassified |
| 2362 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; | 2547 | rdf:type owl:ObjectProperty , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> ; | ... | ... |
-
Please register or login to post a comment