Changed names of all Template Instances to reflect Content of parameters in Roles
Showing
1 changed file
with
301 additions
and
267 deletions
| ... | @@ -25,8 +25,8 @@ ptrn:Bar | ... | @@ -25,8 +25,8 @@ 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 | 28 | +ptrn:ClassificationOfPumpImpellerClassOfClass |
| 29 | - rdf:type ptrn:TemplateInstance , ptrn:ClassificationSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 29 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForClassOfClass , ptrn:TemplateInstance ; |
| 30 | rdfs:label "Classification of Pump Impeller Class of Class"^^xsd:string ; | 30 | rdfs:label "Classification of Pump Impeller Class of Class"^^xsd:string ; |
| 31 | ptrn:hasClassOfClassOfClassified | 31 | ptrn:hasClassOfClassOfClassified |
| 32 | ptrn:PumpImpellerClass ; | 32 | ptrn:PumpImpellerClass ; |
| ... | @@ -42,8 +42,8 @@ ptrn:ClassificationOfPumpImpellerClassOfIndividual | ... | @@ -42,8 +42,8 @@ ptrn:ClassificationOfPumpImpellerClassOfIndividual |
| 42 | ptrn:PumpImpellerTypeClass . | 42 | ptrn:PumpImpellerTypeClass . |
| 43 | 43 | ||
| 44 | ptrn:ClassificationOfPumpImpellerIndividual | 44 | ptrn:ClassificationOfPumpImpellerIndividual |
| 45 | - rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForIndividual ; | 45 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ClassificationSignatureForIndividual , ptrn:TemplateInstance ; |
| 46 | - rdfs:label "Classification tof Pump Impeller Individual"^^xsd:string ; | 46 | + rdfs:label "Classification of Pump Impeller Individual"^^xsd:string ; |
| 47 | ptrn:hasIndividualOfClassified | 47 | ptrn:hasIndividualOfClassified |
| 48 | ptrn:Impeller_ME03-983498 ; | 48 | ptrn:Impeller_ME03-983498 ; |
| 49 | ptrn:hasIndividualOfClassifier | 49 | ptrn:hasIndividualOfClassifier |
| ... | @@ -223,6 +223,34 @@ ptrn:Company | ... | @@ -223,6 +223,34 @@ ptrn:Company |
| 223 | rdfs:label "Company"^^xsd:string ; | 223 | rdfs:label "Company"^^xsd:string ; |
| 224 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS2216440288> , ptrn:OwnRDL . | 224 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS2216440288> , ptrn:OwnRDL . |
| 225 | 225 | ||
| 226 | +ptrn:Company_1 | ||
| 227 | + rdf:type ptrn:Company ; | ||
| 228 | + rdfs:label "Company 1"^^xsd:string . | ||
| 229 | + | ||
| 230 | +ptrn:CompositionOfPumpClassOfClass | ||
| 231 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:CompositionSignatureForClassOfClass ; | ||
| 232 | + rdfs:label "Composition of Pump Class of Class"^^xsd:string ; | ||
| 233 | + ptrn:hasClassOfClassOfPart | ||
| 234 | + ptrn:PumpImpellerClass ; | ||
| 235 | + ptrn:hasClassOfClassOfWhole | ||
| 236 | + ptrn:PumpClass . | ||
| 237 | + | ||
| 238 | +ptrn:CompositionOfPumpClassOfIndividual | ||
| 239 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:CompositionSignatureForClassOfIndividual ; | ||
| 240 | + rdfs:label "Composition of Pump Class of Individual"^^xsd:string ; | ||
| 241 | + ptrn:hasClassOfPart ptrn:PumpImpeller ; | ||
| 242 | + ptrn:hasClassOfWhole | ||
| 243 | + ptrn:Pump . | ||
| 244 | + | ||
| 245 | +ptrn:CompositionOfPumpIndividual | ||
| 246 | + rdf:type ptrn:TemplateInstance , <http://posccaesar.org/rdl/RDS364686479> , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:CompositionSignatureForIndividual ; | ||
| 247 | + rdfs:label "Composition of Pump Individual"^^xsd:string ; | ||
| 248 | + ptrn:hasIndividualOfPart | ||
| 249 | + ptrn:Impeller_ME03-983498 ; | ||
| 250 | + ptrn:hasIndividualOfWhole | ||
| 251 | + ptrn:Pump_P-101 ; | ||
| 252 | + owl:sameAs <http://posccaesar.org/rdl/RDS403808471> . | ||
| 253 | + | ||
| 226 | ptrn:CompositionPattern | 254 | ptrn:CompositionPattern |
| 227 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 255 | 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 ; | 256 | rdfs:label "Composition Template Signature Pattern "^^xsd:string ; |
| ... | @@ -315,29 +343,21 @@ ptrn:CompositionSignatureForIndividual | ... | @@ -315,29 +343,21 @@ ptrn:CompositionSignatureForIndividual |
| 315 | ]) | 343 | ]) |
| 316 | ] . | 344 | ] . |
| 317 | 345 | ||
| 318 | -ptrn:CompositionTemplateInstanceForClassOfClass | 346 | +ptrn:ConnectionOfPipeAndFangeClassOfIndividual |
| 319 | - rdf:type ptrn:CompositionSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | 347 | + rdf:type ptrn:TemplateInstance , ptrn:ConnectionSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; |
| 320 | - rdfs:label "Composition template for class of class 1"^^xsd:string ; | 348 | + rdfs:label "Connection of Pipe and Flange Class of Individual"^^xsd:string ; |
| 321 | - ptrn:hasClassOfClassOfPart | 349 | + ptrn:hasClassOfSide1 |
| 322 | - ptrn:PumpImpellerClass ; | 350 | + ptrn:Pipe ; |
| 323 | - ptrn:hasClassOfClassOfWhole | 351 | + ptrn:hasClassOfSide2 |
| 324 | - ptrn:PumpClass . | 352 | + ptrn:PipeFlange . |
| 325 | - | ||
| 326 | -ptrn:CompositionTemplateInstanceForClassOfIndividual | ||
| 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 ; | ||
| 329 | - ptrn:hasClassOfPart ptrn:PumpImpeller ; | ||
| 330 | - ptrn:hasClassOfWhole | ||
| 331 | - ptrn:Pump . | ||
| 332 | 353 | ||
| 333 | -ptrn:CompositionTemplateInstanceForIndividual | 354 | +ptrn:ConnectionOfPipeAndFlangeIndividual |
| 334 | - rdf:type ptrn:CompositionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , <http://posccaesar.org/rdl/RDS364686479> , ptrn:TemplateInstance ; | 355 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ConnectionSignatureForIndividual ; |
| 335 | - rdfs:label "Composition pattern individual 1"^^xsd:string ; | 356 | + rdfs:label "Connection of Pipe and lnge Individual"^^xsd:string ; |
| 336 | - ptrn:hasIndividualOfPart | 357 | + ptrn:hasIndividualOfSide1 |
| 337 | - ptrn:Impeller_ME03-983498 ; | 358 | + ptrn:Pipe1 ; |
| 338 | - ptrn:hasIndividualOfWhole | 359 | + ptrn:hasIndividualOfSide2 |
| 339 | - ptrn:Pump_P-101 ; | 360 | + ptrn:PipeFlange1 . |
| 340 | - owl:sameAs <http://posccaesar.org/rdl/RDS403808471> . | ||
| 341 | 361 | ||
| 342 | ptrn:ConnectionPattern | 362 | ptrn:ConnectionPattern |
| 343 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 363 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| ... | @@ -402,21 +422,21 @@ ptrn:ConnectionSignatureForIndividual | ... | @@ -402,21 +422,21 @@ ptrn:ConnectionSignatureForIndividual |
| 402 | ]) | 422 | ]) |
| 403 | ] . | 423 | ] . |
| 404 | 424 | ||
| 405 | -ptrn:ConnectionTemplateInstanceForClassOfIndividual | 425 | +ptrn:ContainmentOfFluidInImpellerInletClassOfIndividual |
| 406 | - rdf:type ptrn:ConnectionSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | 426 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ContainmentSignatureForClass ; |
| 407 | - rdfs:label "Connection template instance for class"^^xsd:string ; | 427 | + rdfs:label "Containment of Fluid in Impeller Inlet Class of Individual"^^xsd:string ; |
| 408 | - ptrn:hasClassOfSide1 | 428 | + ptrn:hasClassOfLocated |
| 409 | - ptrn:Pipe ; | 429 | + ptrn:InletFluidStream ; |
| 410 | - ptrn:hasClassOfSide2 | 430 | + ptrn:hasClassOfLocator |
| 411 | - ptrn:PipeFlange . | 431 | + ptrn:ImpellerSuctionInlet . |
| 412 | 432 | ||
| 413 | -ptrn:ConnectionTemplateInstanceForIndividual | 433 | +ptrn:ContainmentOfImpellerInletByPumpIndividual |
| 414 | - rdf:type ptrn:ConnectionSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | 434 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ContainmentSignatureForIndividual ; |
| 415 | - rdfs:label "Connection template instance for individual"^^xsd:string ; | 435 | + rdfs:label "Containment of Impeller by Pump Individual"^^xsd:string ; |
| 416 | - ptrn:hasIndividualOfSide1 | 436 | + ptrn:hasIndividualOfLocated |
| 417 | - ptrn:Pipe1 ; | 437 | + ptrn:Impeller_ME03-983498 ; |
| 418 | - ptrn:hasIndividualOfSide2 | 438 | + ptrn:hasIndividualOfLocator |
| 419 | - ptrn:PipeFlange1 . | 439 | + ptrn:Pump_P-101 . |
| 420 | 440 | ||
| 421 | ptrn:ContainmentPattern | 441 | ptrn:ContainmentPattern |
| 422 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 442 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| ... | @@ -481,28 +501,37 @@ ptrn:ContainmentSignatureForIndividual | ... | @@ -481,28 +501,37 @@ ptrn:ContainmentSignatureForIndividual |
| 481 | ]) | 501 | ]) |
| 482 | ] . | 502 | ] . |
| 483 | 503 | ||
| 484 | -ptrn:ContainmentTemplateInstanceForClass | ||
| 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 ; | ||
| 487 | - ptrn:hasClassOfLocated | ||
| 488 | - ptrn:InletFluidStream ; | ||
| 489 | - ptrn:hasClassOfLocator | ||
| 490 | - ptrn:ImpellerSuctionInlet . | ||
| 491 | - | ||
| 492 | -ptrn:ContainmentTemplateInstanceForIndividual | ||
| 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 ; | ||
| 495 | - ptrn:hasIndividualOfLocated | ||
| 496 | - ptrn:Impeller_ME03-983498 ; | ||
| 497 | - ptrn:hasIndividualOfLocator | ||
| 498 | - ptrn:Pump_P-101 . | ||
| 499 | - | ||
| 500 | ptrn:CoolingPump | 504 | ptrn:CoolingPump |
| 501 | rdf:type owl:Class , ptrn:StandardPumpClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 505 | rdf:type owl:Class , ptrn:StandardPumpClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 502 | rdfs:label "Cooling pump"^^xsd:string ; | 506 | rdfs:label "Cooling pump"^^xsd:string ; |
| 503 | rdfs:subClassOf ptrn:Pump ; | 507 | rdfs:subClassOf ptrn:Pump ; |
| 504 | owl:sameAs <http://posccaesar.org/rdl/RDS12957961> . | 508 | owl:sameAs <http://posccaesar.org/rdl/RDS12957961> . |
| 505 | 509 | ||
| 510 | +ptrn:DefinitionOfStandardPumpClassOfClass | ||
| 511 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:DefinitionSignatureForClassOfClass ; | ||
| 512 | + rdfs:label "Definition of Standard Pump Class of Class"^^xsd:string ; | ||
| 513 | + ptrn:hasClassOfClassOfDefined | ||
| 514 | + ptrn:StandardPumpClass ; | ||
| 515 | + ptrn:hasClassOfClassOfDefinition | ||
| 516 | + "A standard artefact class which is a class of pumps defined by a standardization body"^^xsd:string . | ||
| 517 | + | ||
| 518 | +ptrn:DefinitionOfStandardPumpClassOfIndividual | ||
| 519 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:DefinitionSignatureForClassOfIndividual ; | ||
| 520 | + rdfs:label "Definition of Standard Pump Class of Individual"^^xsd:string ; | ||
| 521 | + ptrn:hasClassOfDefined | ||
| 522 | + ptrn:StandardPump ; | ||
| 523 | + ptrn:hasClassOfDefinition | ||
| 524 | + """A pump which is declared to be a standard | ||
| 525 | +or is made according to a standard"""^^xsd:string . | ||
| 526 | + | ||
| 527 | +ptrn:DefinitionOfStandardPumpIndividual | ||
| 528 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:DefinitionSignatureForIndividual ; | ||
| 529 | + rdfs:label "Definition of Standard Pump Individual"^^xsd:string ; | ||
| 530 | + ptrn:hasIndividualOfDefined | ||
| 531 | + ptrn:StandardPump1 ; | ||
| 532 | + ptrn:hasIndividualOfDefinition | ||
| 533 | + "A Pump Individual"^^xsd:string . | ||
| 534 | + | ||
| 506 | ptrn:DefinitionPattern | 535 | ptrn:DefinitionPattern |
| 507 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 536 | 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 ; | 537 | rdfs:label "Designation Template Signature Pattern"^^xsd:string ; |
| ... | @@ -559,31 +588,6 @@ ptrn:DefinitionSignatureForIndividual | ... | @@ -559,31 +588,6 @@ ptrn:DefinitionSignatureForIndividual |
| 559 | ]) | 588 | ]) |
| 560 | ] . | 589 | ] . |
| 561 | 590 | ||
| 562 | -ptrn:DefinitionTemplateInstanceForClassOfClass | ||
| 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 ; | ||
| 565 | - ptrn:hasClassOfClassOfDefined | ||
| 566 | - ptrn:StandardPumpClass ; | ||
| 567 | - ptrn:hasClassOfClassOfDefinition | ||
| 568 | - "A standard artefact class which is a class of pumps defined by a standardization body"^^xsd:string . | ||
| 569 | - | ||
| 570 | -ptrn:DefinitionTemplateInstanceForClassOfIndividual | ||
| 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 ; | ||
| 573 | - ptrn:hasClassOfDefined | ||
| 574 | - ptrn:StandardPump ; | ||
| 575 | - ptrn:hasClassOfDefinition | ||
| 576 | - """A pump which is declared to be a standard | ||
| 577 | -or is made according to a standard"""^^xsd:string . | ||
| 578 | - | ||
| 579 | -ptrn:DefinitionTemplateInstanceForIndividual | ||
| 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 ; | ||
| 582 | - ptrn:hasIndividualOfDefined | ||
| 583 | - ptrn:Pump_P-101 ; | ||
| 584 | - ptrn:hasIndividualOfDefinition | ||
| 585 | - "A Pump Individual"^^xsd:string . | ||
| 586 | - | ||
| 587 | ptrn:Density | 591 | ptrn:Density |
| 588 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ; | 592 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ; |
| 589 | rdfs:label "Density"^^xsd:string ; | 593 | rdfs:label "Density"^^xsd:string ; |
| ... | @@ -594,11 +598,19 @@ ptrn:Employing | ... | @@ -594,11 +598,19 @@ ptrn:Employing |
| 594 | rdfs:label "Employing"^^xsd:string ; | 598 | rdfs:label "Employing"^^xsd:string ; |
| 595 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS9675422> , ptrn:OwnRDL . | 599 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS9675422> , ptrn:OwnRDL . |
| 596 | 600 | ||
| 601 | +ptrn:Employing_1 | ||
| 602 | + rdf:type ptrn:Employing ; | ||
| 603 | + rdfs:label "Employing 1"^^xsd:string . | ||
| 604 | + | ||
| 597 | ptrn:Employment | 605 | ptrn:Employment |
| 598 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationshipWithSignature> ; | 606 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationshipWithSignature> ; |
| 599 | rdfs:label "Employment"^^xsd:string ; | 607 | rdfs:label "Employment"^^xsd:string ; |
| 600 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS943613711> , ptrn:OwnRDL . | 608 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS943613711> , ptrn:OwnRDL . |
| 601 | 609 | ||
| 610 | +ptrn:Employment_1 | ||
| 611 | + rdf:type ptrn:Employment ; | ||
| 612 | + rdfs:label "Employment 1"^^xsd:string . | ||
| 613 | + | ||
| 602 | ptrn:Equipment | 614 | ptrn:Equipment |
| 603 | rdf:type owl:Class , ptrn:RealizationLevelClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 615 | rdf:type owl:Class , ptrn:RealizationLevelClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
| 604 | rdfs:label "Equipment"^^xsd:string ; | 616 | rdfs:label "Equipment"^^xsd:string ; |
| ... | @@ -696,33 +708,33 @@ ptrn:EventCausalitySignatureForIndividual | ... | @@ -696,33 +708,33 @@ ptrn:EventCausalitySignatureForIndividual |
| 696 | ]) | 708 | ]) |
| 697 | ] . | 709 | ] . |
| 698 | 710 | ||
| 699 | -ptrn:EventCausalityTemplateInstanceForClassOfBegun | 711 | +ptrn:EventCausalityWellboreDrillingClassOfBegun |
| 700 | - rdf:type ptrn:EventCausalitySignatureForClassOfBegun , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | 712 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:EventCausalitySignatureForClassOfBegun ; |
| 701 | - rdfs:label "Event causality template instance for class of begun"^^xsd:string ; | 713 | + rdfs:label "Event CausalityWellbore Drilling Class of Begun"^^xsd:string ; |
| 702 | ptrn:hasClassOfBegun | 714 | ptrn:hasClassOfBegun |
| 703 | ptrn:WellboreDrillingStart ; | 715 | ptrn:WellboreDrillingStart ; |
| 704 | ptrn:hasClassOfCauser | 716 | ptrn:hasClassOfCauser |
| 705 | ptrn:WellboreDrilling . | 717 | ptrn:WellboreDrilling . |
| 706 | 718 | ||
| 707 | -ptrn:EventCausalityTemplateInstanceForClassOfEnded | 719 | +ptrn:EventCausalityWellboreDrillingClassOfEnded |
| 708 | - rdf:type ptrn:EventCausalitySignatureForClassOfEnded , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | 720 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:EventCausalitySignatureForClassOfEnded ; |
| 709 | - rdfs:label "Event causality template instance for class of ended"^^xsd:string ; | 721 | + rdfs:label "Event Causality Wellbore Drilling Class of Ended"^^xsd:string ; |
| 710 | ptrn:hasClassOfCauser | 722 | ptrn:hasClassOfCauser |
| 711 | ptrn:WellboreDrillingEnd ; | 723 | ptrn:WellboreDrillingEnd ; |
| 712 | ptrn:hasClassOfEnded | 724 | ptrn:hasClassOfEnded |
| 713 | ptrn:WellboreDrilling . | 725 | ptrn:WellboreDrilling . |
| 714 | 726 | ||
| 715 | -ptrn:EventCausalityTemplateInstanceForIndividualOfBegun | 727 | +ptrn:EventCausalityWellboreDrillingIndividualOfBegun |
| 716 | - rdf:type ptrn:EventCausalitySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | 728 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:EventCausalitySignatureForIndividual ; |
| 717 | - rdfs:label "Event causality template instance for individual of begun"^^xsd:string ; | 729 | + rdfs:label "Event causality Welllbore Drilling Individual of Begun"^^xsd:string ; |
| 718 | ptrn:hasIndividualOfCaused | 730 | ptrn:hasIndividualOfCaused |
| 719 | ptrn:WelllboreDrillingStart1 ; | 731 | ptrn:WelllboreDrillingStart1 ; |
| 720 | ptrn:hasIndividualOfCauser | 732 | ptrn:hasIndividualOfCauser |
| 721 | ptrn:WellboreDrilling1 . | 733 | ptrn:WellboreDrilling1 . |
| 722 | 734 | ||
| 723 | -ptrn:EventCausalityTemplateInstanceForIndividualOfEnded | 735 | +ptrn:EventCausalityWellboreDrillingIndividualOfEnded |
| 724 | - rdf:type ptrn:EventCausalitySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | 736 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:EventCausalitySignatureForIndividual ; |
| 725 | - rdfs:label "Event causality template instance for individual of ended"^^xsd:string ; | 737 | + rdfs:label "Event Causality Wellbore Drilling Iindividual of ended"^^xsd:string ; |
| 726 | ptrn:hasIndividualOfCaused | 738 | ptrn:hasIndividualOfCaused |
| 727 | ptrn:WellboreDrillingEnd1 ; | 739 | ptrn:WellboreDrillingEnd1 ; |
| 728 | ptrn:hasIndividualOfCauser | 740 | ptrn:hasIndividualOfCauser |
| ... | @@ -752,6 +764,20 @@ ptrn:FrankMohnSubmersiblePumpClass | ... | @@ -752,6 +764,20 @@ ptrn:FrankMohnSubmersiblePumpClass |
| 752 | rdfs:label "Frank mohn submersible pump class"^^xsd:string ; | 764 | rdfs:label "Frank mohn submersible pump class"^^xsd:string ; |
| 753 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS252764> , ptrn:FrankMohnPumpClass . | 765 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS252764> , ptrn:FrankMohnPumpClass . |
| 754 | 766 | ||
| 767 | +ptrn:FunctionalMappingDensityToVelocityOfSoundForClass | ||
| 768 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:FunctionalMappingSignatureForClass ; | ||
| 769 | + rdfs:label "Functional Mapping Density to Velocity of Sound for Class"^^xsd:string ; | ||
| 770 | + ptrn:hasClassOfInput | ||
| 771 | + ptrn:Density ; | ||
| 772 | + ptrn:hasClassOfResult | ||
| 773 | + ptrn:VelocityOfSound . | ||
| 774 | + | ||
| 775 | +ptrn:FunctionalMappingOfGravitationalConstantToAccelerationOfGravityForIndividual | ||
| 776 | + rdf:type ptrn:FunctionalMappingSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 777 | + rdfs:label "Functional Mapping of Gravitational Constant to Acceleration of Gravity for Individual"^^xsd:string ; | ||
| 778 | + ptrn:hasInput ptrn:GravitationalConstant ; | ||
| 779 | + ptrn:hasResult ptrn:AccelerationOfGravity . | ||
| 780 | + | ||
| 755 | ptrn:FunctionalMappingPattern | 781 | ptrn:FunctionalMappingPattern |
| 756 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 782 | 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 ; | 783 | rdfs:label "Functional Mapping Template Signature Pattern"^^xsd:string ; |
| ... | @@ -815,20 +841,6 @@ ptrn:FunctionalMappingSignatureForIndividual | ... | @@ -815,20 +841,6 @@ ptrn:FunctionalMappingSignatureForIndividual |
| 815 | ]) | 841 | ]) |
| 816 | ] . | 842 | ] . |
| 817 | 843 | ||
| 818 | -ptrn:FunctionalMappingTemplateInstanceForClass | ||
| 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 ; | ||
| 821 | - ptrn:hasClassOfInput | ||
| 822 | - ptrn:Density ; | ||
| 823 | - ptrn:hasClassOfResult | ||
| 824 | - ptrn:VelocityOfSound . | ||
| 825 | - | ||
| 826 | -ptrn:FunctionalMappingTemplateInstanceForIndividual | ||
| 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 ; | ||
| 829 | - ptrn:hasInput ptrn:GravitationalConstant ; | ||
| 830 | - ptrn:hasResult ptrn:AccelerationOfGravity . | ||
| 831 | - | ||
| 832 | ptrn:GenericType | 844 | ptrn:GenericType |
| 833 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 845 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 834 | rdfs:label "Generic type"^^xsd:string ; | 846 | rdfs:label "Generic type"^^xsd:string ; |
| ... | @@ -914,6 +926,22 @@ ptrn:ISOTS15926-4InformationClass | ... | @@ -914,6 +926,22 @@ ptrn:ISOTS15926-4InformationClass |
| 914 | rdfs:label "ISO TS 15926-4 Information class"^^xsd:string ; | 926 | rdfs:label "ISO TS 15926-4 Information class"^^xsd:string ; |
| 915 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316259636> , ptrn:OwnRDL . | 927 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316259636> , ptrn:OwnRDL . |
| 916 | 928 | ||
| 929 | +ptrn:IdentificationOfPumpImpellerIndividual | ||
| 930 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:IdentificationSignatureForIndividual ; | ||
| 931 | + rdfs:label "Identification tof Pump Impeller Individual"^^xsd:string ; | ||
| 932 | + ptrn:hasIndividualOfIdentified | ||
| 933 | + ptrn:Impeller_ME03-983498 ; | ||
| 934 | + ptrn:hasIndividualOfIdentifier | ||
| 935 | + <http://posccaesar.org/rdl/RDS364686596> . | ||
| 936 | + | ||
| 937 | +ptrn:IdentificationOfSingleSuctionPumpImpellerClassOfIndividual | ||
| 938 | + rdf:type ptrn:IdentificationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 939 | + rdfs:label "Identification of Single Suction Pump Impeller Class of individual"^^xsd:string ; | ||
| 940 | + ptrn:hasClassOfIdentified | ||
| 941 | + ptrn:SingleSuctionPumpImpeller ; | ||
| 942 | + ptrn:hasClassOfIdentifier | ||
| 943 | + <http://posccaesar.org/rdl/RDS432494> . | ||
| 944 | + | ||
| 917 | ptrn:IdentificationPattern | 945 | ptrn:IdentificationPattern |
| 918 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 946 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 919 | rdfs:label "Identification Template Signature Pattern"^^xsd:string ; | 947 | rdfs:label "Identification Template Signature Pattern"^^xsd:string ; |
| ... | @@ -1014,22 +1042,6 @@ ptrn:IdentificationTemplateInstanceForClassOfClass | ... | @@ -1014,22 +1042,6 @@ ptrn:IdentificationTemplateInstanceForClassOfClass |
| 1014 | ptrn:hasClassOfClassOfIdentifier | 1042 | ptrn:hasClassOfClassOfIdentifier |
| 1015 | <http://posccaesar.org/rdl/RDS245789> . | 1043 | <http://posccaesar.org/rdl/RDS245789> . |
| 1016 | 1044 | ||
| 1017 | -ptrn:IdentificationTemplateInstanceForClassOfIndividual | ||
| 1018 | - rdf:type ptrn:IdentificationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1019 | - rdfs:label "Identification template instance for class of individual"^^xsd:string ; | ||
| 1020 | - ptrn:hasClassOfIdentified | ||
| 1021 | - ptrn:SingleSuctionPumpImpeller ; | ||
| 1022 | - ptrn:hasClassOfIdentifier | ||
| 1023 | - <http://posccaesar.org/rdl/RDS432494> . | ||
| 1024 | - | ||
| 1025 | -ptrn:IdentificationTemplateInstanceForIndividual | ||
| 1026 | - rdf:type ptrn:IdentificationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1027 | - rdfs:label "Identification template instance for individual"^^xsd:string ; | ||
| 1028 | - ptrn:hasIndividualOfIdentified | ||
| 1029 | - ptrn:Impeller_ME03-983498 ; | ||
| 1030 | - ptrn:hasIndividualOfIdentifier | ||
| 1031 | - <http://posccaesar.org/rdl/RDS364686596> . | ||
| 1032 | - | ||
| 1033 | ptrn:ImpellerSuctionInlet | 1045 | ptrn:ImpellerSuctionInlet |
| 1034 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:ImpellerSuctionInletClass ; | 1046 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:ImpellerSuctionInletClass ; |
| 1035 | rdfs:label "Impeller suction inlet"^^xsd:string ; | 1047 | rdfs:label "Impeller suction inlet"^^xsd:string ; |
| ... | @@ -1103,6 +1115,22 @@ ptrn:OwnRDL | ... | @@ -1103,6 +1115,22 @@ ptrn:OwnRDL |
| 1103 | rdfs:label "Template RDL"^^xsd:string ; | 1115 | rdfs:label "Template RDL"^^xsd:string ; |
| 1104 | rdfs:subClassOf owl:Thing . | 1116 | rdfs:subClassOf owl:Thing . |
| 1105 | 1117 | ||
| 1118 | +ptrn:ParticipationOfPurchaserInPurchasingIndividual | ||
| 1119 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ParticipationSignatureForIndividual , ptrn:TemplateInstance ; | ||
| 1120 | + rdfs:label "Participation of Purchaser in Purchasing Individual"^^xsd:string ; | ||
| 1121 | + ptrn:hasIndividualOfParticipant | ||
| 1122 | + ptrn:Purchaser_1 ; | ||
| 1123 | + ptrn:hasIndividualOfParticipation | ||
| 1124 | + ptrn:Purchasing_1 . | ||
| 1125 | + | ||
| 1126 | +ptrn:ParticipationOfPurchaser_InPurchasingClass | ||
| 1127 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:ParticipationSignatureForClass ; | ||
| 1128 | + rdfs:label "Participation of Purchaser in Purchasing Class"^^xsd:string ; | ||
| 1129 | + ptrn:hasClassOfParticipant | ||
| 1130 | + ptrn:Purchaser ; | ||
| 1131 | + ptrn:hasClassOfParticipation | ||
| 1132 | + ptrn:Purchasing . | ||
| 1133 | + | ||
| 1106 | ptrn:ParticipationPattern | 1134 | ptrn:ParticipationPattern |
| 1107 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1135 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1108 | rdfs:label "Participation Template Signature Pattern"^^xsd:string ; | 1136 | rdfs:label "Participation Template Signature Pattern"^^xsd:string ; |
| ... | @@ -1166,18 +1194,6 @@ ptrn:ParticipationSignatureForIndividual | ... | @@ -1166,18 +1194,6 @@ ptrn:ParticipationSignatureForIndividual |
| 1166 | ]) | 1194 | ]) |
| 1167 | ] . | 1195 | ] . |
| 1168 | 1196 | ||
| 1169 | -ptrn:ParticipationTemplateInstanceForClass | ||
| 1170 | - rdf:type ptrn:ParticipationSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1171 | - rdfs:label "Participation template instance for class"^^xsd:string ; | ||
| 1172 | - ptrn:hasClassOfParticipant | ||
| 1173 | - ptrn:Purchaser ; | ||
| 1174 | - ptrn:hasClassOfParticipation | ||
| 1175 | - ptrn:Purchasing . | ||
| 1176 | - | ||
| 1177 | -ptrn:ParticipationTemplateInstanceForIndividual | ||
| 1178 | - rdf:type ptrn:ParticipationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1179 | - rdfs:label "Participation template instance for individual"^^xsd:string . | ||
| 1180 | - | ||
| 1181 | ptrn:Person | 1197 | ptrn:Person |
| 1182 | rdf:type owl:Class , ptrn:GenericTypeClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 1198 | rdf:type owl:Class , ptrn:GenericTypeClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 1183 | rdfs:label "Person"^^xsd:string ; | 1199 | rdfs:label "Person"^^xsd:string ; |
| ... | @@ -1235,6 +1251,30 @@ ptrn:PropertyInstance | ... | @@ -1235,6 +1251,30 @@ ptrn:PropertyInstance |
| 1235 | rdfs:label "Property instance"^^xsd:string ; | 1251 | rdfs:label "Property instance"^^xsd:string ; |
| 1236 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS326563111> , ptrn:OwnRDL . | 1252 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS326563111> , ptrn:OwnRDL . |
| 1237 | 1253 | ||
| 1254 | +ptrn:PropertyMaximumPressureForHotWellPumpClass | ||
| 1255 | + rdf:type ptrn:TemplateInstance , ptrn:PropertySignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 1256 | + rdfs:label "Property Maximum Pressure for Hot Well Pump Class"^^xsd:string ; | ||
| 1257 | + ptrn:hasClassOfPossessor | ||
| 1258 | + ptrn:HotWellPump ; | ||
| 1259 | + ptrn:hasClassOfProperty | ||
| 1260 | + ptrn:MaximumPressure ; | ||
| 1261 | + ptrn:hasPropertyValue | ||
| 1262 | + "50"^^xsd:string ; | ||
| 1263 | + ptrn:hasUnitOfMeasure | ||
| 1264 | + ptrn:Bar . | ||
| 1265 | + | ||
| 1266 | +ptrn:PropertyMeasuredPressureForPumpIndividual | ||
| 1267 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:PropertySignatureForIndividual ; | ||
| 1268 | + rdfs:label "Property Measured Pressure for Pump Individual"^^xsd:string ; | ||
| 1269 | + ptrn:hasIndividualOfPossessor | ||
| 1270 | + ptrn:Pump_P-101 ; | ||
| 1271 | + ptrn:hasIndividualOfProperty | ||
| 1272 | + ptrn:MeasuredPressure ; | ||
| 1273 | + ptrn:hasPropertyValue | ||
| 1274 | + "40"^^xsd:string ; | ||
| 1275 | + ptrn:hasUnitOfMeasure | ||
| 1276 | + ptrn:Bar . | ||
| 1277 | + | ||
| 1238 | ptrn:PropertyPattern | 1278 | ptrn:PropertyPattern |
| 1239 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1279 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1240 | rdfs:label "Property Template Signature Pattern"^^xsd:string ; | 1280 | rdfs:label "Property Template Signature Pattern"^^xsd:string ; |
| ... | @@ -1322,30 +1362,6 @@ ptrn:PropertySignatureForIndividual | ... | @@ -1322,30 +1362,6 @@ ptrn:PropertySignatureForIndividual |
| 1322 | ]) | 1362 | ]) |
| 1323 | ] . | 1363 | ] . |
| 1324 | 1364 | ||
| 1325 | -ptrn:PropertyTemplateInstanceForClass | ||
| 1326 | - rdf:type ptrn:PropertySignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1327 | - rdfs:label "Property template instance for class"^^xsd:string ; | ||
| 1328 | - ptrn:hasClassOfPossessor | ||
| 1329 | - ptrn:HotWellPump ; | ||
| 1330 | - ptrn:hasClassOfProperty | ||
| 1331 | - ptrn:MaximumPressure ; | ||
| 1332 | - ptrn:hasPropertyValue | ||
| 1333 | - "50"^^xsd:string ; | ||
| 1334 | - ptrn:hasUnitOfMeasure | ||
| 1335 | - ptrn:Bar . | ||
| 1336 | - | ||
| 1337 | -ptrn:PropertyTemplateInstanceForIndividual | ||
| 1338 | - rdf:type ptrn:PropertySignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1339 | - rdfs:label "Property template instance for individual"^^xsd:string ; | ||
| 1340 | - ptrn:hasIndividualOfPossessor | ||
| 1341 | - ptrn:Pump_P-101 ; | ||
| 1342 | - ptrn:hasIndividualOfProperty | ||
| 1343 | - ptrn:MeasuredPressure ; | ||
| 1344 | - ptrn:hasPropertyValue | ||
| 1345 | - "40"^^xsd:string ; | ||
| 1346 | - ptrn:hasUnitOfMeasure | ||
| 1347 | - ptrn:Bar . | ||
| 1348 | - | ||
| 1349 | ptrn:Pump | 1365 | ptrn:Pump |
| 1350 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:PumpClass ; | 1366 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:PumpClass ; |
| 1351 | rdfs:label "Pump"^^xsd:string ; | 1367 | rdfs:label "Pump"^^xsd:string ; |
| ... | @@ -1381,11 +1397,19 @@ ptrn:Purchaser | ... | @@ -1381,11 +1397,19 @@ ptrn:Purchaser |
| 1381 | rdfs:label "Purchaser"^^xsd:string ; | 1397 | rdfs:label "Purchaser"^^xsd:string ; |
| 1382 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS13420862> , ptrn:OwnRDL . | 1398 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS13420862> , ptrn:OwnRDL . |
| 1383 | 1399 | ||
| 1400 | +ptrn:Purchaser_1 | ||
| 1401 | + rdf:type ptrn:Purchaser ; | ||
| 1402 | + rdfs:label "Purchaser 1"^^xsd:string . | ||
| 1403 | + | ||
| 1384 | ptrn:Purchasing | 1404 | ptrn:Purchasing |
| 1385 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfActivity> ; | 1405 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfActivity> ; |
| 1386 | rdfs:label "Purchasing"^^xsd:string ; | 1406 | rdfs:label "Purchasing"^^xsd:string ; |
| 1387 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS9657962> , ptrn:OwnRDL . | 1407 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS9657962> , ptrn:OwnRDL . |
| 1388 | 1408 | ||
| 1409 | +ptrn:Purchasing_1 | ||
| 1410 | + rdf:type ptrn:Purchasing ; | ||
| 1411 | + rdfs:label "Purchasing 1"^^xsd:string . | ||
| 1412 | + | ||
| 1389 | ptrn:RealizationLevel | 1413 | ptrn:RealizationLevel |
| 1390 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 1414 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 1391 | rdfs:label "Realization level"^^xsd:string ; | 1415 | rdfs:label "Realization level"^^xsd:string ; |
| ... | @@ -1396,6 +1420,30 @@ ptrn:RealizationLevelClass | ... | @@ -1396,6 +1420,30 @@ ptrn:RealizationLevelClass |
| 1396 | rdfs:label "Realization level class"^^xsd:string ; | 1420 | rdfs:label "Realization level class"^^xsd:string ; |
| 1397 | rdfs:subClassOf ptrn:OwnRDL . | 1421 | rdfs:subClassOf ptrn:OwnRDL . |
| 1398 | 1422 | ||
| 1423 | +ptrn:RegistrationOfHaywardPumpImpellerClass | ||
| 1424 | + rdf:type ptrn:RegistrationSignatureForClass , ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 1425 | + rdfs:label "Registration of Hayward Pump Impeller Class"^^xsd:string ; | ||
| 1426 | + ptrn:hasClassifier <http://posccaesar.org/rdl/RDS245789> ; | ||
| 1427 | + ptrn:hasDesignation "HaywardSuperPumpImpeller"^^xsd:string ; | ||
| 1428 | + ptrn:hasEntityType <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 1429 | + ptrn:hasGenericType ptrn:Facility ; | ||
| 1430 | + ptrn:hasLifecycleWholePart | ||
| 1431 | + ptrn:ISO15926-4WholeLifeIndividual ; | ||
| 1432 | + ptrn:hasLocalIdentifier | ||
| 1433 | + "<http://www.ebay.com/bhp/hayward-super-pump-impeller>"^^xsd:string ; | ||
| 1434 | + ptrn:hasRealizationLevel | ||
| 1435 | + ptrn:Product ; | ||
| 1436 | + ptrn:hasSuperclass <http://posccaesar.org/rdl/RDS816299> . | ||
| 1437 | + | ||
| 1438 | +ptrn:RegistrationOfHaywardPumpImpellerIndividual | ||
| 1439 | + rdf:type ptrn:TemplateInstance , ptrn:RegistrationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 1440 | + rdfs:label "Registration of Hayward Pump Impelller Individual"^^xsd:string ; | ||
| 1441 | + ptrn:hasClassifier <http://posccaesar.org/rdl/RDS194574980> ; | ||
| 1442 | + ptrn:hasDesignation "MySunDrivenPump"^^xsd:string ; | ||
| 1443 | + ptrn:hasEntityType <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ArrangedIndividual> ; | ||
| 1444 | + ptrn:hasLocalIdentifier | ||
| 1445 | + "<http://www.ebay.com/itm/Hayward-Super-SP2600X-Pump-Impeller-1-HP-SPX2607C-/281309938150>"^^xsd:string . | ||
| 1446 | + | ||
| 1399 | ptrn:RegistrationPattern | 1447 | ptrn:RegistrationPattern |
| 1400 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1448 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1401 | rdfs:label "Registration Template Signature Pattern"^^xsd:string ; | 1449 | rdfs:label "Registration Template Signature Pattern"^^xsd:string ; |
| ... | @@ -1509,29 +1557,29 @@ ptrn:RegistrationSignatureForIndividual | ... | @@ -1509,29 +1557,29 @@ ptrn:RegistrationSignatureForIndividual |
| 1509 | owl:onProperty ptrn:hasLocalIdentifier | 1557 | owl:onProperty ptrn:hasLocalIdentifier |
| 1510 | ] . | 1558 | ] . |
| 1511 | 1559 | ||
| 1512 | -ptrn:RegistrationTemplateInstanceForClass | 1560 | +ptrn:RepresentationOfPumpByProductDataClassOfIndividual |
| 1513 | - rdf:type ptrn:TemplateInstance , ptrn:RegistrationSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | 1561 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RepresentationSignatureForClassOfIndividual ; |
| 1514 | - rdfs:label "Registration template instance for class"^^xsd:string ; | 1562 | + rdfs:label "Representation of Pump by Product Data Class of Individual"^^xsd:string ; |
| 1515 | - ptrn:hasClassifier <http://posccaesar.org/rdl/RDS245789> ; | 1563 | + ptrn:hasClassOfPattern |
| 1516 | - ptrn:hasDesignation "HaywardSuperPumpImpeller"^^xsd:string ; | 1564 | + ptrn:ProductData ; |
| 1517 | - ptrn:hasEntityType <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 1565 | + ptrn:hasClassOfRepresented |
| 1518 | - ptrn:hasGenericType ptrn:Facility ; | 1566 | + ptrn:Pump . |
| 1519 | - ptrn:hasLifecycleWholePart | ||
| 1520 | - ptrn:ISO15926-4WholeLifeIndividual ; | ||
| 1521 | - ptrn:hasLocalIdentifier | ||
| 1522 | - "http://www.ebay.com/bhp/hayward-super-pump-impeller"^^xsd:string ; | ||
| 1523 | - ptrn:hasRealizationLevel | ||
| 1524 | - ptrn:Product ; | ||
| 1525 | - ptrn:hasSuperclass <http://posccaesar.org/rdl/RDS816299> . | ||
| 1526 | 1567 | ||
| 1527 | -ptrn:RegistrationTemplateInstanceForIndividual | 1568 | +ptrn:RepresentationOfPumpByProductDataIndividual |
| 1528 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RegistrationSignatureForIndividual , ptrn:TemplateInstance ; | 1569 | + rdf:type ptrn:TemplateInstance , ptrn:RepresentationSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; |
| 1529 | - rdfs:label "Registration template instance for individual"^^xsd:string ; | 1570 | + rdfs:label "Representationof Pump by Product Data Individual"^^xsd:string ; |
| 1530 | - ptrn:hasClassifier <http://posccaesar.org/rdl/RDS194574980> ; | 1571 | + ptrn:hasIndividualOfPattern |
| 1531 | - ptrn:hasDesignation "MySunDrivenPump"^^xsd:string ; | 1572 | + ptrn:ProductData_P101 ; |
| 1532 | - ptrn:hasEntityType <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ArrangedIndividual> ; | 1573 | + ptrn:hasIndividualOfRepresented |
| 1533 | - ptrn:hasLocalIdentifier | 1574 | + ptrn:Pump_P-101 . |
| 1534 | - "http://www.ebay.com/itm/Hayward-Super-SP2600X-Pump-Impeller-1-HP-SPX2607C-/281309938150"^^xsd:string . | 1575 | + |
| 1576 | +ptrn:RepresentationOfPumpClassByInformationClass | ||
| 1577 | + rdf:type ptrn:TemplateInstance , ptrn:RepresentationSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 1578 | + rdfs:label "Representation of Pump Class by Information Class"^^xsd:string ; | ||
| 1579 | + ptrn:hasClassOfClassOfPattern | ||
| 1580 | + ptrn:ISOTS15926-4InformationClass ; | ||
| 1581 | + ptrn:hasClassOfClassOfRepresented | ||
| 1582 | + ptrn:PumpClass . | ||
| 1535 | 1583 | ||
| 1536 | ptrn:RepresentationPattern | 1584 | ptrn:RepresentationPattern |
| 1537 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1585 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| ... | @@ -1625,30 +1673,6 @@ ptrn:RepresentationSignatureForIndividual | ... | @@ -1625,30 +1673,6 @@ ptrn:RepresentationSignatureForIndividual |
| 1625 | ]) | 1673 | ]) |
| 1626 | ] . | 1674 | ] . |
| 1627 | 1675 | ||
| 1628 | -ptrn:RepresentationTemplateInstanceForClassOfClass | ||
| 1629 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RepresentationSignatureForClassOfClass , ptrn:TemplateInstance ; | ||
| 1630 | - rdfs:label "Representation template instance for class of class"^^xsd:string ; | ||
| 1631 | - ptrn:hasClassOfClassOfPattern | ||
| 1632 | - ptrn:ISOTS15926-4InformationClass ; | ||
| 1633 | - ptrn:hasClassOfClassOfRepresented | ||
| 1634 | - ptrn:PumpClass . | ||
| 1635 | - | ||
| 1636 | -ptrn:RepresentationTemplateInstanceForClassOfIndividual | ||
| 1637 | - rdf:type ptrn:RepresentationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1638 | - rdfs:label "Representation template instance for class of individual"^^xsd:string ; | ||
| 1639 | - ptrn:hasClassOfPattern | ||
| 1640 | - ptrn:ProductData ; | ||
| 1641 | - ptrn:hasClassOfRepresented | ||
| 1642 | - ptrn:Pump . | ||
| 1643 | - | ||
| 1644 | -ptrn:RepresentationTemplateInstanceForIndividual | ||
| 1645 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:RepresentationSignatureForIndividual , ptrn:TemplateInstance ; | ||
| 1646 | - rdfs:label "Representation template instance for individual"^^xsd:string ; | ||
| 1647 | - ptrn:hasIndividualOfPattern | ||
| 1648 | - ptrn:ProductData_P101 ; | ||
| 1649 | - ptrn:hasIndividualOfRepresented | ||
| 1650 | - ptrn:Pump_P-101 . | ||
| 1651 | - | ||
| 1652 | ptrn:Requirement | 1676 | ptrn:Requirement |
| 1653 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , ptrn:RealizationLevelClass ; | 1677 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , ptrn:RealizationLevelClass ; |
| 1654 | rdfs:label "Requirement"^^xsd:string ; | 1678 | rdfs:label "Requirement"^^xsd:string ; |
| ... | @@ -1664,6 +1688,22 @@ ptrn:SingleSuctionPumpImpeller1 | ... | @@ -1664,6 +1688,22 @@ ptrn:SingleSuctionPumpImpeller1 |
| 1664 | rdf:type ptrn:SingleSuctionPumpImpeller , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; | 1688 | rdf:type ptrn:SingleSuctionPumpImpeller , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; |
| 1665 | rdfs:label "Single suction pump impeller1"^^xsd:string . | 1689 | rdfs:label "Single suction pump impeller1"^^xsd:string . |
| 1666 | 1690 | ||
| 1691 | +ptrn:SpecializationOfPumpClassOfClass | ||
| 1692 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:SpecializationSignatureForClassOfClass , ptrn:TemplateInstance ; | ||
| 1693 | + rdfs:label "Specialization of Pump Class of Class"^^xsd:string ; | ||
| 1694 | + ptrn:hasClassOfClassOfSubclass | ||
| 1695 | + ptrn:FrankMohnSubmersiblePumpClass ; | ||
| 1696 | + ptrn:hasClassOfClassOfSuperclass | ||
| 1697 | + ptrn:FrankMohnPumpClass . | ||
| 1698 | + | ||
| 1699 | +ptrn:SpecializationOfPumpClassOfIndividual | ||
| 1700 | + rdf:type ptrn:SpecializationSignatureForClassOfIndividual , ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 1701 | + rdfs:label "Specialization of Pump Class of Individual"^^xsd:string ; | ||
| 1702 | + ptrn:hasClassOfSubclass | ||
| 1703 | + ptrn:StandardPump ; | ||
| 1704 | + ptrn:hasClassOfSuperclass | ||
| 1705 | + ptrn:Pump . | ||
| 1706 | + | ||
| 1667 | ptrn:SpecializationPattern | 1707 | ptrn:SpecializationPattern |
| 1668 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; | 1708 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ; |
| 1669 | rdfs:label "Specialization Template Signature Pattern"^^xsd:string ; | 1709 | rdfs:label "Specialization Template Signature Pattern"^^xsd:string ; |
| ... | @@ -1705,11 +1745,11 @@ ptrn:SpecializationSignatureForClassOfIndividual | ... | @@ -1705,11 +1745,11 @@ ptrn:SpecializationSignatureForClassOfIndividual |
| 1705 | rdfs:subClassOf | 1745 | rdfs:subClassOf |
| 1706 | [ rdf:type owl:Class ; | 1746 | [ rdf:type owl:Class ; |
| 1707 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1747 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1708 | - owl:allValuesFrom owl:Class ; | 1748 | + owl:allValuesFrom ptrn:OwnRDL ; |
| 1709 | - owl:onProperty ptrn:hasClassOfSuperclass | 1749 | + owl:onProperty ptrn:hasClassOfSubclass |
| 1710 | ] [ rdf:type owl:Restriction ; | 1750 | ] [ rdf:type owl:Restriction ; |
| 1711 | - owl:onClass owl:Class ; | 1751 | + owl:onClass ptrn:OwnRDL ; |
| 1712 | - owl:onProperty ptrn:hasClassOfSuperclass ; | 1752 | + owl:onProperty ptrn:hasClassOfSubclass ; |
| 1713 | owl:qualifiedCardinality | 1753 | owl:qualifiedCardinality |
| 1714 | "1"^^xsd:nonNegativeInteger | 1754 | "1"^^xsd:nonNegativeInteger |
| 1715 | ]) | 1755 | ]) |
| ... | @@ -1717,28 +1757,16 @@ ptrn:SpecializationSignatureForClassOfIndividual | ... | @@ -1717,28 +1757,16 @@ ptrn:SpecializationSignatureForClassOfIndividual |
| 1717 | rdfs:subClassOf | 1757 | rdfs:subClassOf |
| 1718 | [ rdf:type owl:Class ; | 1758 | [ rdf:type owl:Class ; |
| 1719 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1759 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1720 | - owl:allValuesFrom owl:Class ; | 1760 | + owl:allValuesFrom ptrn:OwnRDL ; |
| 1721 | - owl:onProperty ptrn:hasClassOfSubclass | 1761 | + owl:onProperty ptrn:hasClassOfSuperclass |
| 1722 | ] [ rdf:type owl:Restriction ; | 1762 | ] [ rdf:type owl:Restriction ; |
| 1723 | - owl:onClass owl:Class ; | 1763 | + owl:onClass ptrn:OwnRDL ; |
| 1724 | - owl:onProperty ptrn:hasClassOfSubclass ; | 1764 | + owl:onProperty ptrn:hasClassOfSuperclass ; |
| 1725 | owl:qualifiedCardinality | 1765 | owl:qualifiedCardinality |
| 1726 | "1"^^xsd:nonNegativeInteger | 1766 | "1"^^xsd:nonNegativeInteger |
| 1727 | ]) | 1767 | ]) |
| 1728 | ] . | 1768 | ] . |
| 1729 | 1769 | ||
| 1730 | -ptrn:SpecializationTemplateInstanceForClassOfClass | ||
| 1731 | - rdf:type ptrn:SpecializationSignatureForClassOfClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1732 | - rdfs:label "Specialization template instance for class of class"^^xsd:string ; | ||
| 1733 | - ptrn:hasClassOfClassOfSubclass | ||
| 1734 | - ptrn:FrankMohnSubmersiblePumpClass ; | ||
| 1735 | - ptrn:hasClassOfClassOfSuperclass | ||
| 1736 | - ptrn:FrankMohnPumpClass . | ||
| 1737 | - | ||
| 1738 | -ptrn:SpecializationTemplateInstanceForClassOfIndividual | ||
| 1739 | - rdf:type ptrn:SpecializationSignatureForClassOfIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1740 | - rdfs:label "Specialization template instance for class of individual"^^xsd:string . | ||
| 1741 | - | ||
| 1742 | ptrn:StandardPump | 1770 | ptrn:StandardPump |
| 1743 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:StandardPumpClass ; | 1771 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:StandardPumpClass ; |
| 1744 | rdfs:label "Standard pump"^^xsd:string ; | 1772 | rdfs:label "Standard pump"^^xsd:string ; |
| ... | @@ -1754,6 +1782,26 @@ ptrn:StandardPumpClass | ... | @@ -1754,6 +1782,26 @@ ptrn:StandardPumpClass |
| 1754 | rdfs:label "Standard pump class"^^xsd:string ; | 1782 | rdfs:label "Standard pump class"^^xsd:string ; |
| 1755 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS213929> , ptrn:PumpClass . | 1783 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS213929> , ptrn:PumpClass . |
| 1756 | 1784 | ||
| 1785 | +ptrn:StatusApprovalOfEmploymentByCompanyForClass | ||
| 1786 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:StatusApprovalSignatureForClass ; | ||
| 1787 | + rdfs:label "Status Approval of Employment by Cmpany for Class"^^xsd:string ; | ||
| 1788 | + ptrn:hasClassOfApproved | ||
| 1789 | + ptrn:Employment ; | ||
| 1790 | + ptrn:hasClassOfApprover | ||
| 1791 | + ptrn:Company ; | ||
| 1792 | + ptrn:hasClassOfStatus | ||
| 1793 | + ptrn:Employing . | ||
| 1794 | + | ||
| 1795 | +ptrn:StatusApprovalOfEmploymentByCompanyForIndividual | ||
| 1796 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:StatusApprovalSignatureForIndividual ; | ||
| 1797 | + rdfs:label "Status Approval of Employment by Company for Individual"^^xsd:string ; | ||
| 1798 | + ptrn:hasClassOfApproved | ||
| 1799 | + ptrn:Employment ; | ||
| 1800 | + ptrn:hasIndividualOfApprover | ||
| 1801 | + ptrn:Company_1 ; | ||
| 1802 | + ptrn:hasIndividualOfStatus | ||
| 1803 | + ptrn:Employing_1 . | ||
| 1804 | + | ||
| 1757 | ptrn:StatusApprovalPattern | 1805 | ptrn:StatusApprovalPattern |
| 1758 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 1806 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 1759 | rdfs:label "Status Approval Template Signature Pattern"^^xsd:string ; | 1807 | rdfs:label "Status Approval Template Signature Pattern"^^xsd:string ; |
| ... | @@ -1807,11 +1855,11 @@ ptrn:StatusApprovalSignatureForIndividual | ... | @@ -1807,11 +1855,11 @@ ptrn:StatusApprovalSignatureForIndividual |
| 1807 | rdfs:subClassOf | 1855 | rdfs:subClassOf |
| 1808 | [ rdf:type owl:Class ; | 1856 | [ rdf:type owl:Class ; |
| 1809 | owl:intersectionOf ([ rdf:type owl:Restriction ; | 1857 | owl:intersectionOf ([ rdf:type owl:Restriction ; |
| 1810 | - owl:allValuesFrom owl:Thing ; | 1858 | + owl:allValuesFrom owl:Class ; |
| 1811 | - owl:onProperty ptrn:hasIndividualOfApproved | 1859 | + owl:onProperty ptrn:hasClassOfApproved |
| 1812 | ] [ rdf:type owl:Restriction ; | 1860 | ] [ rdf:type owl:Restriction ; |
| 1813 | - owl:onClass owl:Thing ; | 1861 | + owl:onClass owl:Class ; |
| 1814 | - owl:onProperty ptrn:hasIndividualOfApproved ; | 1862 | + owl:onProperty ptrn:hasClassOfApproved ; |
| 1815 | owl:qualifiedCardinality | 1863 | owl:qualifiedCardinality |
| 1816 | "1"^^xsd:nonNegativeInteger | 1864 | "1"^^xsd:nonNegativeInteger |
| 1817 | ]) | 1865 | ]) |
| ... | @@ -1841,20 +1889,6 @@ ptrn:StatusApprovalSignatureForIndividual | ... | @@ -1841,20 +1889,6 @@ ptrn:StatusApprovalSignatureForIndividual |
| 1841 | ]) | 1889 | ]) |
| 1842 | ] . | 1890 | ] . |
| 1843 | 1891 | ||
| 1844 | -ptrn:StatusApprovalTemplateInstanceForClass | ||
| 1845 | - rdf:type ptrn:StatusApprovalSignatureForClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1846 | - rdfs:label "Status approval template instance for class"^^xsd:string ; | ||
| 1847 | - ptrn:hasClassOfApproved | ||
| 1848 | - ptrn:Employment ; | ||
| 1849 | - ptrn:hasClassOfApprover | ||
| 1850 | - ptrn:Company ; | ||
| 1851 | - ptrn:hasClassOfStatus | ||
| 1852 | - ptrn:Employing . | ||
| 1853 | - | ||
| 1854 | -ptrn:StatusApprovalTemplateInstanceForIndividual | ||
| 1855 | - rdf:type ptrn:StatusApprovalSignatureForIndividual , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TemplateInstance ; | ||
| 1856 | - rdfs:label "Status approval template instance for individual"^^xsd:string . | ||
| 1857 | - | ||
| 1858 | ptrn:StraightLinearDistance | 1892 | ptrn:StraightLinearDistance |
| 1859 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationship> ; | 1893 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationship> ; |
| 1860 | rdfs:label "Straight linear distance"^^xsd:string ; | 1894 | rdfs:label "Straight linear distance"^^xsd:string ; |
| ... | @@ -2025,6 +2059,29 @@ ptrn:TestSignatureForRelationship | ... | @@ -2025,6 +2059,29 @@ ptrn:TestSignatureForRelationship |
| 2025 | ] ; | 2059 | ] ; |
| 2026 | ptrn:TestRole ptrn:ISO15926-Relationship , ptrn:TestRelationship . | 2060 | ptrn:TestRole ptrn:ISO15926-Relationship , ptrn:TestRelationship . |
| 2027 | 2061 | ||
| 2062 | +ptrn:TimeAssignmentOfTimeInstantForClass | ||
| 2063 | + rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TimeAssignmentSignatureForClass ; | ||
| 2064 | + rdfs:label "Time assignment of Time Instant for Class"^^xsd:string ; | ||
| 2065 | + ptrn:hasClassOfTime ptrn:TimeInstant ; | ||
| 2066 | + ptrn:hasDay "30"^^xsd:string ; | ||
| 2067 | + ptrn:hasHour "16"^^xsd:string ; | ||
| 2068 | + ptrn:hasMinute "30"^^xsd:string ; | ||
| 2069 | + ptrn:hasMonth "Month"^^xsd:string ; | ||
| 2070 | + ptrn:hasSecond "30.123"^^xsd:string ; | ||
| 2071 | + ptrn:hasYear "2014"^^xsd:string . | ||
| 2072 | + | ||
| 2073 | +ptrn:TimeAssignmentOfTimeInstantForIndividual | ||
| 2074 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TimeAssignmentSignatureForIndividual , ptrn:TemplateInstance ; | ||
| 2075 | + rdfs:label "Time assignment of Time Instant for Individual"^^xsd:string ; | ||
| 2076 | + ptrn:hasDay "25"^^xsd:string ; | ||
| 2077 | + ptrn:hasHour "12"^^xsd:string ; | ||
| 2078 | + ptrn:hasIndividualOfTime | ||
| 2079 | + ptrn:TimeInstant1 ; | ||
| 2080 | + ptrn:hasMinute "06"^^xsd:string ; | ||
| 2081 | + ptrn:hasMonth "May"^^xsd:string ; | ||
| 2082 | + ptrn:hasSecond "30"^^xsd:string ; | ||
| 2083 | + ptrn:hasYear "2014"^^xsd:string . | ||
| 2084 | + | ||
| 2028 | ptrn:TimeAssignmentPattern | 2085 | ptrn:TimeAssignmentPattern |
| 2029 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; | 2086 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> ; |
| 2030 | rdfs:label "Time Assignment Template Signature Pattern"^^xsd:string ; | 2087 | rdfs:label "Time Assignment Template Signature Pattern"^^xsd:string ; |
| ... | @@ -2032,7 +2089,7 @@ ptrn:TimeAssignmentPattern | ... | @@ -2032,7 +2089,7 @@ ptrn:TimeAssignmentPattern |
| 2032 | 2089 | ||
| 2033 | ptrn:TimeAssignmentSignatureForClass | 2090 | ptrn:TimeAssignmentSignatureForClass |
| 2034 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:TimeAssignmentPattern ; | 2091 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , ptrn:TimeAssignmentPattern ; |
| 2035 | - rdfs:label "Time Assignment Template Signature for Class"^^xsd:string ; | 2092 | + rdfs:label "Time Assignment Signature for Class"^^xsd:string ; |
| 2036 | rdfs:subClassOf ptrn:TemplateSignature ; | 2093 | rdfs:subClassOf ptrn:TemplateSignature ; |
| 2037 | rdfs:subClassOf | 2094 | rdfs:subClassOf |
| 2038 | [ rdf:type owl:Class ; | 2095 | [ rdf:type owl:Class ; |
| ... | @@ -2208,29 +2265,6 @@ ptrn:TimeAssignmentSignatureForIndividual | ... | @@ -2208,29 +2265,6 @@ ptrn:TimeAssignmentSignatureForIndividual |
| 2208 | ]) | 2265 | ]) |
| 2209 | ] . | 2266 | ] . |
| 2210 | 2267 | ||
| 2211 | -ptrn:TimeAssignmentTemplateInstanceForClass | ||
| 2212 | - rdf:type ptrn:TimeAssignmentSignatureForClass , ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> ; | ||
| 2213 | - rdfs:label "Time assignment template instance for class"^^xsd:string ; | ||
| 2214 | - ptrn:hasClassOfTime ptrn:TimeInstant ; | ||
| 2215 | - ptrn:hasDay "30"^^xsd:string ; | ||
| 2216 | - ptrn:hasHour "16"^^xsd:string ; | ||
| 2217 | - ptrn:hasMinute "30"^^xsd:string ; | ||
| 2218 | - ptrn:hasMonth "Month"^^xsd:string ; | ||
| 2219 | - ptrn:hasSecond "30.123"^^xsd:string ; | ||
| 2220 | - ptrn:hasYear "2014"^^xsd:string . | ||
| 2221 | - | ||
| 2222 | -ptrn:TimeAssignmentTemplateInstanceForIndividual | ||
| 2223 | - rdf:type ptrn:TemplateInstance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#MultidimensionalObject> , ptrn:TimeAssignmentSignatureForIndividual ; | ||
| 2224 | - rdfs:label "Time assignment template instance for individual"^^xsd:string ; | ||
| 2225 | - ptrn:hasDay "25"^^xsd:string ; | ||
| 2226 | - ptrn:hasHour "12"^^xsd:string ; | ||
| 2227 | - ptrn:hasIndividualOfTime | ||
| 2228 | - ptrn:TimeInstant1 ; | ||
| 2229 | - ptrn:hasMinute "06"^^xsd:string ; | ||
| 2230 | - ptrn:hasMonth "May"^^xsd:string ; | ||
| 2231 | - ptrn:hasSecond "30"^^xsd:string ; | ||
| 2232 | - ptrn:hasYear "2014"^^xsd:string . | ||
| 2233 | - | ||
| 2234 | ptrn:TimeInstant | 2268 | ptrn:TimeInstant |
| 2235 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 2269 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 2236 | rdfs:label "Time instant"^^xsd:string ; | 2270 | rdfs:label "Time instant"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment