Tore Christiansen

Created TIP and ILAP Signature Patterns as demos of using TS

Showing 1 changed file with 355 additions and 189 deletions
...@@ -14,7 +14,7 @@ ptrn: ...@@ -14,7 +14,7 @@ ptrn:
14 ptrn:Acceleration 14 ptrn:Acceleration
15 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; 15 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ;
16 rdfs:label "Acceleration"^^xsd:string ; 16 rdfs:label "Acceleration"^^xsd:string ;
17 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS349514> . 17 + rdfs:subClassOf ptrn:ISO15926-4Property .
18 18
19 ptrn:AccelerationOfGravity 19 ptrn:AccelerationOfGravity
20 rdf:type ptrn:Acceleration ; 20 rdf:type ptrn:Acceleration ;
...@@ -23,7 +23,7 @@ ptrn:AccelerationOfGravity ...@@ -23,7 +23,7 @@ ptrn:AccelerationOfGravity
23 ptrn:Bar 23 ptrn:Bar
24 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 24 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
25 rdfs:label "Bar"^^xsd:string ; 25 rdfs:label "Bar"^^xsd:string ;
26 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS1314539> . 26 + rdfs:subClassOf ptrn:ISO15926-4Scale .
27 27
28 ptrn:ClassificationOfPumpImpellerClass 28 ptrn:ClassificationOfPumpImpellerClass
29 rdf:type ptrn:ClassificationSignatureForClassOfClass , ptrn:TemplateInstanceForClassOfClass ; 29 rdf:type ptrn:ClassificationSignatureForClassOfClass , ptrn:TemplateInstanceForClassOfClass ;
...@@ -31,7 +31,7 @@ ptrn:ClassificationOfPumpImpellerClass ...@@ -31,7 +31,7 @@ ptrn:ClassificationOfPumpImpellerClass
31 ptrn:hasClassOfClassOfClassified 31 ptrn:hasClassOfClassOfClassified
32 ptrn:PumpImpellerClass ; 32 ptrn:PumpImpellerClass ;
33 ptrn:hasClassOfClassOfClassifier 33 ptrn:hasClassOfClassOfClassifier
34 - ptrn:ISO15926-4Class . 34 + ptrn:ISO15926-4ClassOfClass .
35 35
36 ptrn:ClassificationOfPumpImpellerClassOfIndividual 36 ptrn:ClassificationOfPumpImpellerClassOfIndividual
37 rdf:type ptrn:ClassificationSignatureForClassOfIndividual , ptrn:TemplateInstanceForClassOfIndividual ; 37 rdf:type ptrn:ClassificationSignatureForClassOfIndividual , ptrn:TemplateInstanceForClassOfIndividual ;
...@@ -167,11 +167,11 @@ ptrn:ClassificationSignatureForIndividual ...@@ -167,11 +167,11 @@ ptrn:ClassificationSignatureForIndividual
167 rdfs:subClassOf 167 rdfs:subClassOf
168 [ rdf:type owl:Class ; 168 [ rdf:type owl:Class ;
169 owl:intersectionOf ([ rdf:type owl:Restriction ; 169 owl:intersectionOf ([ rdf:type owl:Restriction ;
170 - owl:allValuesFrom owl:Thing ; 170 + owl:allValuesFrom ptrn:ISO15926-4ClassOfIndividual ;
171 - owl:onProperty ptrn:hasIndividualOfClassifier 171 + owl:onProperty ptrn:hasIndividualOfClassified
172 ] [ rdf:type owl:Restriction ; 172 ] [ rdf:type owl:Restriction ;
173 - owl:onClass owl:Thing ; 173 + owl:onClass ptrn:ISO15926-4ClassOfIndividual ;
174 - owl:onProperty ptrn:hasIndividualOfClassifier ; 174 + owl:onProperty ptrn:hasIndividualOfClassified ;
175 owl:qualifiedCardinality 175 owl:qualifiedCardinality
176 "1"^^xsd:nonNegativeInteger 176 "1"^^xsd:nonNegativeInteger
177 ]) 177 ])
...@@ -179,11 +179,11 @@ ptrn:ClassificationSignatureForIndividual ...@@ -179,11 +179,11 @@ ptrn:ClassificationSignatureForIndividual
179 rdfs:subClassOf 179 rdfs:subClassOf
180 [ rdf:type owl:Class ; 180 [ rdf:type owl:Class ;
181 owl:intersectionOf ([ rdf:type owl:Restriction ; 181 owl:intersectionOf ([ rdf:type owl:Restriction ;
182 - owl:allValuesFrom owl:Thing ; 182 + owl:allValuesFrom owl:Class ;
183 - owl:onProperty ptrn:hasIndividualOfClassified 183 + owl:onProperty ptrn:hasIndividualOfClassifier
184 ] [ rdf:type owl:Restriction ; 184 ] [ rdf:type owl:Restriction ;
185 - owl:onClass owl:Thing ; 185 + owl:onClass owl:Class ;
186 - owl:onProperty ptrn:hasIndividualOfClassified ; 186 + owl:onProperty ptrn:hasIndividualOfClassifier ;
187 owl:qualifiedCardinality 187 owl:qualifiedCardinality
188 "1"^^xsd:nonNegativeInteger 188 "1"^^xsd:nonNegativeInteger
189 ]) 189 ])
...@@ -221,7 +221,7 @@ ptrn:ClassificationSignatureForRelationship ...@@ -221,7 +221,7 @@ ptrn:ClassificationSignatureForRelationship
221 ptrn:Company 221 ptrn:Company
222 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 222 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
223 rdfs:label "Company"^^xsd:string ; 223 rdfs:label "Company"^^xsd:string ;
224 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS2216440288> . 224 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
225 225
226 ptrn:Company_1 226 ptrn:Company_1
227 rdf:type ptrn:Company ; 227 rdf:type ptrn:Company ;
...@@ -314,10 +314,6 @@ ptrn:CompositionSignatureForClassOfIndividual ...@@ -314,10 +314,6 @@ ptrn:CompositionSignatureForClassOfIndividual
314 ]) 314 ])
315 ] . 315 ] .
316 316
317 -ptrn:CompositionSignatureForClassOfIndividual_1
318 - rdf:type ptrn:CompositionSignatureForClassOfIndividual ;
319 - rdfs:label "Composition signature for class of individual 1"^^xsd:string .
320 -
321 ptrn:CompositionSignatureForIndividual 317 ptrn:CompositionSignatureForIndividual
322 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class , ptrn:CompositionPattern ; 318 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class , ptrn:CompositionPattern ;
323 rdfs:label "Composition Template Signature for Individual"^^xsd:string ; 319 rdfs:label "Composition Template Signature for Individual"^^xsd:string ;
...@@ -510,7 +506,7 @@ ptrn:ContainmentSignatureForIndividual ...@@ -510,7 +506,7 @@ ptrn:ContainmentSignatureForIndividual
510 ] . 506 ] .
511 507
512 ptrn:CoolingPump 508 ptrn:CoolingPump
513 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:StandardPumpClass , owl:Class ; 509 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
514 rdfs:label "Cooling pump"^^xsd:string ; 510 rdfs:label "Cooling pump"^^xsd:string ;
515 rdfs:subClassOf ptrn:Pump ; 511 rdfs:subClassOf ptrn:Pump ;
516 owl:sameAs <http://posccaesar.org/rdl/RDS12957961> . 512 owl:sameAs <http://posccaesar.org/rdl/RDS12957961> .
...@@ -599,12 +595,54 @@ ptrn:DefinitionSignatureForIndividual ...@@ -599,12 +595,54 @@ ptrn:DefinitionSignatureForIndividual
599 ptrn:Density 595 ptrn:Density
600 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; 596 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ;
601 rdfs:label "Density"^^xsd:string ; 597 rdfs:label "Density"^^xsd:string ;
602 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS358874> . 598 + rdfs:subClassOf ptrn:ISO15926-4Property .
599 +
600 +ptrn:DirectConnectionSignatureForClass_1
601 + rdf:type ptrn:DirectThreeConnectionSignatureForClass ;
602 + rdfs:label "Direct connection signature for class 1"^^xsd:string .
603 +
604 +ptrn:DirectConnectionSignatureForIndividual_1
605 + rdf:type ptrn:DirectThreeConnectionSignatureForIndividual ;
606 + rdfs:label "Direct connection signature for individual 1"^^xsd:string .
607 +
608 +ptrn:DirectThreeConnectionSignatureForClass
609 + rdf:type owl:Class ;
610 + rdfs:label "Direct connection signature for class"^^xsd:string ;
611 + rdfs:subClassOf ptrn:ConnectionSignatureForClass , ptrn:TIP ;
612 + rdfs:subClassOf
613 + [ rdf:type owl:Class ;
614 + owl:intersectionOf ([ rdf:type owl:Restriction ;
615 + owl:allValuesFrom owl:Class ;
616 + owl:onProperty ptrn:hasClassOfSide3
617 + ] [ rdf:type owl:Restriction ;
618 + owl:onClass owl:Class ;
619 + owl:onProperty ptrn:hasClassOfSide3 ;
620 + owl:qualifiedCardinality
621 + "1"^^xsd:nonNegativeInteger
622 + ])
623 + ] .
624 +
625 +ptrn:DirectThreeConnectionSignatureForIndividual
626 + rdf:type owl:Class ;
627 + rdfs:label "Direct connection signature for individual"^^xsd:string ;
628 + rdfs:subClassOf ptrn:ConnectionSignatureForIndividual , <http://posccaesar.org/rdl/RDS10019392721> , ptrn:TIP ;
629 + rdfs:subClassOf
630 + [ rdf:type owl:Class ;
631 + owl:intersectionOf ([ rdf:type owl:Restriction ;
632 + owl:allValuesFrom owl:Thing ;
633 + owl:onProperty ptrn:hasIndividualOfSide3
634 + ] [ rdf:type owl:Restriction ;
635 + owl:onClass owl:Thing ;
636 + owl:onProperty ptrn:hasIndividualOfSide3 ;
637 + owl:qualifiedCardinality
638 + "1"^^xsd:nonNegativeInteger
639 + ])
640 + ] .
603 641
604 ptrn:Employing 642 ptrn:Employing
605 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 643 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
606 rdfs:label "Employing"^^xsd:string ; 644 rdfs:label "Employing"^^xsd:string ;
607 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS9675422> . 645 + rdfs:subClassOf ptrn:ISO15926-4ClassOfRelationship .
608 646
609 ptrn:Employing_1 647 ptrn:Employing_1
610 rdf:type ptrn:Employing ; 648 rdf:type ptrn:Employing ;
...@@ -613,14 +651,14 @@ ptrn:Employing_1 ...@@ -613,14 +651,14 @@ ptrn:Employing_1
613 ptrn:Employment 651 ptrn:Employment
614 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationshipWithSignature> , owl:Class ; 652 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationshipWithSignature> , owl:Class ;
615 rdfs:label "Employment"^^xsd:string ; 653 rdfs:label "Employment"^^xsd:string ;
616 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS943613711> . 654 + rdfs:subClassOf ptrn:ISO15926-4ClassOfRelationship .
617 655
618 ptrn:Employment_1 656 ptrn:Employment_1
619 rdf:type ptrn:Employment ; 657 rdf:type ptrn:Employment ;
620 rdfs:label "Employment 1"^^xsd:string . 658 rdfs:label "Employment 1"^^xsd:string .
621 659
622 ptrn:Equipment 660 ptrn:Equipment
623 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , ptrn:RealizationLevelClass , owl:Class ; 661 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
624 rdfs:label "Equipment"^^xsd:string ; 662 rdfs:label "Equipment"^^xsd:string ;
625 rdfs:subClassOf ptrn:RealizationLevel . 663 rdfs:subClassOf ptrn:RealizationLevel .
626 664
...@@ -749,7 +787,7 @@ ptrn:EventCausalityToEndWellboreDrillingIndividual ...@@ -749,7 +787,7 @@ ptrn:EventCausalityToEndWellboreDrillingIndividual
749 ptrn:WellboreDrilling1 . 787 ptrn:WellboreDrilling1 .
750 788
751 ptrn:Facility 789 ptrn:Facility
752 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , ptrn:GenericTypeClass , owl:Class ; 790 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
753 rdfs:label "Facility"^^xsd:string ; 791 rdfs:label "Facility"^^xsd:string ;
754 rdfs:subClassOf ptrn:GenericType . 792 rdfs:subClassOf ptrn:GenericType .
755 793
...@@ -854,87 +892,115 @@ ptrn:FunctionalMappingSignatureForIndividual ...@@ -854,87 +892,115 @@ ptrn:FunctionalMappingSignatureForIndividual
854 ptrn:GenericType 892 ptrn:GenericType
855 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 893 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
856 rdfs:label "Generic type"^^xsd:string ; 894 rdfs:label "Generic type"^^xsd:string ;
857 - rdfs:subClassOf ptrn:OwnRDL . 895 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
858 896
859 ptrn:GenericTypeClass 897 ptrn:GenericTypeClass
860 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 898 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
861 rdfs:label "Temp"^^xsd:string ; 899 rdfs:label "Temp"^^xsd:string ;
862 - rdfs:subClassOf ptrn:OwnRDL . 900 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
863 901
864 ptrn:GravitationalConstant 902 ptrn:GravitationalConstant
865 - rdf:type ptrn:PropertyInstance ; 903 + rdf:type ptrn:ISO15926-4PropertyInstance ;
866 rdfs:label "Gravitational attraction between masses"^^xsd:string . 904 rdfs:label "Gravitational attraction between masses"^^xsd:string .
867 905
868 ptrn:HotWellPump 906 ptrn:HotWellPump
869 - rdf:type ptrn:StandardPumpClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 907 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
870 rdfs:label "Hot well pump"^^xsd:string ; 908 rdfs:label "Hot well pump"^^xsd:string ;
871 rdfs:subClassOf ptrn:Pump ; 909 rdfs:subClassOf ptrn:Pump ;
872 owl:sameAs <http://posccaesar.org/rdl/RDS406957051> . 910 owl:sameAs <http://posccaesar.org/rdl/RDS406957051> .
873 911
874 -ptrn:ISO15926-4Class 912 +ptrn:ILAPActivity
875 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> , owl:Class ; 913 + rdf:type owl:Class ;
914 + rdfs:label "ILAPActivity"^^xsd:string ;
915 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
916 +
917 +ptrn:ILAPActivity_1
918 + rdf:type ptrn:ILAPActivity ;
919 + rdfs:label "ILAPActivity 1"^^xsd:string .
920 +
921 +ptrn:ILAPActivity_2
922 + rdf:type ptrn:ILAPActivity ;
923 + rdfs:label "ILAPActivity 2"^^xsd:string .
924 +
925 +ptrn:ILAPLag
926 + rdf:type owl:Class ;
927 + rdfs:label "ILAPLag"^^xsd:string ;
928 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
929 +
930 +ptrn:ILAPLag_1
931 + rdf:type ptrn:ILAPLag ;
932 + rdfs:label "ILAPLag 1"^^xsd:string .
933 +
934 +ptrn:ILAPP
935 + rdf:type owl:Class ;
936 + rdfs:label "Integrated Lifecycle Asset Planning Pattern"^^xsd:string ;
937 + rdfs:subClassOf owl:Thing .
938 +
939 +ptrn:ILAPactivityIndividualPrecedence
940 + rdf:type owl:Class ;
941 + rdfs:label "ILAPactivity individual precedence"^^xsd:string ;
942 + rdfs:subClassOf ptrn:IndirectConnectionSignatureForIndividual , ptrn:ILAPP .
943 +
944 +ptrn:ILAPactivityIndividualPrecedence_1_2
945 + rdf:type ptrn:ILAPactivityIndividualPrecedence ;
946 + rdfs:label "ILAPactivity individual precedence 1 2"^^xsd:string .
947 +
948 +ptrn:ISO15926-4ClassOfClass
949 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ;
876 rdfs:label "ISO 15926-4 Class"^^xsd:string ; 950 rdfs:label "ISO 15926-4 Class"^^xsd:string ;
877 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS16735730> , ptrn:OwnRDL . 951 + rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS16735730> .
952 +
953 +ptrn:ISO15926-4ClassOfClassOfIndividual
954 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ;
955 + rdfs:label "ISO15926-4Property space"^^xsd:string ;
956 + rdfs:subClassOf ptrn:OwnRDL .
878 957
879 ptrn:ISO15926-4ClassOfClassOfRelationship 958 ptrn:ISO15926-4ClassOfClassOfRelationship
880 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfRelationship> ; 959 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfRelationship> ;
881 rdfs:label "ISO15926-4 Class of class of relationship"^^xsd:string ; 960 rdfs:label "ISO15926-4 Class of class of relationship"^^xsd:string ;
882 rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS10012334437> . 961 rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS10012334437> .
883 962
884 -ptrn:ISO15926-4WholeLifeIndividual 963 +ptrn:ISO15926-4ClassOfIndividual
885 - rdf:type owl:Class , ptrn:LifecycleWholePartClass ; 964 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
886 - rdfs:label "ISO 15926-4 Whole Life Individual"^^xsd:string ; 965 + rdfs:label "ISO15926-4Class of individual"^^xsd:string ;
887 - rdfs:subClassOf ptrn:LifecycleWholePart . 966 + rdfs:subClassOf ptrn:OwnRDL .
888 -
889 -ptrn:ISO15926-Class
890 - rdf:type ptrn:ISO15926-DataModel , owl:Class ;
891 - rdfs:label "ISO15926-Class"^^xsd:string ;
892 - rdfs:subClassOf ptrn:ISO15926-Thing .
893 -
894 -ptrn:ISO15926-ClassOfClass
895 - rdf:type ptrn:ISO15926-DataModel , owl:Class ;
896 - rdfs:label "ISO15926-2Class of class"^^xsd:string ;
897 - rdfs:subClassOf ptrn:ISO15926-Thing .
898 -
899 -ptrn:ISO15926-ClassOfClassOfRelationship
900 - rdf:type ptrn:ISO15926-DataModel , owl:Class ;
901 - rdfs:label "ISO15926-2Class of class of relationship"^^xsd:string ;
902 - rdfs:subClassOf ptrn:ISO15926-Thing .
903 967
904 -ptrn:ISO15926-ClassOfIndividual 968 +ptrn:ISO15926-4ClassOfRelationship
905 - rdf:type ptrn:ISO15926-DataModel , owl:Class ; 969 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfRelationship> ;
906 - rdfs:label "ISO15926-2Class of individual"^^xsd:string ; 970 + rdfs:label "ISO15926-4Class of relationship"^^xsd:string ;
907 - rdfs:subClassOf ptrn:ISO15926-Thing . 971 + rdfs:subClassOf ptrn:OwnRDL .
908 972
909 -ptrn:ISO15926-ClassOfRelationship 973 +ptrn:ISO15926-4PossibleIndividual
910 - rdf:type ptrn:ISO15926-DataModel , owl:Class ; 974 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
911 - rdfs:label "ISO15926-2Class of relationship"^^xsd:string ; 975 + rdfs:label "ISO15926-4Possible individual"^^xsd:string ;
912 - rdfs:subClassOf ptrn:ISO15926-Thing . 976 + rdfs:subClassOf ptrn:OwnRDL .
913 977
914 -ptrn:ISO15926-DataModel 978 +ptrn:ISO15926-4Property
915 - rdf:type owl:Class ; 979 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ;
916 - rdfs:label "ISO15926-Data model"^^xsd:string ; 980 + rdfs:label "ISO15926-4Property"^^xsd:string ;
917 - rdfs:subClassOf owl:Thing . 981 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual ;
982 + owl:sameAs <http://posccaesar.org/rdl/RDS421436751> .
918 983
919 -ptrn:ISO15926-Individual 984 +ptrn:ISO15926-4PropertyInstance
920 - rdf:type ptrn:ISO15926-DataModel , owl:Class ; 985 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Property> ;
921 - rdfs:label "ISO15926-2Individual"^^xsd:string ; 986 + rdfs:label "Property instance"^^xsd:string ;
922 - rdfs:subClassOf ptrn:ISO15926-Thing . 987 + rdfs:subClassOf ptrn:ISO15926-4PossibleIndividual ;
988 + owl:sameAs <http://posccaesar.org/rdl/RDS326563111> .
923 989
924 -ptrn:ISO15926-Relationship 990 +ptrn:ISO15926-4Scale
925 - rdf:type ptrn:ISO15926-DataModel , owl:Class ; 991 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
926 - rdfs:label "ISO15926-2Relationship"^^xsd:string ; 992 + rdfs:label "ISO15926-4Scale"^^xsd:string ;
927 - rdfs:subClassOf ptrn:ISO15926-Thing . 993 + rdfs:subClassOf ptrn:OwnRDL .
928 994
929 -ptrn:ISO15926-Thing 995 +ptrn:ISO15926-4WholeLifeIndividual
930 - rdf:type ptrn:ISO15926-DataModel , owl:Class ; 996 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
931 - rdfs:label "ISO15926-2"^^xsd:string ; 997 + rdfs:label "ISO 15926-4 Whole Life Individual"^^xsd:string ;
932 - rdfs:subClassOf owl:Thing . 998 + rdfs:subClassOf ptrn:LifecycleWholePart .
933 999
934 ptrn:ISOTS15926-4InformationClass 1000 ptrn:ISOTS15926-4InformationClass
935 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 1001 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
936 rdfs:label "ISO TS 15926-4 Information class"^^xsd:string ; 1002 rdfs:label "ISO TS 15926-4 Information class"^^xsd:string ;
937 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS4316259636> . 1003 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
938 1004
939 ptrn:IdentificationOfPumpImpellerClass 1005 ptrn:IdentificationOfPumpImpellerClass
940 rdf:type ptrn:TemplateInstanceForClassOfClass , ptrn:IdentificationSignatureForClassOfClass ; 1006 rdf:type ptrn:TemplateInstanceForClassOfClass , ptrn:IdentificationSignatureForClassOfClass ;
...@@ -1053,9 +1119,9 @@ ptrn:IdentificationSignatureForIndividual ...@@ -1053,9 +1119,9 @@ ptrn:IdentificationSignatureForIndividual
1053 ] . 1119 ] .
1054 1120
1055 ptrn:ImpellerSuctionInlet 1121 ptrn:ImpellerSuctionInlet
1056 - rdf:type ptrn:ImpellerSuctionInletClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 1122 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
1057 rdfs:label "Impeller suction inlet"^^xsd:string ; 1123 rdfs:label "Impeller suction inlet"^^xsd:string ;
1058 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS407085341> . 1124 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1059 1125
1060 ptrn:ImpellerSuctionInlet1 1126 ptrn:ImpellerSuctionInlet1
1061 rdf:type ptrn:ImpellerSuctionInlet , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; 1127 rdf:type ptrn:ImpellerSuctionInlet , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ;
...@@ -1064,22 +1130,64 @@ ptrn:ImpellerSuctionInlet1 ...@@ -1064,22 +1130,64 @@ ptrn:ImpellerSuctionInlet1
1064 ptrn:ImpellerSuctionInletClass 1130 ptrn:ImpellerSuctionInletClass
1065 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 1131 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
1066 rdfs:label "Impeller suction inlet class"^^xsd:string ; 1132 rdfs:label "Impeller suction inlet class"^^xsd:string ;
1067 - rdfs:subClassOf ptrn:OwnRDL . 1133 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1068 1134
1069 ptrn:Impeller_ME03-983498 1135 ptrn:Impeller_ME03-983498
1070 rdf:type ptrn:PumpImpeller , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; 1136 rdf:type ptrn:PumpImpeller , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ;
1071 rdfs:label "Impeller ME03-983498"^^xsd:string ; 1137 rdfs:label "Impeller ME03-983498"^^xsd:string ;
1072 owl:sameAs <http://posccaesar.org/rdl/RDS364686596> . 1138 owl:sameAs <http://posccaesar.org/rdl/RDS364686596> .
1073 1139
1140 +ptrn:IndirectConnectionSignatureForClass
1141 + rdf:type owl:Class ;
1142 + rdfs:label "Indirect connection signature for class"^^xsd:string ;
1143 + rdfs:subClassOf ptrn:ConnectionSignatureForClass ;
1144 + rdfs:subClassOf
1145 + [ rdf:type owl:Class ;
1146 + owl:intersectionOf ([ rdf:type owl:Restriction ;
1147 + owl:allValuesFrom owl:Class ;
1148 + owl:onProperty ptrn:hasLag
1149 + ] [ rdf:type owl:Restriction ;
1150 + owl:onClass owl:Class ;
1151 + owl:onProperty ptrn:hasLag ;
1152 + owl:qualifiedCardinality
1153 + "1"^^xsd:nonNegativeInteger
1154 + ])
1155 + ] .
1156 +
1157 +ptrn:IndirectConnectionSignatureForClass_1
1158 + rdf:type ptrn:IndirectConnectionSignatureForClass ;
1159 + rdfs:label "Indirect connection signature for class 1"^^xsd:string .
1160 +
1161 +ptrn:IndirectConnectionSignatureForIndividual
1162 + rdf:type ptrn:ConnectionPattern , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfMultidimensionalObject> , owl:Class ;
1163 + rdfs:label "Indirect connection signature for individual"^^xsd:string ;
1164 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10019392736> , ptrn:ConnectionSignatureForIndividual ;
1165 + rdfs:subClassOf
1166 + [ rdf:type owl:Class ;
1167 + owl:intersectionOf ([ rdf:type owl:Restriction ;
1168 + owl:allValuesFrom owl:Thing ;
1169 + owl:onProperty ptrn:hasLag
1170 + ] [ rdf:type owl:Restriction ;
1171 + owl:onClass owl:Thing ;
1172 + owl:onProperty ptrn:hasLag ;
1173 + owl:qualifiedCardinality
1174 + "1"^^xsd:nonNegativeInteger
1175 + ])
1176 + ] .
1177 +
1178 +ptrn:IndirectConnectionSignatureForIndividual_1
1179 + rdf:type ptrn:IndirectConnectionSignatureForIndividual ;
1180 + rdfs:label "Indirect connection signature for individual 1"^^xsd:string .
1181 +
1074 ptrn:Information 1182 ptrn:Information
1075 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , ptrn:GenericTypeClass , owl:Class ; 1183 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
1076 rdfs:label "Information"^^xsd:string ; 1184 rdfs:label "Information"^^xsd:string ;
1077 rdfs:subClassOf ptrn:GenericType . 1185 rdfs:subClassOf ptrn:GenericType .
1078 1186
1079 ptrn:InletFluidStream 1187 ptrn:InletFluidStream
1080 - rdf:type ptrn:InletFluidStreamClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfCompund> , owl:Class ; 1188 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfCompund> , owl:Class ;
1081 rdfs:label "Inlet fluid stream"^^xsd:string ; 1189 rdfs:label "Inlet fluid stream"^^xsd:string ;
1082 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS2197671351> . 1190 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1083 1191
1084 ptrn:InletFluidStream1 1192 ptrn:InletFluidStream1
1085 rdf:type ptrn:InletFluidStream , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Compund> ; 1193 rdf:type ptrn:InletFluidStream , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Compund> ;
...@@ -1088,27 +1196,27 @@ ptrn:InletFluidStream1 ...@@ -1088,27 +1196,27 @@ ptrn:InletFluidStream1
1088 ptrn:InletFluidStreamClass 1196 ptrn:InletFluidStreamClass
1089 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 1197 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
1090 rdfs:label "Inlet fluid stream class"^^xsd:string ; 1198 rdfs:label "Inlet fluid stream class"^^xsd:string ;
1091 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS1416614251> . 1199 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1092 1200
1093 ptrn:LifecycleWholePart 1201 ptrn:LifecycleWholePart
1094 - rdf:type owl:Class ; 1202 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
1095 rdfs:label "Lifecycle whole part"^^xsd:string ; 1203 rdfs:label "Lifecycle whole part"^^xsd:string ;
1096 - rdfs:subClassOf ptrn:OwnRDL . 1204 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1097 1205
1098 ptrn:LifecycleWholePartClass 1206 ptrn:LifecycleWholePartClass
1099 - rdf:type owl:Class ; 1207 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
1100 rdfs:label "Lifecycle whole part class"^^xsd:string ; 1208 rdfs:label "Lifecycle whole part class"^^xsd:string ;
1101 - rdfs:subClassOf ptrn:OwnRDL . 1209 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1102 1210
1103 ptrn:MaximumPressure 1211 ptrn:MaximumPressure
1104 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; 1212 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ;
1105 rdfs:label "Maximum pressure"^^xsd:string ; 1213 rdfs:label "Maximum pressure"^^xsd:string ;
1106 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS7344775> . 1214 + rdfs:subClassOf ptrn:ISO15926-4Property .
1107 1215
1108 ptrn:MeasuredPressure 1216 ptrn:MeasuredPressure
1109 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; 1217 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ;
1110 rdfs:label "Measured pressure"^^xsd:string ; 1218 rdfs:label "Measured pressure"^^xsd:string ;
1111 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS16634487> . 1219 + rdfs:subClassOf ptrn:ISO15926-4Property .
1112 1220
1113 ptrn:OpenPumpImpeller 1221 ptrn:OpenPumpImpeller
1114 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 1222 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
...@@ -1205,14 +1313,14 @@ ptrn:ParticipationSignatureForIndividual ...@@ -1205,14 +1313,14 @@ ptrn:ParticipationSignatureForIndividual
1205 ] . 1313 ] .
1206 1314
1207 ptrn:Person 1315 ptrn:Person
1208 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , ptrn:GenericTypeClass , owl:Class ; 1316 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
1209 rdfs:label "Person"^^xsd:string ; 1317 rdfs:label "Person"^^xsd:string ;
1210 rdfs:subClassOf ptrn:GenericType . 1318 rdfs:subClassOf ptrn:GenericType .
1211 1319
1212 ptrn:Pipe 1320 ptrn:Pipe
1213 - rdf:type ptrn:PipeClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 1321 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
1214 rdfs:label "Pipe"^^xsd:string ; 1322 rdfs:label "Pipe"^^xsd:string ;
1215 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS421199> . 1323 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1216 1324
1217 ptrn:Pipe1 1325 ptrn:Pipe1
1218 rdf:type ptrn:Pipe , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; 1326 rdf:type ptrn:Pipe , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ;
...@@ -1221,12 +1329,12 @@ ptrn:Pipe1 ...@@ -1221,12 +1329,12 @@ ptrn:Pipe1
1221 ptrn:PipeClass 1329 ptrn:PipeClass
1222 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 1330 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
1223 rdfs:label "Pipe class"^^xsd:string ; 1331 rdfs:label "Pipe class"^^xsd:string ;
1224 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS228014> . 1332 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1225 1333
1226 ptrn:PipeFlange 1334 ptrn:PipeFlange
1227 - rdf:type ptrn:PipeFlangeClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 1335 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
1228 rdfs:label "Pipe flange"^^xsd:string ; 1336 rdfs:label "Pipe flange"^^xsd:string ;
1229 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS418589> . 1337 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1230 1338
1231 ptrn:PipeFlange1 1339 ptrn:PipeFlange1
1232 rdf:type ptrn:PipeFlange , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; 1340 rdf:type ptrn:PipeFlange , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ;
...@@ -1235,32 +1343,27 @@ ptrn:PipeFlange1 ...@@ -1235,32 +1343,27 @@ ptrn:PipeFlange1
1235 ptrn:PipeFlangeClass 1343 ptrn:PipeFlangeClass
1236 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 1344 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
1237 rdfs:label "Pipe flange class"^^xsd:string ; 1345 rdfs:label "Pipe flange class"^^xsd:string ;
1238 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS225719> . 1346 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1239 1347
1240 ptrn:Process 1348 ptrn:Process
1241 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , ptrn:GenericTypeClass , owl:Class ; 1349 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
1242 rdfs:label "Process"^^xsd:string ; 1350 rdfs:label "Process"^^xsd:string ;
1243 rdfs:subClassOf ptrn:GenericType . 1351 rdfs:subClassOf ptrn:GenericType .
1244 1352
1245 ptrn:Product 1353 ptrn:Product
1246 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , ptrn:RealizationLevelClass , owl:Class ; 1354 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
1247 rdfs:label "Product"^^xsd:string ; 1355 rdfs:label "Product"^^xsd:string ;
1248 rdfs:subClassOf ptrn:RealizationLevel . 1356 rdfs:subClassOf ptrn:RealizationLevel .
1249 1357
1250 ptrn:ProductData 1358 ptrn:ProductData
1251 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 1359 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
1252 rdfs:label "Product data"^^xsd:string ; 1360 rdfs:label "Product data"^^xsd:string ;
1253 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS43168252150> . 1361 + rdfs:subClassOf ptrn:ISO15926-4ClassOfRelationship .
1254 1362
1255 ptrn:ProductData_P101 1363 ptrn:ProductData_P101
1256 rdf:type ptrn:ProductData , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ArrangedIndividual> ; 1364 rdf:type ptrn:ProductData , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ArrangedIndividual> ;
1257 rdfs:label "Product data P101"^^xsd:string . 1365 rdfs:label "Product data P101"^^xsd:string .
1258 1366
1259 -ptrn:PropertyInstance
1260 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Property> , owl:Class ;
1261 - rdfs:label "Property instance"^^xsd:string ;
1262 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS326563111> .
1263 -
1264 ptrn:PropertyOfMaximumPressureForHotWellPumpClassOfIndividual 1367 ptrn:PropertyOfMaximumPressureForHotWellPumpClassOfIndividual
1265 rdf:type ptrn:TemplateInstanceForClassOfIndividual , ptrn:PropertySignatureForClass ; 1368 rdf:type ptrn:TemplateInstanceForClassOfIndividual , ptrn:PropertySignatureForClass ;
1266 rdfs:label "Property of Maximum Pressure in Bar for Hot Well Pump"^^xsd:string ; 1369 rdfs:label "Property of Maximum Pressure in Bar for Hot Well Pump"^^xsd:string ;
...@@ -1373,24 +1476,24 @@ ptrn:PropertySignatureForIndividual ...@@ -1373,24 +1476,24 @@ ptrn:PropertySignatureForIndividual
1373 ] . 1476 ] .
1374 1477
1375 ptrn:Pump 1478 ptrn:Pump
1376 - rdf:type ptrn:PumpClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 1479 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
1377 rdfs:label "Pump"^^xsd:string ; 1480 rdfs:label "Pump"^^xsd:string ;
1378 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS327239> . 1481 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1379 1482
1380 ptrn:PumpClass 1483 ptrn:PumpClass
1381 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 1484 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
1382 rdfs:label "Pump class"^^xsd:string ; 1485 rdfs:label "Pump class"^^xsd:string ;
1383 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS213929> . 1486 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1384 1487
1385 ptrn:PumpImpeller 1488 ptrn:PumpImpeller
1386 - rdf:type ptrn:PumpImpellerClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 1489 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
1387 rdfs:label "Pump impeller"^^xsd:string ; 1490 rdfs:label "Pump impeller"^^xsd:string ;
1388 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS816299> . 1491 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1389 1492
1390 ptrn:PumpImpellerClass 1493 ptrn:PumpImpellerClass
1391 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 1494 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
1392 rdfs:label "Pump impeller class"^^xsd:string ; 1495 rdfs:label "Pump impeller class"^^xsd:string ;
1393 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS245789> . 1496 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1394 1497
1395 ptrn:PumpImpellerTypeClass 1498 ptrn:PumpImpellerTypeClass
1396 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 1499 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
...@@ -1405,7 +1508,7 @@ ptrn:Pump_P-101 ...@@ -1405,7 +1508,7 @@ ptrn:Pump_P-101
1405 ptrn:Purchaser 1508 ptrn:Purchaser
1406 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ; 1509 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ;
1407 rdfs:label "Purchaser"^^xsd:string ; 1510 rdfs:label "Purchaser"^^xsd:string ;
1408 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS13420862> . 1511 + rdfs:subClassOf ptrn:ISO15926-4ClassOfRelationship .
1409 1512
1410 ptrn:Purchaser_1 1513 ptrn:Purchaser_1
1411 rdf:type ptrn:Purchaser ; 1514 rdf:type ptrn:Purchaser ;
...@@ -1414,7 +1517,7 @@ ptrn:Purchaser_1 ...@@ -1414,7 +1517,7 @@ ptrn:Purchaser_1
1414 ptrn:Purchasing 1517 ptrn:Purchasing
1415 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfActivity> , owl:Class ; 1518 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfActivity> , owl:Class ;
1416 rdfs:label "Purchasing"^^xsd:string ; 1519 rdfs:label "Purchasing"^^xsd:string ;
1417 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS9657962> . 1520 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1418 1521
1419 ptrn:Purchasing_1 1522 ptrn:Purchasing_1
1420 rdf:type ptrn:Purchasing ; 1523 rdf:type ptrn:Purchasing ;
...@@ -1423,12 +1526,12 @@ ptrn:Purchasing_1 ...@@ -1423,12 +1526,12 @@ ptrn:Purchasing_1
1423 ptrn:RealizationLevel 1526 ptrn:RealizationLevel
1424 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 1527 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
1425 rdfs:label "Realization level"^^xsd:string ; 1528 rdfs:label "Realization level"^^xsd:string ;
1426 - rdfs:subClassOf ptrn:OwnRDL . 1529 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
1427 1530
1428 ptrn:RealizationLevelClass 1531 ptrn:RealizationLevelClass
1429 - rdf:type owl:Class ; 1532 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ;
1430 rdfs:label "Realization level class"^^xsd:string ; 1533 rdfs:label "Realization level class"^^xsd:string ;
1431 - rdfs:subClassOf ptrn:OwnRDL . 1534 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1432 1535
1433 ptrn:RegistrationOfHaywardPumpImpellerClassOfIndividual 1536 ptrn:RegistrationOfHaywardPumpImpellerClassOfIndividual
1434 rdf:type ptrn:TemplateInstanceForClassOfIndividual , ptrn:RegistrationSignatureForClass ; 1537 rdf:type ptrn:TemplateInstanceForClassOfIndividual , ptrn:RegistrationSignatureForClass ;
...@@ -1464,28 +1567,13 @@ ptrn:RegistrationSignatureForClass ...@@ -1464,28 +1567,13 @@ ptrn:RegistrationSignatureForClass
1464 rdfs:label "Registration Template Signature for Class"^^xsd:string ; 1567 rdfs:label "Registration Template Signature for Class"^^xsd:string ;
1465 rdfs:subClassOf ptrn:TemplateSignature ; 1568 rdfs:subClassOf ptrn:TemplateSignature ;
1466 rdfs:subClassOf 1569 rdfs:subClassOf
1467 - [ rdf:type owl:Restriction ;
1468 - owl:allValuesFrom xsd:string ;
1469 - owl:onProperty ptrn:hasDesignation
1470 - ] ;
1471 - rdfs:subClassOf
1472 - [ rdf:type owl:Restriction ;
1473 - owl:allValuesFrom owl:Thing ;
1474 - owl:onProperty ptrn:hasLocalIdentifier
1475 - ] ;
1476 - rdfs:subClassOf
1477 - [ rdf:type owl:Restriction ;
1478 - owl:allValuesFrom owl:Thing ;
1479 - owl:onProperty ptrn:hasIdentifier
1480 - ] ;
1481 - rdfs:subClassOf
1482 [ rdf:type owl:Class ; 1570 [ rdf:type owl:Class ;
1483 owl:intersectionOf ([ rdf:type owl:Restriction ; 1571 owl:intersectionOf ([ rdf:type owl:Restriction ;
1484 - owl:allValuesFrom ptrn:LifecycleWholePartClass ; 1572 + owl:allValuesFrom ptrn:GenericTypeClass ;
1485 - owl:onProperty ptrn:hasLifecycleWholePart 1573 + owl:onProperty ptrn:hasGenericType
1486 ] [ rdf:type owl:Restriction ; 1574 ] [ rdf:type owl:Restriction ;
1487 - owl:onClass ptrn:LifecycleWholePartClass ; 1575 + owl:onClass ptrn:GenericTypeClass ;
1488 - owl:onProperty ptrn:hasLifecycleWholePart ; 1576 + owl:onProperty ptrn:hasGenericType ;
1489 owl:qualifiedCardinality 1577 owl:qualifiedCardinality
1490 "1"^^xsd:nonNegativeInteger 1578 "1"^^xsd:nonNegativeInteger
1491 ]) 1579 ])
...@@ -1516,8 +1604,13 @@ ptrn:RegistrationSignatureForClass ...@@ -1516,8 +1604,13 @@ ptrn:RegistrationSignatureForClass
1516 ] ; 1604 ] ;
1517 rdfs:subClassOf 1605 rdfs:subClassOf
1518 [ rdf:type owl:Restriction ; 1606 [ rdf:type owl:Restriction ;
1519 - owl:allValuesFrom owl:Class ; 1607 + owl:allValuesFrom owl:Thing ;
1520 - owl:onProperty ptrn:hasSuperclass 1608 + owl:onProperty ptrn:hasIdentifier
1609 + ] ;
1610 + rdfs:subClassOf
1611 + [ rdf:type owl:Restriction ;
1612 + owl:allValuesFrom owl:Thing ;
1613 + owl:onProperty ptrn:hasLocalIdentifier
1521 ] ; 1614 ] ;
1522 rdfs:subClassOf 1615 rdfs:subClassOf
1523 [ rdf:type owl:Restriction ; 1616 [ rdf:type owl:Restriction ;
...@@ -1527,14 +1620,24 @@ ptrn:RegistrationSignatureForClass ...@@ -1527,14 +1620,24 @@ ptrn:RegistrationSignatureForClass
1527 rdfs:subClassOf 1620 rdfs:subClassOf
1528 [ rdf:type owl:Class ; 1621 [ rdf:type owl:Class ;
1529 owl:intersectionOf ([ rdf:type owl:Restriction ; 1622 owl:intersectionOf ([ rdf:type owl:Restriction ;
1530 - owl:allValuesFrom ptrn:GenericTypeClass ; 1623 + owl:allValuesFrom ptrn:LifecycleWholePartClass ;
1531 - owl:onProperty ptrn:hasGenericType 1624 + owl:onProperty ptrn:hasLifecycleWholePart
1532 ] [ rdf:type owl:Restriction ; 1625 ] [ rdf:type owl:Restriction ;
1533 - owl:onClass ptrn:GenericTypeClass ; 1626 + owl:onClass ptrn:LifecycleWholePartClass ;
1534 - owl:onProperty ptrn:hasGenericType ; 1627 + owl:onProperty ptrn:hasLifecycleWholePart ;
1535 owl:qualifiedCardinality 1628 owl:qualifiedCardinality
1536 "1"^^xsd:nonNegativeInteger 1629 "1"^^xsd:nonNegativeInteger
1537 ]) 1630 ])
1631 + ] ;
1632 + rdfs:subClassOf
1633 + [ rdf:type owl:Restriction ;
1634 + owl:allValuesFrom xsd:string ;
1635 + owl:onProperty ptrn:hasDesignation
1636 + ] ;
1637 + rdfs:subClassOf
1638 + [ rdf:type owl:Restriction ;
1639 + owl:allValuesFrom owl:Class ;
1640 + owl:onProperty ptrn:hasSuperclass
1538 ] . 1641 ] .
1539 1642
1540 ptrn:RegistrationSignatureForIndividual 1643 ptrn:RegistrationSignatureForIndividual
...@@ -1543,8 +1646,8 @@ ptrn:RegistrationSignatureForIndividual ...@@ -1543,8 +1646,8 @@ ptrn:RegistrationSignatureForIndividual
1543 rdfs:subClassOf ptrn:TemplateSignature ; 1646 rdfs:subClassOf ptrn:TemplateSignature ;
1544 rdfs:subClassOf 1647 rdfs:subClassOf
1545 [ rdf:type owl:Restriction ; 1648 [ rdf:type owl:Restriction ;
1546 - owl:allValuesFrom owl:Thing ; 1649 + owl:allValuesFrom owl:Class ;
1547 - owl:onProperty ptrn:hasIdentifier 1650 + owl:onProperty ptrn:hasEntityType
1548 ] ; 1651 ] ;
1549 rdfs:subClassOf 1652 rdfs:subClassOf
1550 [ rdf:type owl:Restriction ; 1653 [ rdf:type owl:Restriction ;
...@@ -1558,13 +1661,13 @@ ptrn:RegistrationSignatureForIndividual ...@@ -1558,13 +1661,13 @@ ptrn:RegistrationSignatureForIndividual
1558 ] ; 1661 ] ;
1559 rdfs:subClassOf 1662 rdfs:subClassOf
1560 [ rdf:type owl:Restriction ; 1663 [ rdf:type owl:Restriction ;
1561 - owl:allValuesFrom owl:Class ; 1664 + owl:allValuesFrom owl:Thing ;
1562 - owl:onProperty ptrn:hasEntityType 1665 + owl:onProperty ptrn:hasLocalIdentifier
1563 ] ; 1666 ] ;
1564 rdfs:subClassOf 1667 rdfs:subClassOf
1565 [ rdf:type owl:Restriction ; 1668 [ rdf:type owl:Restriction ;
1566 owl:allValuesFrom owl:Thing ; 1669 owl:allValuesFrom owl:Thing ;
1567 - owl:onProperty ptrn:hasLocalIdentifier 1670 + owl:onProperty ptrn:hasIdentifier
1568 ] . 1671 ] .
1569 1672
1570 ptrn:RepresentationOfPumpClassByInformationClass 1673 ptrn:RepresentationOfPumpClassByInformationClass
...@@ -1684,7 +1787,7 @@ ptrn:RepresentationSignatureForIndividual ...@@ -1684,7 +1787,7 @@ ptrn:RepresentationSignatureForIndividual
1684 ] . 1787 ] .
1685 1788
1686 ptrn:Requirement 1789 ptrn:Requirement
1687 - rdf:type ptrn:RealizationLevelClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 1790 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
1688 rdfs:label "Requirement"^^xsd:string ; 1791 rdfs:label "Requirement"^^xsd:string ;
1689 rdfs:subClassOf ptrn:RealizationLevel ; 1792 rdfs:subClassOf ptrn:RealizationLevel ;
1690 owl:sameAs <http://posccaesar.org/rdl/RDS11703698> . 1793 owl:sameAs <http://posccaesar.org/rdl/RDS11703698> .
...@@ -1778,7 +1881,7 @@ ptrn:SpecializationSignatureForClassOfIndividual ...@@ -1778,7 +1881,7 @@ ptrn:SpecializationSignatureForClassOfIndividual
1778 ] . 1881 ] .
1779 1882
1780 ptrn:StandardPump 1883 ptrn:StandardPump
1781 - rdf:type ptrn:StandardPumpClass , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 1884 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
1782 rdfs:label "Standard pump"^^xsd:string ; 1885 rdfs:label "Standard pump"^^xsd:string ;
1783 rdfs:subClassOf ptrn:Pump ; 1886 rdfs:subClassOf ptrn:Pump ;
1784 owl:sameAs <http://posccaesar.org/rdl/RDS424663061> . 1887 owl:sameAs <http://posccaesar.org/rdl/RDS424663061> .
...@@ -1902,12 +2005,12 @@ ptrn:StatusApprovalSignatureForIndividual ...@@ -1902,12 +2005,12 @@ ptrn:StatusApprovalSignatureForIndividual
1902 ptrn:StraightLinearDistance 2005 ptrn:StraightLinearDistance
1903 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationship> , owl:Class ; 2006 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelationship> , owl:Class ;
1904 rdfs:label "Straight linear distance"^^xsd:string ; 2007 rdfs:label "Straight linear distance"^^xsd:string ;
1905 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS1721254101> . 2008 + rdfs:subClassOf ptrn:ISO15926-4ClassOfRelationship .
1906 2009
1907 ptrn:StraightLinearDistanceClass 2010 ptrn:StraightLinearDistanceClass
1908 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfRelationship> , owl:Class ; 2011 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfRelationship> , owl:Class ;
1909 rdfs:label "Straight linear distance class"^^xsd:string ; 2012 rdfs:label "Straight linear distance class"^^xsd:string ;
1910 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS1468316131> . 2013 + rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfRelationship .
1911 2014
1912 ptrn:StraightLinearDistance_1 2015 ptrn:StraightLinearDistance_1
1913 rdf:type ptrn:StraightLinearDistance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Relationship> ; 2016 rdf:type ptrn:StraightLinearDistance , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Relationship> ;
...@@ -1918,8 +2021,13 @@ ptrn:SunDrivenPump ...@@ -1918,8 +2021,13 @@ ptrn:SunDrivenPump
1918 rdfs:label "Sun driven pump"^^xsd:string ; 2021 rdfs:label "Sun driven pump"^^xsd:string ;
1919 rdfs:subClassOf ptrn:OtherRDL . 2022 rdfs:subClassOf ptrn:OtherRDL .
1920 2023
2024 +ptrn:TIP
2025 + rdf:type owl:Class ;
2026 + rdfs:label "TIP"^^xsd:string ;
2027 + rdfs:subClassOf owl:Thing .
2028 +
1921 ptrn:Tag 2029 ptrn:Tag
1922 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , ptrn:RealizationLevelClass , owl:Class ; 2030 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
1923 rdfs:label "Tag description"^^xsd:string ; 2031 rdfs:label "Tag description"^^xsd:string ;
1924 rdfs:subClassOf ptrn:RealizationLevel ; 2032 rdfs:subClassOf ptrn:RealizationLevel ;
1925 owl:sameAs <http://posccaesar.org/rdl/RDS13599387> . 2033 owl:sameAs <http://posccaesar.org/rdl/RDS13599387> .
...@@ -1955,7 +2063,7 @@ ptrn:TemplateSignature ...@@ -1955,7 +2063,7 @@ ptrn:TemplateSignature
1955 rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316259636> , owl:Thing . 2063 rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316259636> , owl:Thing .
1956 2064
1957 ptrn:TemporalPart 2065 ptrn:TemporalPart
1958 - rdf:type ptrn:LifecycleWholePartClass , owl:Class ; 2066 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
1959 rdfs:label "Temporal part"^^xsd:string ; 2067 rdfs:label "Temporal part"^^xsd:string ;
1960 rdfs:subClassOf ptrn:LifecycleWholePart . 2068 rdfs:subClassOf ptrn:LifecycleWholePart .
1961 2069
...@@ -2003,10 +2111,10 @@ ptrn:TimeAssignmentSignatureForClass ...@@ -2003,10 +2111,10 @@ ptrn:TimeAssignmentSignatureForClass
2003 [ rdf:type owl:Class ; 2111 [ rdf:type owl:Class ;
2004 owl:intersectionOf ([ rdf:type owl:Restriction ; 2112 owl:intersectionOf ([ rdf:type owl:Restriction ;
2005 owl:allValuesFrom xsd:string ; 2113 owl:allValuesFrom xsd:string ;
2006 - owl:onProperty ptrn:hasDay 2114 + owl:onProperty ptrn:hasSecond
2007 ] [ rdf:type owl:Restriction ; 2115 ] [ rdf:type owl:Restriction ;
2008 owl:onDataRange xsd:string ; 2116 owl:onDataRange xsd:string ;
2009 - owl:onProperty ptrn:hasDay ; 2117 + owl:onProperty ptrn:hasSecond ;
2010 owl:qualifiedCardinality 2118 owl:qualifiedCardinality
2011 "1"^^xsd:nonNegativeInteger 2119 "1"^^xsd:nonNegativeInteger
2012 ]) 2120 ])
...@@ -2014,11 +2122,11 @@ ptrn:TimeAssignmentSignatureForClass ...@@ -2014,11 +2122,11 @@ ptrn:TimeAssignmentSignatureForClass
2014 rdfs:subClassOf 2122 rdfs:subClassOf
2015 [ rdf:type owl:Class ; 2123 [ rdf:type owl:Class ;
2016 owl:intersectionOf ([ rdf:type owl:Restriction ; 2124 owl:intersectionOf ([ rdf:type owl:Restriction ;
2017 - owl:allValuesFrom owl:Class ; 2125 + owl:allValuesFrom xsd:string ;
2018 - owl:onProperty ptrn:hasClassOfTime 2126 + owl:onProperty ptrn:hasYear
2019 ] [ rdf:type owl:Restriction ; 2127 ] [ rdf:type owl:Restriction ;
2020 - owl:onClass owl:Class ; 2128 + owl:onDataRange xsd:string ;
2021 - owl:onProperty ptrn:hasClassOfTime ; 2129 + owl:onProperty ptrn:hasYear ;
2022 owl:qualifiedCardinality 2130 owl:qualifiedCardinality
2023 "1"^^xsd:nonNegativeInteger 2131 "1"^^xsd:nonNegativeInteger
2024 ]) 2132 ])
...@@ -2027,10 +2135,10 @@ ptrn:TimeAssignmentSignatureForClass ...@@ -2027,10 +2135,10 @@ ptrn:TimeAssignmentSignatureForClass
2027 [ rdf:type owl:Class ; 2135 [ rdf:type owl:Class ;
2028 owl:intersectionOf ([ rdf:type owl:Restriction ; 2136 owl:intersectionOf ([ rdf:type owl:Restriction ;
2029 owl:allValuesFrom xsd:string ; 2137 owl:allValuesFrom xsd:string ;
2030 - owl:onProperty ptrn:hasMonth 2138 + owl:onProperty ptrn:hasDay
2031 ] [ rdf:type owl:Restriction ; 2139 ] [ rdf:type owl:Restriction ;
2032 owl:onDataRange xsd:string ; 2140 owl:onDataRange xsd:string ;
2033 - owl:onProperty ptrn:hasMonth ; 2141 + owl:onProperty ptrn:hasDay ;
2034 owl:qualifiedCardinality 2142 owl:qualifiedCardinality
2035 "1"^^xsd:nonNegativeInteger 2143 "1"^^xsd:nonNegativeInteger
2036 ]) 2144 ])
...@@ -2039,10 +2147,10 @@ ptrn:TimeAssignmentSignatureForClass ...@@ -2039,10 +2147,10 @@ ptrn:TimeAssignmentSignatureForClass
2039 [ rdf:type owl:Class ; 2147 [ rdf:type owl:Class ;
2040 owl:intersectionOf ([ rdf:type owl:Restriction ; 2148 owl:intersectionOf ([ rdf:type owl:Restriction ;
2041 owl:allValuesFrom xsd:string ; 2149 owl:allValuesFrom xsd:string ;
2042 - owl:onProperty ptrn:hasMinute 2150 + owl:onProperty ptrn:hasHour
2043 ] [ rdf:type owl:Restriction ; 2151 ] [ rdf:type owl:Restriction ;
2044 owl:onDataRange xsd:string ; 2152 owl:onDataRange xsd:string ;
2045 - owl:onProperty ptrn:hasMinute ; 2153 + owl:onProperty ptrn:hasHour ;
2046 owl:qualifiedCardinality 2154 owl:qualifiedCardinality
2047 "1"^^xsd:nonNegativeInteger 2155 "1"^^xsd:nonNegativeInteger
2048 ]) 2156 ])
...@@ -2050,11 +2158,11 @@ ptrn:TimeAssignmentSignatureForClass ...@@ -2050,11 +2158,11 @@ ptrn:TimeAssignmentSignatureForClass
2050 rdfs:subClassOf 2158 rdfs:subClassOf
2051 [ rdf:type owl:Class ; 2159 [ rdf:type owl:Class ;
2052 owl:intersectionOf ([ rdf:type owl:Restriction ; 2160 owl:intersectionOf ([ rdf:type owl:Restriction ;
2053 - owl:allValuesFrom xsd:string ; 2161 + owl:allValuesFrom owl:Class ;
2054 - owl:onProperty ptrn:hasSecond 2162 + owl:onProperty ptrn:hasClassOfTime
2055 ] [ rdf:type owl:Restriction ; 2163 ] [ rdf:type owl:Restriction ;
2056 - owl:onDataRange xsd:string ; 2164 + owl:onClass owl:Class ;
2057 - owl:onProperty ptrn:hasSecond ; 2165 + owl:onProperty ptrn:hasClassOfTime ;
2058 owl:qualifiedCardinality 2166 owl:qualifiedCardinality
2059 "1"^^xsd:nonNegativeInteger 2167 "1"^^xsd:nonNegativeInteger
2060 ]) 2168 ])
...@@ -2063,10 +2171,10 @@ ptrn:TimeAssignmentSignatureForClass ...@@ -2063,10 +2171,10 @@ ptrn:TimeAssignmentSignatureForClass
2063 [ rdf:type owl:Class ; 2171 [ rdf:type owl:Class ;
2064 owl:intersectionOf ([ rdf:type owl:Restriction ; 2172 owl:intersectionOf ([ rdf:type owl:Restriction ;
2065 owl:allValuesFrom xsd:string ; 2173 owl:allValuesFrom xsd:string ;
2066 - owl:onProperty ptrn:hasHour 2174 + owl:onProperty ptrn:hasMonth
2067 ] [ rdf:type owl:Restriction ; 2175 ] [ rdf:type owl:Restriction ;
2068 owl:onDataRange xsd:string ; 2176 owl:onDataRange xsd:string ;
2069 - owl:onProperty ptrn:hasHour ; 2177 + owl:onProperty ptrn:hasMonth ;
2070 owl:qualifiedCardinality 2178 owl:qualifiedCardinality
2071 "1"^^xsd:nonNegativeInteger 2179 "1"^^xsd:nonNegativeInteger
2072 ]) 2180 ])
...@@ -2075,10 +2183,10 @@ ptrn:TimeAssignmentSignatureForClass ...@@ -2075,10 +2183,10 @@ ptrn:TimeAssignmentSignatureForClass
2075 [ rdf:type owl:Class ; 2183 [ rdf:type owl:Class ;
2076 owl:intersectionOf ([ rdf:type owl:Restriction ; 2184 owl:intersectionOf ([ rdf:type owl:Restriction ;
2077 owl:allValuesFrom xsd:string ; 2185 owl:allValuesFrom xsd:string ;
2078 - owl:onProperty ptrn:hasYear 2186 + owl:onProperty ptrn:hasMinute
2079 ] [ rdf:type owl:Restriction ; 2187 ] [ rdf:type owl:Restriction ;
2080 owl:onDataRange xsd:string ; 2188 owl:onDataRange xsd:string ;
2081 - owl:onProperty ptrn:hasYear ; 2189 + owl:onProperty ptrn:hasMinute ;
2082 owl:qualifiedCardinality 2190 owl:qualifiedCardinality
2083 "1"^^xsd:nonNegativeInteger 2191 "1"^^xsd:nonNegativeInteger
2084 ]) 2192 ])
...@@ -2092,10 +2200,10 @@ ptrn:TimeAssignmentSignatureForIndividual ...@@ -2092,10 +2200,10 @@ ptrn:TimeAssignmentSignatureForIndividual
2092 [ rdf:type owl:Class ; 2200 [ rdf:type owl:Class ;
2093 owl:intersectionOf ([ rdf:type owl:Restriction ; 2201 owl:intersectionOf ([ rdf:type owl:Restriction ;
2094 owl:allValuesFrom xsd:string ; 2202 owl:allValuesFrom xsd:string ;
2095 - owl:onProperty ptrn:hasDay 2203 + owl:onProperty ptrn:hasMonth
2096 ] [ rdf:type owl:Restriction ; 2204 ] [ rdf:type owl:Restriction ;
2097 owl:onDataRange xsd:string ; 2205 owl:onDataRange xsd:string ;
2098 - owl:onProperty ptrn:hasDay ; 2206 + owl:onProperty ptrn:hasMonth ;
2099 owl:qualifiedCardinality 2207 owl:qualifiedCardinality
2100 "1"^^xsd:nonNegativeInteger 2208 "1"^^xsd:nonNegativeInteger
2101 ]) 2209 ])
...@@ -2104,10 +2212,10 @@ ptrn:TimeAssignmentSignatureForIndividual ...@@ -2104,10 +2212,10 @@ ptrn:TimeAssignmentSignatureForIndividual
2104 [ rdf:type owl:Class ; 2212 [ rdf:type owl:Class ;
2105 owl:intersectionOf ([ rdf:type owl:Restriction ; 2213 owl:intersectionOf ([ rdf:type owl:Restriction ;
2106 owl:allValuesFrom xsd:string ; 2214 owl:allValuesFrom xsd:string ;
2107 - owl:onProperty ptrn:hasSecond 2215 + owl:onProperty ptrn:hasMinute
2108 ] [ rdf:type owl:Restriction ; 2216 ] [ rdf:type owl:Restriction ;
2109 owl:onDataRange xsd:string ; 2217 owl:onDataRange xsd:string ;
2110 - owl:onProperty ptrn:hasSecond ; 2218 + owl:onProperty ptrn:hasMinute ;
2111 owl:qualifiedCardinality 2219 owl:qualifiedCardinality
2112 "1"^^xsd:nonNegativeInteger 2220 "1"^^xsd:nonNegativeInteger
2113 ]) 2221 ])
...@@ -2128,10 +2236,10 @@ ptrn:TimeAssignmentSignatureForIndividual ...@@ -2128,10 +2236,10 @@ ptrn:TimeAssignmentSignatureForIndividual
2128 [ rdf:type owl:Class ; 2236 [ rdf:type owl:Class ;
2129 owl:intersectionOf ([ rdf:type owl:Restriction ; 2237 owl:intersectionOf ([ rdf:type owl:Restriction ;
2130 owl:allValuesFrom xsd:string ; 2238 owl:allValuesFrom xsd:string ;
2131 - owl:onProperty ptrn:hasMinute 2239 + owl:onProperty ptrn:hasDay
2132 ] [ rdf:type owl:Restriction ; 2240 ] [ rdf:type owl:Restriction ;
2133 owl:onDataRange xsd:string ; 2241 owl:onDataRange xsd:string ;
2134 - owl:onProperty ptrn:hasMinute ; 2242 + owl:onProperty ptrn:hasDay ;
2135 owl:qualifiedCardinality 2243 owl:qualifiedCardinality
2136 "1"^^xsd:nonNegativeInteger 2244 "1"^^xsd:nonNegativeInteger
2137 ]) 2245 ])
...@@ -2139,11 +2247,11 @@ ptrn:TimeAssignmentSignatureForIndividual ...@@ -2139,11 +2247,11 @@ ptrn:TimeAssignmentSignatureForIndividual
2139 rdfs:subClassOf 2247 rdfs:subClassOf
2140 [ rdf:type owl:Class ; 2248 [ rdf:type owl:Class ;
2141 owl:intersectionOf ([ rdf:type owl:Restriction ; 2249 owl:intersectionOf ([ rdf:type owl:Restriction ;
2142 - owl:allValuesFrom xsd:string ; 2250 + owl:allValuesFrom owl:Thing ;
2143 - owl:onProperty ptrn:hasHour 2251 + owl:onProperty ptrn:hasIndividualOfTime
2144 ] [ rdf:type owl:Restriction ; 2252 ] [ rdf:type owl:Restriction ;
2145 - owl:onDataRange xsd:string ; 2253 + owl:onClass owl:Thing ;
2146 - owl:onProperty ptrn:hasHour ; 2254 + owl:onProperty ptrn:hasIndividualOfTime ;
2147 owl:qualifiedCardinality 2255 owl:qualifiedCardinality
2148 "1"^^xsd:nonNegativeInteger 2256 "1"^^xsd:nonNegativeInteger
2149 ]) 2257 ])
...@@ -2152,10 +2260,10 @@ ptrn:TimeAssignmentSignatureForIndividual ...@@ -2152,10 +2260,10 @@ ptrn:TimeAssignmentSignatureForIndividual
2152 [ rdf:type owl:Class ; 2260 [ rdf:type owl:Class ;
2153 owl:intersectionOf ([ rdf:type owl:Restriction ; 2261 owl:intersectionOf ([ rdf:type owl:Restriction ;
2154 owl:allValuesFrom xsd:string ; 2262 owl:allValuesFrom xsd:string ;
2155 - owl:onProperty ptrn:hasMonth 2263 + owl:onProperty ptrn:hasHour
2156 ] [ rdf:type owl:Restriction ; 2264 ] [ rdf:type owl:Restriction ;
2157 owl:onDataRange xsd:string ; 2265 owl:onDataRange xsd:string ;
2158 - owl:onProperty ptrn:hasMonth ; 2266 + owl:onProperty ptrn:hasHour ;
2159 owl:qualifiedCardinality 2267 owl:qualifiedCardinality
2160 "1"^^xsd:nonNegativeInteger 2268 "1"^^xsd:nonNegativeInteger
2161 ]) 2269 ])
...@@ -2163,11 +2271,11 @@ ptrn:TimeAssignmentSignatureForIndividual ...@@ -2163,11 +2271,11 @@ ptrn:TimeAssignmentSignatureForIndividual
2163 rdfs:subClassOf 2271 rdfs:subClassOf
2164 [ rdf:type owl:Class ; 2272 [ rdf:type owl:Class ;
2165 owl:intersectionOf ([ rdf:type owl:Restriction ; 2273 owl:intersectionOf ([ rdf:type owl:Restriction ;
2166 - owl:allValuesFrom owl:Thing ; 2274 + owl:allValuesFrom xsd:string ;
2167 - owl:onProperty ptrn:hasIndividualOfTime 2275 + owl:onProperty ptrn:hasSecond
2168 ] [ rdf:type owl:Restriction ; 2276 ] [ rdf:type owl:Restriction ;
2169 - owl:onClass owl:Thing ; 2277 + owl:onDataRange xsd:string ;
2170 - owl:onProperty ptrn:hasIndividualOfTime ; 2278 + owl:onProperty ptrn:hasSecond ;
2171 owl:qualifiedCardinality 2279 owl:qualifiedCardinality
2172 "1"^^xsd:nonNegativeInteger 2280 "1"^^xsd:nonNegativeInteger
2173 ]) 2281 ])
...@@ -2176,7 +2284,7 @@ ptrn:TimeAssignmentSignatureForIndividual ...@@ -2176,7 +2284,7 @@ ptrn:TimeAssignmentSignatureForIndividual
2176 ptrn:TimeInstant 2284 ptrn:TimeInstant
2177 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 2285 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
2178 rdfs:label "Time instant"^^xsd:string ; 2286 rdfs:label "Time instant"^^xsd:string ;
2179 - rdfs:subClassOf ptrn:OwnRDL ; 2287 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual ;
2180 owl:sameAs <http://posccaesar.org/rdl/RDS16432820> . 2288 owl:sameAs <http://posccaesar.org/rdl/RDS16432820> .
2181 2289
2182 ptrn:TimeInstant1 2290 ptrn:TimeInstant1
...@@ -2186,12 +2294,12 @@ ptrn:TimeInstant1 ...@@ -2186,12 +2294,12 @@ ptrn:TimeInstant1
2186 ptrn:VelocityOfSound 2294 ptrn:VelocityOfSound
2187 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; 2295 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ;
2188 rdfs:label "Velocity of sound"^^xsd:string ; 2296 rdfs:label "Velocity of sound"^^xsd:string ;
2189 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS386639> . 2297 + rdfs:subClassOf ptrn:ISO15926-4Property .
2190 2298
2191 ptrn:WellboreDrilling 2299 ptrn:WellboreDrilling
2192 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 2300 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
2193 rdfs:label "Wellbore drilling"^^xsd:string ; 2301 rdfs:label "Wellbore drilling"^^xsd:string ;
2194 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS17730302> . 2302 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
2195 2303
2196 ptrn:WellboreDrilling1 2304 ptrn:WellboreDrilling1
2197 rdf:type ptrn:WellboreDrilling , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; 2305 rdf:type ptrn:WellboreDrilling , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ;
...@@ -2200,7 +2308,7 @@ ptrn:WellboreDrilling1 ...@@ -2200,7 +2308,7 @@ ptrn:WellboreDrilling1
2200 ptrn:WellboreDrillingEnd 2308 ptrn:WellboreDrillingEnd
2201 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 2309 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
2202 rdfs:label "Wellbore drilling end"^^xsd:string ; 2310 rdfs:label "Wellbore drilling end"^^xsd:string ;
2203 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS1720414141> . 2311 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
2204 2312
2205 ptrn:WellboreDrillingEnd1 2313 ptrn:WellboreDrillingEnd1
2206 rdf:type ptrn:WellboreDrillingEnd , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; 2314 rdf:type ptrn:WellboreDrillingEnd , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ;
...@@ -2209,7 +2317,7 @@ ptrn:WellboreDrillingEnd1 ...@@ -2209,7 +2317,7 @@ ptrn:WellboreDrillingEnd1
2209 ptrn:WellboreDrillingStart 2317 ptrn:WellboreDrillingStart
2210 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 2318 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
2211 rdfs:label "Wellbore drilling start"^^xsd:string ; 2319 rdfs:label "Wellbore drilling start"^^xsd:string ;
2212 - rdfs:subClassOf ptrn:OwnRDL , <http://posccaesar.org/rdl/RDS1720412651> . 2320 + rdfs:subClassOf ptrn:ISO15926-4ClassOfIndividual .
2213 2321
2214 ptrn:WelllboreDrillingStart1 2322 ptrn:WelllboreDrillingStart1
2215 rdf:type ptrn:WellboreDrillingStart , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ; 2323 rdf:type ptrn:WellboreDrillingStart , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PossibleIndividual> ;
...@@ -2455,6 +2563,12 @@ ptrn:hasClassOfSide2 ...@@ -2455,6 +2563,12 @@ ptrn:hasClassOfSide2
2455 rdfs:range owl:Class ; 2563 rdfs:range owl:Class ;
2456 rdfs:subPropertyOf ptrn:hasSide2 , <http://posccaesar.org/rdl/RDS10019348028> . 2564 rdfs:subPropertyOf ptrn:hasSide2 , <http://posccaesar.org/rdl/RDS10019348028> .
2457 2565
2566 +ptrn:hasClassOfSide3
2567 + rdf:type owl:ObjectProperty ;
2568 + rdfs:label "has class of side 3"^^xsd:string ;
2569 + rdfs:range owl:Class ;
2570 + rdfs:subPropertyOf ptrn:hasSide3 .
2571 +
2458 ptrn:hasClassOfStatus 2572 ptrn:hasClassOfStatus
2459 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 2573 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2460 rdfs:label "has class of status"^^xsd:string ; 2574 rdfs:label "has class of status"^^xsd:string ;
...@@ -2532,6 +2646,40 @@ ptrn:hasIdentifier ...@@ -2532,6 +2646,40 @@ ptrn:hasIdentifier
2532 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 2646 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2533 rdfs:label "has identifier"^^xsd:string . 2647 rdfs:label "has identifier"^^xsd:string .
2534 2648
2649 +ptrn:hasIndirectClassOfSide1
2650 + rdf:type owl:ObjectProperty ;
2651 + rdfs:label "has indirect class of side1"^^xsd:string ;
2652 + rdfs:range owl:Class ;
2653 + rdfs:subPropertyOf ptrn:hasClassOfSide1 .
2654 +
2655 +ptrn:hasIndirectClassOfSide2
2656 + rdf:type owl:ObjectProperty ;
2657 + rdfs:label "has indirect class of side2"^^xsd:string ;
2658 + rdfs:range owl:Class ;
2659 + rdfs:subPropertyOf ptrn:hasClassOfSide2 .
2660 +
2661 +ptrn:hasIndirectIndividualOfSide1
2662 + rdf:type owl:ObjectProperty ;
2663 + rdfs:label "has indirect individual of side1"^^xsd:string ;
2664 + rdfs:range
2665 + [ rdf:type owl:Class ;
2666 + owl:intersectionOf (owl:Thing [ rdf:type owl:Class ;
2667 + owl:complementOf owl:Class
2668 + ])
2669 + ] ;
2670 + rdfs:subPropertyOf ptrn:hasIndividualOfSide1 .
2671 +
2672 +ptrn:hasIndirectIndividualOfSide2
2673 + rdf:type owl:ObjectProperty ;
2674 + rdfs:label "has indirect individual of side2"^^xsd:string ;
2675 + rdfs:range
2676 + [ rdf:type owl:Class ;
2677 + owl:intersectionOf (owl:Thing [ rdf:type owl:Class ;
2678 + owl:complementOf owl:Class
2679 + ])
2680 + ] ;
2681 + rdfs:subPropertyOf ptrn:hasIndividualOfSide2 .
2682 +
2535 ptrn:hasIndividualOfApproved 2683 ptrn:hasIndividualOfApproved
2536 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 2684 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2537 rdfs:label "has individual of approved"^^xsd:string ; 2685 rdfs:label "has individual of approved"^^xsd:string ;
...@@ -2760,14 +2908,24 @@ ptrn:hasIndividualOfSide1 ...@@ -2760,14 +2908,24 @@ ptrn:hasIndividualOfSide1
2760 2908
2761 ptrn:hasIndividualOfSide2 2909 ptrn:hasIndividualOfSide2
2762 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 2910 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2763 - rdfs:label "has individual of side2"^^xsd:string ;
2764 rdfs:range 2911 rdfs:range
2765 [ rdf:type owl:Class ; 2912 [ rdf:type owl:Class ;
2766 owl:intersectionOf (owl:Thing [ rdf:type owl:Class ; 2913 owl:intersectionOf (owl:Thing [ rdf:type owl:Class ;
2767 owl:complementOf owl:Class 2914 owl:complementOf owl:Class
2768 ]) 2915 ])
2769 ] ; 2916 ] ;
2770 - rdfs:subPropertyOf ptrn:hasSide2 , <http://posccaesar.org/rdl/page/RDS10019348747> . 2917 + rdfs:subPropertyOf <http://posccaesar.org/rdl/page/RDS10019348747> , ptrn:hasSide2 .
2918 +
2919 +ptrn:hasIndividualOfSide3
2920 + rdf:type owl:ObjectProperty ;
2921 + rdfs:label "has individual of side 3"^^xsd:string ;
2922 + rdfs:range
2923 + [ rdf:type owl:Class ;
2924 + owl:intersectionOf (owl:Thing [ rdf:type owl:Class ;
2925 + owl:complementOf owl:Class
2926 + ])
2927 + ] ;
2928 + rdfs:subPropertyOf ptrn:hasSide3 .
2771 2929
2772 ptrn:hasIndividualOfStatus 2930 ptrn:hasIndividualOfStatus
2773 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 2931 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
...@@ -2806,6 +2964,10 @@ ptrn:hasInput ...@@ -2806,6 +2964,10 @@ ptrn:hasInput
2806 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 2964 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2807 rdfs:label "has input"^^xsd:string . 2965 rdfs:label "has input"^^xsd:string .
2808 2966
2967 +ptrn:hasLag
2968 + rdf:type owl:ObjectProperty ;
2969 + rdfs:label "has lag"^^xsd:string .
2970 +
2809 ptrn:hasLifecycleWholePart 2971 ptrn:hasLifecycleWholePart
2810 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 2972 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2811 rdfs:label "has lifecycle whole part"^^xsd:string ; 2973 rdfs:label "has lifecycle whole part"^^xsd:string ;
...@@ -2895,6 +3057,10 @@ ptrn:hasSide2 ...@@ -2895,6 +3057,10 @@ ptrn:hasSide2
2895 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 3057 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2896 rdfs:label "has side2"^^xsd:string . 3058 rdfs:label "has side2"^^xsd:string .
2897 3059
3060 +ptrn:hasSide3
3061 + rdf:type owl:ObjectProperty ;
3062 + rdfs:label "has side3For class"^^xsd:string .
3063 +
2898 ptrn:hasStatus 3064 ptrn:hasStatus
2899 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ; 3065 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Role> , owl:ObjectProperty ;
2900 rdfs:label "has status"^^xsd:string . 3066 rdfs:label "has status"^^xsd:string .
......