Introduction
In this topic a full list of examples of template instances is given for quick review and SPARQL testing purposes.
The list
@prefix ex: <http://www.example.org/>. @prefix exrdl: <http://www.example.org/rdl>. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix dm: <http://data.15926.org/dm/> . @prefix lci: <http://data.15926.org/lci/> . @prefix tpl: <http://data.15926.org/tpl/> . @prefix rdl: <http://data.15926.org/rdl/> . @prefix meta: <http://data.15926.org/meta/> . @prefix cfihos: <http://data.15926.org/cfihos/> . @prefix api: <http://data.15926.org/api/> . @prefix asme: <http://data.15926.org/asme/> . @prefix astm: <http://data.15926.org/astm/> . @prefix br: <http://www.baker-and-raas.org/>. @prefix fwc: <http://www.fw.corp/>. @prefix xyz: <http://www.xyz.ltd.org/>. #### LIST OF EXAMPLE TEMPLATE INSTANCES AS SHOWN IN THE TEMPLATE SPECIFICATIONS
- ACTIVITY CLASS
- CLASSIFICATION
- SPECIALIZATION
- DEFINITION
- DESCRIPTION
- DOCUMENT
- EXISTENCE
- FUNCTION
- IDENTIFICATION
- LOCATION
- MATERIAL
- NUMBER
- PROPERTY-INDIRECT
- PROPERTY and STATUS
- RELATIONSHIP-OTHER
- SHAPE
- STRUCTURE
#Templates about one or more ClassOfIndividuals, related to: ACTIVITY
# CL-ACTIV-100.xml # EXAMPLE - Any member of ClassOfActivity HYDROSTATIC TESTING # has one of more members of the ClassOfPhysicalObject PRESSURE-RATED ARTEFACT as a participant # in the Role of HYDROSTATICALLY TESTED OBJECT. ex:aede4554-5804-4c6a-8810-b06d97aa5dae rdf:type tpl:ClassOfParticipationDefinition ; tpl:hasActivityType rdl:RDS9706787 ; # HYDROSTATIC TESTING tpl:hasParticipantType rdl:RDS430694 ; # PRESSURE RATED ARTEFACT tpl:hasParticipantRole rdl:RDS2221129 ; # HYDROSTATICALLY TESTED OBJECT tpl:hasCardinalityOfActivity rdl:RDS999900701 ; # ONE TO MANY tpl:hasCardinalityOfParticipant rdl:RDS222625 ; # ONE TO ONE meta:hasLifecyclActivity rdl:RDS2226942 ; # CONSTRUCTION meta:valEffectiveDate "2021-11-17T15:23:56Z"^^xsd:dateTime . # CL-ACTIV-150.xml # EXAMPLE - Any member of ClassOfActivity "Pumping Lean Amine to E-103" # has a member of the ClassOfPhysicalObject CO-P-101 (CENTRIFUGAL PUMP) as a participant in the Role of PERFORMER, # and a member of the ClassOfStream CO-STR-4283 as a participant in the Role of SUBJECT. ex:1665062e-6413-4b1c-bae9-f61e57941013 rdf:type tpl:ClassOfDualParticipationDefinition ; tpl:hasActivityType ex:2567e250-6a3c-4b17-a4eb-bf65f926b9c0 ; # Pumping Lean Amine to E-103 tpl:hasParticipantType1 ex:48cfb847-f385-463f-b3a3-f5960c8ad7da ; # P-101 Requirements Class CO-P-101 tpl:hasParticipantRole1 rdl:RDS222365 ; # PERFROMER tpl:hasParticipantType2 ex:b6d27ff3-dc7d-4d57-b2ce-1170f09936bf ; # CO-STR-4283 Lean Amine Stream tpl:hasParticipantRole2 rdl:RDS222362 ; # SUBJECT meta:hasLifecycleActivity rdl:RDS2229995 ; # PLANT DESIGN meta:valEffectiveDate "2021-07-17T13:27:00Z"^^xsd:dateTime . # CL-ACTIV-155.xml # EXAMPLE - Any member of ClassOfActivity INSTALLING has (or has not) # a member of the ClassOfPhysicalObject CO-P-101-M-rev0 (driver of P-101) as a participant in the Role of SUBJECT, # and a member of the ClassOfOrganization MANUFACTURER as a participant in the Role of PERFORMER . # NOTE - This is a prompt on a specification for pumps, where the driver is purchased separately. ex:a1e6ac72-79df-4fff-8f38-237e38c79953 rdf:type tpl:ClassOfDualParticipationDefinitionYN ; tpl:hasActivityType rdl:RDS9664127 ; # INSTALLING tpl:hasParticipantType1 ex:4a620c9a-62db-4b87-b8ee-e11396149a8a ; # Requirements Class CO_B14-P101-M-rev0 for driver of P-101 tpl:hasParticipantRole1 rdl:RDS222362 ; # SUBJECT tpl:hasParticipantType2 rdl:RDS4242650 ; # MANUFACTURER tpl:hasParticipantRole2 rdl:RDS222365 ; # PERFORMER tpl:hasApplicableYesNo "TRUE"^^xsd:boolean ; meta:hasLifecycleActivity rdl:RDS9709622 ; # DETAILED ENGINEERING meta:valEffectiveDate "2022-02-17T10:29:00Z"^^xsd:dateTime . # CL-ACTIV-200 # EXAMPLE - Stress analysis is not applicable to the supports of Line class CO_RZ17801. ex:4b97deaa-4b14-41aa-a92c-aad805fa8402 rdf:type tpl:ClassOfParticipationNotApplicable ; tpl:hasActivityType rdl:RDS2229907 ; # ANALYSING STRESS tpl:hasParticipantType ex:2ba11bf4-4192-4ec4-8d8f-903898c3dd7e ; # the supports of Line CO_RZ17801 tpl:hasParticipantRole rdl:RDS222362 ; # DIRECT OBJECT tpl:valApplicableYesNo "false"^^xsd:boolean ; meta:valEffectiveDate "2021-07-17T13:27:00Z"^^xsd:dateTime . # CL-ACTIV-250 # EXAMPLE - Any member of ClassOfActivity [WELDING TO AWS D1.1] # has a member of the [WELDER] class [AWS CERTIFIED WELDER] as a participant in the Role of [PERFORMER], # and a member of the [INSTRUCTION] class [AWS D1.1] as an involved-by-reference object in the Role of [INSTRUCTION(role)]. ex:f175f71f-d23e-4d97-b937-50b7cad17671 rdf:type tpl:ClassOfParticipationAndInvolvementByReferenceDefinition ; tpl:hasActivityType rdl:RDS2229974 ; # WELDING TO AWS D1.1 tpl:hasParticipantType rdl:RDS2229956 ; # AWS CERTIFIED WELDER tpl:hasParticipantRole rdl:RDS222365 ; # PERFROMER tpl:hasInvolvedType rdl:RDS2229955 ; # AWS D1.1 tpl:hasInvolvementRole rdl:RDS2220036 ; # INSTRUCTION(role) meta:valEffectiveDate "2021-07-17T15:07:00Z"^^xsd:dateTime . # CL-ACTIV-300.xml # EXAMPLE - API standard 1104 is involved by reference # in a member of activity class 'Welding of Line CO_RZ17801' in the role of 'Applicable Standard'. ex:494ce008-7d3f-4cf5-89b7-7591e200d214 rdf:type tpl:ClassOfInvolvementByReferenceDefinition ; tpl:hasActivityType rdl:RDS9651347 ; # WELDING tpl:hasInvolvedType api:RDS2229952 ; # API 1104 tpl:hasInvolvementRole rdl:RDS2229953 ; # APPLICABLE STANDARD tpl:hasCardinalityOfActivity rdl:RDS222625 ; # ONE TO ONE tpl:hasCardinalityOfInvolved rdl:RDS222625 ; # ONE TO ONE meta:valEffectiveDate "2021-07-17T16:34:00Z"^^xsd:dateTime . # CL-ACTIV-310.xml # EXAMPLE - API standard 1104 is not involved by reference # in a member of activity class 'Welding of Line CO_RZ17801' in the role of 'Applicable Standard'. ex:494ce008-7d3f-4cf5-89b7-7591e200d214 rdf:type tpl:ClassOfInvolvementByReferenceNotApplicable ; tpl:hasActivityType ex:e84a6f9f-2478-4c87-ba32-54e8116a9d65 ; # Welding of Line CO_RZ17801 tpl:hasInvolvedType api:RDS2220052 ; # API 1104 tpl:hasInvolvementRole rdl:RDS2229953 ; # APPLICABLE STANDARD meta:valEffectiveDate "2021-07-17T16:34:00Z"^^xsd:dateTime . # CL-ACTIV-500.xml # EXAMPLE - The corrosion rate of members of requirements class CO_KE-104 for corrosion electrode KE-104 # is recognized by members of the ClassOfActivity "MEASURING CORROSION RATE". ex:83e84006-6f05-4574-84fd-0200bae2c425 rdf:type tpl:ClassOfRecognitionDefinition ; tpl:hasActivityType rdl:RDS2223284 ; # MEASURING CORROSION RATE tpl:hasRecognized ex:f4ef9c43-2de4-4fd9-8ca0-bab086d4e17f ; # Template representing "Any member of [CORROSION MEASURING ELEMENT] class [CO_KE-104] has a [CORROSION RATE] of [] [MILLIMETRE PER YEAR]" tpl:hasDefined ex:a80d5a08-823e-4a8a-bc8a-72b878497a61 ; # auto-generated tpl:hasCardinalityOfActivity rdl:RDS222625 ; # ONE TO ONE tpl:hasCardinalityOfRecognized rdl:RDS222625 ; # ONE TO ONE meta:valEffectiveDate "2021-07-17T21:34:00Z"^^xsd:dateTime . # CL-ACTIV-600.xml # EXAMPLE - Any member of ClassOfActivity 'STARTING AN ARTEFACT' # begins the operational state of any member of the Class 'ARTEFACT IN OPERATION' ex:28d5c5ca-1124-4c3d-a7c2-70cd3f714f46 rdf:type tpl:ClassOfCauseOfBeginningOfClassOfIndividualDefinition ; tpl:hasActivityType rdl:RDS2229946 ; # STARTING AN ARTEFACT tpl:hasIndividualType rdl:RDS2229948 ; # ARTEFACT IN OPERATION tpl:hasCardinalityOfActivity rdl:RDS999900701 ; # ONE TO MANY tpl:hasCardinalityOfIndividual rdl:RDS222625 ; # ONE TO ONE meta:valEffectiveDate "2021-07-18T08:05:00Z"^^xsd:dateTime . # CL-ACTIV-700.xml # EXAMPLE - Any member of ClassOfActivity 'STOPPING AN ARTEFACT' # ends the operational state of any member of the Class "ARTEFACT IN OPERATION'' ex:ea73dea0-4523-400f-b093-7a5e90b35a64 rdf:type tpl:ClassOfCauseOfEndingOfClassOfIndividualDefinition ; tpl:hasActivityType rdl:RDS2229947 ; # STOPPING AN ARTEFACT tpl:hasIndividualType rdl:RDS2229948 ; # ARTEFACT IN OPERATION tpl:hasCardinalityOfActivity rdl:RDS999900701 ; # ONE TO MANY tpl:hasCardinalityOfIndividual rdl:RDS222625 ; # ONE TO ONE meta:valEffectiveDate "2021-07-18T08:05:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: CLASSIFICATION
# CL-CLSIF-100.xml # EXAMPLE - Any instance of ClassOfInanimatePhysicalObject 'TRANSFORMER' # is classified as an 'ELECTRICAL EQUIPMENT CLASS'. ex:ac8b013b-60fa-4864-a384-14d1e711d81f rdf:type tpl:ClassificationOfClassOfIndividual ; tpl:hasClassified rdl:RDS643994 ; # TRANSFORMER tpl:hasClassifier rdl:RDS7160353 ; # ELECTRICAL EQUIPMENT CLASS meta:valEffectiveDate "2021-07-18T08:05:00Z"^^xsd:dateTime . # CL-CLSIF-200.xml # EXAMPLE - DISTILLING is not an intermittent operation. ex:3cd1871c-c2eb-472e-a351-1e8f9a72af28 rdf:type tpl:ClassificationOfClassOfIndividualNotApplicable ; tpl:hasClassified rdl:RDS9677447 ; # DISTILLING tpl:hasClassifier rdl:RDS9705752 ; # INTERMITTENT OPERATION meta:valEffectiveDate "2021-07-18T10:18:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: SPECIALIZATION
# CL-SPECN-100.xml # EXAMPLE - The P-101 Requirements Class CO-P-101 # is a specialization of the class that is defined with the, yet empty, API 610 Centrifugaal Pump Datasheet. ex:39cc0db1-f8f2-467f-a310-b8a053fefab0 rdf:type tpl:SpecializationOfClassOfIndividual ; tpl:hasSubClass fwc:6d300d37-9bea-4333-a377-589f8993c1ef ; # The offered pump class (of which one member may be sold, if successful) tpl:hasSuperClass fwc:PGY-43x ; # pump model PGY-43x in the catalog of the Forwarder Company meta:valEffectiveDate "2021-07-18T09:34:00Z"^^xsd:dateTime . # CL-SPECN-200.xml # EXAMPLE - Members of CO-PT101 are not devices with transient protection. ex:b1827e41-3ee2-4e66-a326-cdedb48eabe9 rdf:type tpl:SpecializationOfClassOfIndividualNotApplicable ; tpl:hasSubClass ex:e05062b3-3120-48c1-8545-186c1bfa4c3b ; # CO-PT101 , the Requirements Class for pressure transmitter PT101 tpl:hasSuperClass rdl:RDS2223270 ; # ELECTRICAL APPARATUS PROTECTED FROM TRANSIENTS meta:valEffectiveDate "2021-07-18T10:46:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: DEFINITION
# CL-DEFN-080.xml # EXAMPLE - The INDUSTRY ASSOCIATION CLASS 'API CLASS' is, externally, # defined in RDL terms, UK English Language, and ASCII as "An <API CLASS> # is an <INDUSTRY ASSOCIATION CLASS> that groups Classes that have been defined by the American Petroleum Institute (API)." ex:358434ff-399b-4746-916c-122da5129304 rdf:type tpl:DefinitionOfClassOfClass ; tpl:hasDefined api:RDS213749 ; tpl:hasDefinition "An#Templates about one or more ClassOfIndividuals, related to: DESCRIPTION
# CL-DESCR-100.xml # EXAMPLE - Progress Report PR-43328 rev 14 # is described by its information content, the content type, language and format, # which are in compliance with 'Progress Report Definition in English Language and in ASCII' defined by the XYZ Corp. ex:9cb7ddd6-3b6f-4fc9-9b1b-8dfc08133e48 rdf:type tpl:ClassifiedDescriptionOfClassOfIndividual ; tpl:hasDescribed ex:868fd09b-cd03-4993-bd6a-e484218f5f33 ; # the report (elsewhere declared) tpl:hasDescriptor "(contents of Progress Report PR-43328-rev.14)" ; tpl:hasDescriptorType exrdl:R25236 ; meta:valEffectiveDate "2022-07-17T16:34:00Z"^^xsd:dateTime . # CL-DESCR-400.xml # EXAMPLE - Description of B+R model EXE/TE2212/S IP66 Explosion Protected Enclosure # with a nameplate (the text on that nameplate is defined separately) ex:b21bef63-4427-4cf2-9a3b-32623ff14328 rdf:type tpl:DescriptionOfClassOfIndividualWithClassifiedSign ; tpl:hasDescribed br:R549834 ; # the enclosure shown in the B+R catalog tpl:hasSign ex:92c02e77-9c9c-4312-aacc-8966c60f88c0 ; # the actual physical nameplate tpl:hasSignType rdl:RDS2229092 ; # NAMEPLATE meta:valEffectiveDate "2021-07-18T14:20:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: DOCUMENT
# CL-DOCS-100.xml # EXAMPLE - A PID SYMBOL has Information Contents and Presentation Details, # as defined in the related templates as, respectively, # "PID SYMBOL for Heat Exchanger (general) # to ISO 10628-2 REGNO X8079, in Java and in SVG format" and "LINE WEIGHT OF 1PT" ex:c34ca3b0-b106-4840-bd67-5479509615d4 rdf:type tpl:ClassOfCompositionDefinition ; tpl:hasClassOfWhole ex:2875f374-ef5d-4b32-bb3e-514e3aa1db7c ; # shared with first template tpl:hasClassOfPart rdl:RDS2225784 ; # LINE WEIGHT 1 PT tpl:hasDefined ex:ba6d7315-d33d-4d9f-94dc-14aeb3292d38 ; tpl:hasCardinalityOfWhole rdl:RDS222625 ; # ONE TO ONE tpl:hasCardinalityOfPart rdl:RDS222625 ; # ONE TO ONE meta:valEffectiveDate "2021-07-19T12:16:00Z"^^xsd:dateTime . # CL-DOCS-150.xml # EXAMPLE - The API 610 PUMP DATA SHEET has contents # that are defined by the API 610 PUMP DATA SHEET DEFINITION. ex:4bac287b-2708-4a00-b19e-df8500b3fce7 rdf:type tpl:DefinitionOfDocumentByContentsType ; tpl:hasDocument ex:f50e142d-613a-4985-afe3-334b0c7d4d90 ; # PL-43322-rev1 tpl:hasContentsType api:RDS345689 ; # API 610 PUMP DATA SHEET DEFINITION meta:valEffectiveDate "2021-07-20T15:07:00Z"^^xsd:dateTime . # CL-DOCS-200.xml # EXAMPLE - The API 610 PUMP DATA SHEET has contents that are in the US English Language ex:b378e58c-9fbf-4144-a6f2-f6767fc9cfb4 rdf:type tpl:DefinitionOfDocumentByLanguage ; tpl:hasDocument ex:f50e142d-613a-4985-afe3-334b0c7d4d90 ; # PL-43322-rev1 tpl:hasLanguage rdl:RDS11369220 ; # US ENGLISH LANGUAGE meta:valEffectiveDate "2021-07-20T15:07:00Z"^^xsd:dateTime . # CL-DOCS-250.xml # EXAMPLE - The API 610 PUMP DATA SHEET has contents that are in ASCII format. ex:99bf795d-9a97-4a43-adea-7ad2be97e626 rdf:type tpl:DefinitionOfDocumentContentsFormat ; tpl:hasDocument ex:f50e142d-613a-4985-afe3-334b0c7d4d90 ; # PL-43322-rev1 tpl:hasFormat rdl:RDS2221127 ; # ASCII meta:valEffectiveDate "2021-07-20T15:07:00Z"^^xsd:dateTime . # CL-DOCS-260.xml # EXAMPLE - Members of document type "PIPING ISOMETRIC DRAWING" # shall have thePDF format before the START OF FABRICATION (in CFIHOS data model) ex:08681d94-e770-4822-b04c-03f6d57ef24b rdf:type tpl:ClassOfInformationObjectHasFormatBeforeClassOfEvent ; tpl:hasDocument ex:83d25886-83da-4975-8ff6-7149fd772e8e ; # Isometric Fr-47383-rev2 tpl:hasFormat rdl:RDS2224723 ; # PDF tpl:hasEventType rdl:RDS2227312 ; # START OF FABRICATION meta:valEffectiveDate "2021-07-20T15:07:00Z"^^xsd:dateTime . # CL-DOCS-265.xml # EXAMPLE - Members of document type "ISOMETRIC" # shall have thr PDF format after the PROJECT COMPLETION EVENT (in CFIHOS data model) ex:5370aa91-998d-4923-97e8-c6ec622600af rdf:type tpl:ClassOfInformationObjectHasFormatAfterToClassOfEvent ; tpl:hasDocument rdl:RDS331559 ; # PIPING ISOMETRIC DRAWING tpl:hasFormat rdl:RDS2224723 ; # PDF tpl:hasEventType rdl:RDS2225344 ; # PROJECT COMPLETION EVENT meta:valEffectiveDate "2021-07-20T15:07:00Z"^^xsd:dateTime . # CL-DOCS-350.xml # EXAMPLE - The contents of API 610 data sheet for CO-P-142 with number PL-43322-rev1 # can be found via a reference to the ISO 15926-8 file that contains the contents of that data sheet ex:aa9962b7-a027-4b8b-831a-fe4819d2f0fc rdf:type tpl:ContentsOfADocument ; tpl:hasDocument ex:5e602e34-31f2-43ac-bef0-2ce96983ff70 ; # API 610 data sheet for CO-P-142 tpl:hasContents ex:fbdbe82a-a7ef-4d0a-8ed1-83cc9646a7ab ; # the UUID of the applicable instance of DetailingOfInformationRepresentation template. tpl:hasContentType exrdl:R38493 ; meta:valEffectiveDate "2021-07-20T17:03:00Z"^^xsd:dateTime . # CL-DOCS-450.xml # EXAMPLE - A Pipe Sketch is not applicable for Line CO-RZ17801 ex:f04dfdcd-575f-4af2-a4d7-fa2384711bf0 rdf:type tpl:DocumentTypeNotApplicableForClassOfIndividual ; rdfs:label "Any member of [PROCESS LINE] class [CO-RZ17801] is not represented on a [DRAWING] class [PIPE SKETCH]"@en ; tpl:hasIndividualType ex:df9d8d63-c05d-4f51-a5fc-5177e6ad6c65 ; # Line CO-RZ17801 tpl:hasDocumentType rdl:RDS2229908 ; # PIPE SKETCH tpl:valApplicableYesNo "false"^^xsd:boolean ; meta:valEffectiveDate "2021-07-24T17:27:00Z"^^xsd:dateTime . # CL-DOCS-500.xml # EXAMPLE - Asset Requirements Class Line CO-RZ17802 # is shown on Line List 22212-rev2, just for cross-reference ex:b84f315e-498a-4e81-8f05-826d1f422efa rdf:type tpl:ReferenceToClassOfIndividualOnDocument ; tpl:hasReferred ex:4fb4bd78-974b-48f5-a10f-b79e9b4d4afb ; # Asset Requirements Class Line CO-RZ17802 tpl:hasDocument ex:730ebe49-7713-47bc-b152-658df6aa65f2 ; # Line List 22212-rev2 meta:valEffectiveDate "2021-07-26T14:54:00Z"^^xsd:dateTime . # CL-DOCS-525.xml # EXAMPLE - Asset Requirements Class for Line CO-RZ1780 # is represented on Line List 22212-rev2, just for cross-reference # in a given type of representation (here an ISO 15926-8 file in ASCII) ex:9383a3fa-9fe4-468a-a7f0-42e05218e05e rdf:type tpl:RepresentationOfClassOfIndividualOnDocument ; tpl:hasReferred ex:e779a1ce-2038-47c5-a5d9-a97df0df3e26 ; # CO-RZ1780 tpl:hasDocument ex:ff007d41-3445-45ef-b5b6-b7eb67b968d8 ; # 22212-rev2 tpl:hasRepresentation ex:3f5ce0dd-168e-477c-947f-531d90f91d63 ; meta:valEffectiveDate "2021-07-26T15:23:00Z"^^xsd:dateTime . # CL-DOCS-800.xml # EXAMPLE - The contents of a Valve Specification SP-43589 rev.1 # are defined by a, separately defined, set of classes (mostly templates), # that represent the information contained in the data elements of that specification. # NOTE - both the hasContent and the has hasSetOFClass can be detailed in separate templates ex:e7f55635-d594-4f35-bc2f-2183461bd073 rdf:type tpl:DefinitionOfDocumentContentWithSetOfClass ; tpl:hasDocument ex:34b17f8d-a41e-4956-9ac3-69e080d6a970 ; # SP-43589 rev.1 tpl:hasContent ex:ad1d91f9-e53b-49f6-b4fc-67785be23d11 ; # The UUID of the information content (no data) tpl:hasSetOfClass ex:843207cb-0169-40df-8680-46ef1f3d4c63 ; # the placeholder of the set meta:valEffectiveDate "2021-10-27T00:00:00Z"^^xsd:dateTime . # CL-DOCS-850.xml # EXAMPLE - This text has been translated from English to Russian. ex:864d8e8b-c7ab-4067-81b2-422cba0d9211 rdf:type tpl:TranslationOfClassOfInformationRepresentation ; tpl:hasContentsIn ex:e8893ece-afde-40f5-8891-6552f3ff90fe ; # input English text tpl:hasContentsTypeIn exrdl:R546372 ; # Text in UK English and ASCII (user-defined) tpl:hasContentsOut ex:40b46b5d-7798-45ec-9c94-2c46fcb0d66c ; # translated Russian text tpl:hasContentsTypeOut exrdl:R546377 ; # Text in Russian and Cyrillic (user-defined) meta:valEffectiveDate "2021-07-26T16:57:00Z"^^xsd:dateTime . # CL-DOCS-860.xml # EXAMPLE - A translation of text in Pump Specification PS1234 is required. ex:faf34007-6b5a-486a-88fb-5c8d529e3e6b rdf:type tpl:TranslationOfClassOfInformationObjectRequiredYesNo ; tpl:hasTranslationInput ex:9ce67c42-c291-4b64-9d25-1331ca5e711a ; # the text in Pump Specification PS1234 tpl:valRequiredYesNo "true"^^xsd:boolean ; meta:valEffectiveDate "2021-07-31T15:24:00Z"^^xsd:dateTime . # CL-DOCS-900.xml # EXAMPLE - Members of EQUIPMENT SPECIFICATION must be made available as hard copy. ex:e42c7635-8f54-4f48-bba2-30ee546d47de rdf:type tpl:HardcopyOfDocumentRequiredYesNo ; tpl:hasDocumentType rdl:RDS222282 ; # EQUIPMENT SPECIFICATION tpl:hasMaterial rdl:RDS2228947 ; # PAPER SUBSTRATE tpl:valRequiredYesNo "true"^^xsd:boolean ; meta:valEffectiveDate "2021-08-01T11:48:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: EXISTENCE
# CL-EXIST-100.xml # EXAMPLE - Line List LL12345-rev2 is a class-of-temporal-part of 'anchor' Line List LL12345 . ex:455ca3c1-c625-4352-a5d7-0772e54c449a rdf:type tpl:ClassOfTemporalWholePartDefinition ; tpl:hasTemporalWhole ex:3e3186d2-ffaa-4c8a-b5df-bed38ebf6f5b ; # LL12345 tpl:hasTemporalPart ex:76b01303-b644-41a0-8565-b4f100cc3abc ; # LL12345-rev2 meta:valEffectiveDate "2021-07-26T15:59:00Z"^^xsd:dateTime . # CL-EXIST-300.xml # EXAMPLE - Activity ACT45983 caused the 'anchor' of drawing Nb4393 has become effective NOTE - Normally done with metadata meta:valEffectiveDate ex:16481910-7dd7-4c2a-b48d-3378dd9ebcf8 rdf:type tpl:ActivityCausesEffectiveClassOfIndividual ; tpl:hasActivity ex:a20fcae7-2b1f-4f74-b387-c11162a8f57d ; # ACT45983 tpl:hasEffectiveClass ex:d6976e3b-031c-4bcd-8aa8-89f34bb39a71; # Nb4393 meta:valEffectiveDate "2021-08-01T15:27:00Z"^^xsd:dateTime . # CL-EXIST-500.xml # EXAMPLE - PFD Nb4393-rev1 has become deprecated by ACT59774 NOTE - Normally done with metadata meta:valDeprecationDate ex:2b75ecac-5831-4c71-a772-d3583249cd9d rdf:type tpl:ActivityCausesDeprecatedClassOfIndividual ; tpl:hasActivity ex:9e9e0f14-971f-4bd3-806e-70afbd8f0efb ; # ACT59774 tpl:hasDeprecated ex:5054ca59-013f-4dfa-b09a-00cb1e68173f ; # Nb4393-rev1 meta:valEffectiveDate "2021-08-14T09:34:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: FUNCTION
# CL-FUNC-100.xml # EXAMPLE - The bore of an orifice plate has a surface of 3018 mm2, # and the cross section of the NPS4/Sch40 pipe, in which it is mounted, is 8209 mm2, # therefore the beta ratio is 3018/8209=0.3676 ex:ef9adfab-1026-4e7e-962d-6ed0f5019875 rdf:type tpl:FunctionalMappingOf2ExpressReals ; tpl:hasInput1 "3018"^^xsd:decimal ; tpl:hasInput2 "8209"^^xsd:decimal ; tpl:hasResult "0.3676"^^xsd:decimal ; tpl:hasFunction rdl:RDS11566410 ; # FUNCTION DIV meta:valEffectiveDate "2021-08-17T13:19:00Z"^^xsd:dateTime . # CL-FUNC-200.xml # EXAMPLE - In the formula for mass liquid flow: m=C*A*sqrt(2*Density*(Pupstream-Pdownstream)) # there are three variables, a Density of 1237 kg/m3, # a Pupstream of 111.8 kPa, and a Pdownstream of 110.3 kPa, # and the result m is 65.9 kg/s. ex:70fe17ad-0e5c-4679-b129-e4a8e8143416 rdf:type tpl:FunctionalMappingOf3ExpressReals ; tpl:hasInput1 "1237"^^xsd:decimal ; tpl:hasInput2 "111.8"^^xsd:decimal ; tpl:hasInput3 "110.3"^^xsd:decimal ; tpl:hasResult "65.9"^^xsd:decimal ; tpl:hasFunction rdl:RDS2228370 ; # MASS FLOW EQUATION meta:valEffectiveDate "2021-08-14T16:38:00Z"^^xsd:dateTime . # CL-FUNC-300.xml # EXAMPLE - A warehouse has four temperature measurements and a calculated average of that. ex:bcad3a8d-a2b6-4e24-a278-4143d4756a16 rdf:type tpl:FunctionalMappingOf4ExpressReals ; tpl:hasInput1 "16.9"^^xsd:decimal ; tpl:hasInput2 "17.5"^^xsd:decimal ; tpl:hasInput3 "17.3"^^xsd:decimal ; tpl:hasInput4 "19.0"^^xsd:decimal ; tpl:hasResult "17.675"^^xsd:decimal ; tpl:hasFunction rdl:RDS11567220 ; # FUNCTION AVER meta:valEffectiveDate "2021-08-17T14:43:00Z"^^xsd:dateTime . # CL-FUNC-400.xml # EXAMPLE - Five variables in the head calculation of a centrifugal pump: h = 1000*(p2 - p1)/(ρ*g) + v2^2/(2*g) # resulting in a head of 32.12 ex:c76936c1-cf5f-4ace-8ddb-73bb5032fc59 rdf:type tpl:FunctionalMappingOf5ExpressReals ; tpl:hasInput1 "211.8"^^xsd:decimal ; tpl:hasInput2 "584.3"^^xsd:decimal ; tpl:hasInput3 "1237"^^xsd:decimal ; tpl:hasInput4 "5.3"^^xsd:decimal ; tpl:hasInput5 "9.81"^^xsd:decimal ; tpl:hasResult "32.12"^^xsd:decimal ; tpl:hasFunction rdl:RDS2227340 ; # CENTRIFUGAL PUMP HEAD EQUATION meta:valEffectiveDate "2021-08-18T12:58:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: IDENTIFICATION
# CL-IDENT-100.xml # EXAMPLE - The Requirements Class for line RZ17891 is identified as 'CO-RZ17801' # in accordance with the (user-defined) class exrdl:R582392 'Line Class Number Definition in ASCII' ". ex:5614d381-2c84-4932-a13c-2b2e8b025fb9 rdf:type tpl:ClassifiedIdentificationOfClassOfIndividual ; tpl:hasIdentified ex:df92e566-7981-4ba8-ab7a-7deddee9ae52 ; # CO-RZ-17801 tpl:hasIdentifier "CO-RZ17801" ; tpl:hasIdentifier exrdl:R582392 ; # 'Line Class Number Definition in ASCII' ; meta:hasLifecycleActivity rdl:RDS2229995 ; # PLANT DESIGN meta:valEffectiveDate "2021-08-18T17:13:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: INDIRECT PROPERTY
# CL-INDPTY-200.xml # EXAMPLE - Any member of MEDIUM SPEED DIESEL ENGINE # has a ROTATIONAL SPEED # with a range # that has a LowerBound of 360 rpm # and an UpperBound of 600 rpm ex:c1c8a46f-4c0a-482d-8e64-4883bba6ffb6 rdf:type tpl:ClassOfIndividualHasIndirectPropertyRange ; tpl:hasPossessorType rdl:RDS13291342 ; # MEDIUM SPEED DIESEL ENGINE tpl:hasPropertyType rdl:RDS361034 ; # ROTATIONAL SPEED tpl:valLowerBound "360"^^xsd:decimal ; tpl:valUpperBound "600"^^xsd:decimal ; tpl:hasScale rdl:RDS1342304 ; # REVOLUTION PER MINUTE meta:valEffectiveDate "2021-10-22T16:58:00Z"^^xsd:dateTime . # CL-INDPTY-210.xml # EXAMPLE - The QH curve of the class CENTRIFUGAL PUMP CO-P-1O1 # has VOLUME FLOW RATE with a range of 0 - 530 gpm # and a HEAD with a range of 35 - 108 ft. # NOTE - All values apply to the stream through that pump. ex:ae78f944-0802-4da8-bc99-cfcde74fb0c2 rdf:type tpl:ClassOfIndividualHasTwoDimensionalIndirectPropertyRange ; tpl:hasPossessorType ex:2a92adcc-dbf6-4e9e-b765-34a66b12602c ; # e.g. The requirements class of P-101 tpl:has2DPropertySpaceType rdl:RDS2223147 ; # Q-H CURVE RANGE tpl:hasPropertyType1 rdl:RDS380834 ; # VOLUME FLOW RATE tpl:valLowerBound1 "0"^^xsd:decimal ; tpl:valUpperBound1 "539"^^xsd:decimal ; tpl:hasScale1 rdl:RDS1346759 ; # US GALLONS PER MINUTE tpl:hasPropertyType2 rdl:RDS362609 ; # HEAD tpl:valLowerBound2 "35"^^xsd:decimal ; tpl:valUpperBound2 "108"^^xsd:decimal ; tpl:hasScale2 rdl:RDS1324664 ; # FOOT meta:valEffectiveDate "2021-10-23T12:40:00Z"^^xsd:dateTime . # CL-INDPTY-300.xml # EXAMPLE - The air in the Requirements Class of Photographic Materials Storage Room CO-B-357 # has a MAXIMUM RELATIVE HUMIDITY of 90 PERCENT ex:f28bd844-105e-4fdf-9126-04f24ed98965 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithMaximumValue ; tpl:hasPossessorType ex:3abc4c46-f80a-4448-8cc6-e5ee3b4fae79 ; # CO-B-357 tpl:hasIndirectPropertyType rdl:RDS2223547 ; # MAXIMUM RELATIVE HUMIDITY tpl:valMaximumValue "90"^^xsd:decimal ; tpl:hasScale rdl:RDS1317959 ; # PERCENT meta:valEffectiveDate "2021-10-24T16:38:00Z"^^xsd:dateTime . # CL-INDPTY-400.xml # EXAMPLE - Any member of the Requirements Class for Vessel CO-V-102 # has a NOMINAL CAPACITY (volume) of 25 m3. ex:1a1044a4-0111-4e05-837f-cd1856336a9c rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ; tpl:hasPossessorType ex:aa716e49-3630-49ff-b605-c2d172b978e9 ; # CO-V-102 tpl:hasIndirectPropertyType rdl:RDS2228787 ; # NOMINAL CAPACITY (volume) tpl:valPropertyValue "25"^^xsd:decimal ; tpl:hasScale rdl:RDS1349099 ; # METRE CUBED meta:valEffectiveDate "2021-08-17T15:23:00Z"^^xsd:dateTime . # CL-INDPTY-500.xml # EXAMPLE - The air in the Requirements Class of Photographic Materials Storage Room CO-B-357 # shall have a LOWER LIMIT ALLOWABLE TEMPERATURE of -20 DEGREE CELSIUS ex:f4deb0a3-217e-4afb-b0ab-1b1444321720 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithMinimumValue ; tpl:hasPossessorType ex:3abc4c46-f80a-4448-8cc6-e5ee3b4fae79 ; # CO-B-357 tpl:hasIndirectPropertyType rdl:RDS2228786 ; # LOWER LIMIT ALLOWABLE TEMPERATURE tpl:valMinimumValue "-20"^^xsd:decimal ; tpl:hasScale rdl:RDS1322684 ; # DEGREE CELSIUS meta:valEffectiveDate "2021-10-24T16:38:00Z"^^xsd:dateTime . # CL-INDPTY-700.xml # EXAMPLE - Any member of Pump Model 1520-5BC # has a CAPACITY (volume flow rate) of 530 gpm # when its impeller has a Rotational Speed of 1150 rpm. ex:1247af38-5e33-4e31-a93d-aae56bb41b17 rdf:type tpl:ClassOfIndividualHasConditionalIndirectPropertyWithValue ; tpl:hasMultidimensionalPropertyType rdl:RDS2225972 ; tpl:hasPossessorType ex:d3bdc308-7179-424c-918f-8c1fd743c970 ; # Pump Model 1520-5BC tpl:hasIndirectPropertyType rdl:RDS7354248 ; # CAPACITY (volume flow rate) tpl:valPropertyValue "530"^^xsd:decimal ; tpl:hasScale rdl:RDS1346759 ; # US GALLON PER MINUTE tpl:hasConditionPossessorType ex:f14ce469-1822-477c-b99a-7dd1ea2709ce ; # 1520-5BC-IMP (impeller) tpl:hasConditionPropertyType rdl:RDS361034 ; # ROTATIONAL SPEED tpl:valConditionPropertyValue "1150"^^xsd:decimal ; tpl:hasConditionScale rdl:RDS1342304 ; # REVOLUTION PER MINUTE meta:valEffectiveDate "2021-08-17T16:53:00Z"^^xsd:dateTime . # CL-INDPTY-710.xml # EXAMPLE - Any member of Pump casing class CO_P101-CASE-rev0 # has a Maximum Allowable Pressure @ Pumping Temperature # of 105 BARG @ 20 DEGREE CELSIUS. ex:1247af38-5e33-4e31-a93d-aae56bb41b17 rdf:type tpl:ClassOfIndividualHasConditionalIndirectPropertyWithMaximumValue ; tpl:hasMultidimensionalPropertyType rdl:RDS2225973 ; tpl:hasPossessorType ex:d3bdc308-7179-424c-918f-8c1fd743c970 ; # CO_P101-CASE-rev0 tpl:hasIndirectPropertyType rdl:RDS13113437 ; # UPPER LIMIT ALLOWABLE WORKING PRESSURE tpl:valPropertyValue "105"^^xsd:decimal ; tpl:hasScale rdl:RDS1348874 ; # BARG tpl:hasConditionPropertyType rdl:RDS369674 ; # NORMAL OPERATING TEMPERATURE tpl:valConditionPropertyValue "20"^^xsd:decimal ; tpl:hasConditionScale rdl:RDS1322684 ; # DEGREE CELSIUS meta:valEffectiveDate "2021-08-17T16:53:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: LOCATION
# CL-LOCTN-100.xml # EXAMPLE - Any member of Line Requirements Class CO-RZ17802 # may contain a member of Stream Requirements Class CO-S349 # NOTE - Sometimes it may be empty, and sometime it may contain another stream ex:3dbd5dde-298b-4ec5-b577-6022097ffa2f rdf:type tpl:ClassOfContainmentDefinition ; tpl:hasContainerType ex:862c781c-25a4-4a7b-b66c-554d37e9dd2d ; # Line Requirements Class CO-RZ17802 tpl:hasContainedType ex:fe7f3811-bafb-4330-b901-84092006e6c3 ; # Stream Requirements Class CO-S349 tpl:hasCardinalityOfContainer rdl:RDS222624 ; # ZERO TO ONE tpl:hasCardinalityOfContained rdl:RDS222624 ; # ZERO TO ONE meta:valEffectiveDate "2021-08-19T11:24:00Z"^^xsd:dateTime . # CL-LOCTN-200.xml # EXAMPLE - Member of SAFETY RELIEF VALVE is located above member of VESSEL ex:3dbd5dde-298b-4ec5-b577-6022097ffa2f rdf:type tpl:ClassOfContainmentDefinition ; tpl:hasLocatedType rdl:RDS6330862 ; # SAFETY RELIEF VALVE tpl:hasLocatorType rdl:RDS414674 ; # VESSEL tpl:hasLocationType rdl:RDS2223275 ; # ABOVE tpl:hasCardinalityOfLocated rdl:RDS222624 ; # ZERO TO ONE tpl:hasCardinalityOfLocator rdl:RDS222624 ; # ZERO TO ONE meta:valEffectiveDate "2021-08-19T11:24:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: MATERIAL
# CL-MATL-050.xml # EXAMPLE - Members of CO-P-101 are made of 316SS. ex:a6ff1598-5cb0-4d57-be30-b1c1ea1fc07c rdf:type tpl:SpecializationByMatterType ; tpl:hasSubClass ex:7d978c1e-17f8-411c-9d61-23f718af3b37 ; # CO-P-101 tpl:hasSuperClass rdl:RDS2221635 ; # 316 STAINLESS STEEL meta:valEffectiveDate "2021-08-19T15:38:00Z"^^xsd:dateTime . # CL-MATL-100.xml # EXAMPLE - Members of CO-P-101 are made of 316SS. ex:a6ff1598-5cb0-4d57-be30-b1c1ea1fc07c rdf:type tpl:SpecializationByCompoundType ; tpl:hasSubClass ex:7d978c1e-17f8-411c-9d61-23f718af3b37 ; # CO-P-101 tpl:hasSuperClass rdl:RDS2221635 ; # 316 STAINLESS STEEL meta:valEffectiveDate "2021-08-19T15:38:00Z"^^xsd:dateTime . # CL-MATL-200.xml # EXAMPLE - ASTM A 182/A 182M - F 310 is AUSTENITIC ex:335158d6-3169-4f57-8c8d-05f1f2da0a82 rdf:type tpl:SpecializationByCrystallineStructureType ; tpl:hasSubClass astm:RDS497384 ; # ASTM A 182/A 182M - F 310 tpl:hasSuperClass rdl:RDS2223101 ; # AUSTENITIC meta:valEffectiveDate "2021-08-19T15:47:00Z"^^xsd:dateTime . # CL-MATL-300.xml # EXAMPLE - Stream class CO-S-4783 consists of#Templates about one or more ClassOfIndividuals, related to: NUMBER
# CL-NUMB-100.xml # EXAMPLE - The two-dimesnional number [90.8, 4.2] ex:9ff9ed7c-51a0-4565-a27a-848f280620d4 rdf:type tpl:TwoDimensionalNumberDefinition ; tpl:hasDefined ex:e4d0a934-ac2c-4873-b88d-cf52a3ac71f4 ; # [90.8, 4.2] tpl:valFirstNumber "90.8"^^xsd:decimal ; tpl:valSecondNumber "4.2"^^xsd:decimal ; meta:valEffectiveDate "2021-10-22T09:29:00Z"^^xsd:dateTime . # CL-NUMB-200.xml # EXAMPLE - The three-dimensional number [90.8 , 4.2 , 33] ex:f60c907e-4f8d-4de6-9af4-8e3154d32e5d rdf:type tpl:ThreeDimensionalNumberDefinition ; tpl:hasDefined ex:9df0bf39-2bbd-4a15-bb74-cd2e4ed25ff3 ; # [90.8 , 4.2 , 33] tpl:valFirstNumber "90.8"^^xsd:decimal ; tpl:valSecondNumber "4.2"^^xsd:decimal ; tpl:valThirdNumber "33"^^xsd:decimal ; meta:valEffectiveDate "2021-10-22T11:22:00Z"^^xsd:dateTime . # CL-NUMB-300.xml # EXAMPLE - The number range [-273.15 - +*] ex:95fd54e6-cb33-403d-acea-28147f38c418 rdf:type tpl:NumberRangeDefinition ; tpl:hasNumberRange rdl:RDS2229877 ; # NUMBER RANGE OF -273.15 TO INF tpl:valLowerBound "-273.15"^^xsd:decimal ; tpl:valUpperBound "+*"^^xsd:decimal ; meta:valEffectiveDate "2021-10-22T12:16:00Z"^^xsd:dateTime . # CL-NUMB-400.xml # EXAMPLE - The number space of the coordinate triples of the maintenance envelop of E-101 in a plant # is bounded by the number space of the coordinate triples of an adjacent wall ex:2e82364c-7401-47d4-862a-5b4675771ee8 rdf:type tpl:NumberSpaceWithBoundingNumberSpace ; tpl:hasNumberSpace ex:767c10f4-7951-4f43-a95f-88f0577a106c ; # number space of the coordinate triples of the maintenance envelop of E-101 tpl:hasBoundingSpace ex:d6bc05b7-02fc-4540-be30-02a90392499f ; # number space of the coordinate triples of an adjacent wall meta:valEffectiveDate "2021-10-22T13:35:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: OTHER RELATIONSHIP
# CL-OTHRL-250.xml # EXAMPLE - The ClassOfRelationshipWithSignature IS MANUFACTURED BY # is defined by the ClassOfActivity MANUFACTURING, # with the ParticipatingRoleAndDomain ARTEFACT in the Role of PRODUCT, # and the ParticipatingRoleAndDomain MANUFACTURER in the Role of PERFORMER. ex:7256a059-172e-41fb-8991-68b512763649 rdf:type tpl:ClassOfOtherRelationshipWithDualParticipation ; tpl:hasDefined rdl:RDS2229929 ; # IS MANUFACTURED BY tpl:hasActivityType rdl:RDS9661877; # MANUFACTURING tpl:hasParticipantType1 rdl:RDS422594 ; # ARTEFACT tpl:hasRoleOfParticipant1 rdl:RDS13875454 ; # PRODUCT tpl:hasCardinalityOfParticipant1 rdl:RDS999900701 ; # ONE TO MANY tpl:hasParticipantType2 rdl:RDS4242650 ; # MANUFACTURER tpl:hasRoleOfParticipant2 rdl:RDS222365 ; # PERFORMER tpl:hasCardinalityOfParticipant2 rdl:RDS999900701 ; # ONE TO MANY meta:valEffetiveDate "2021-12-03T13:02:00Z"^^xsd:dateTime . # CL-OTHRL-500.xml # EXAMPLE - In Process Design a Stream Class S46 # has the instance of ClassOfActivity, called Unit Operation UO37, as destination. ex:6d721d45-cbad-4fe6-ab93-8e3b14f2704e rdf:type tpl:ClassOfOtherRelationshipWithParticipationAndInvolvementByReference ; tpl:hasDefined rdl:RDS2228129 ; # IS DESTINATION OF tpl:hasActivityType rdl:RDS2229988 ; # STREAMING tpl:hasParticipantType ex:f638b5e1-c576-4ef8-8a50-62249dd9fadc ; # LIQUID STREAM S46 tpl:hasRoleOfParticipant rdl:RDS222362 ; # SUBJECT tpl:hasCardinalityOfParticipant rdl:RDS999900701 ; # ONE TO MANY tpl:hasReferenceType ex:746a4399-c921-489e-bdeb-950efabbd872 ; # UNIT OPERATION UO37 tpl:hasRoleOfReference rdl:RDS13421040 ; # DESTINATION tpl:hasCardinalityOfReference rdl:RDS999900701 ; # ONE TO MANY meta:valEffetiveDate "2021-12-03T13:02:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: PROPERTY and STATUS
# CL-PTYST-160.xml # EXAMPLE - Members of Requirements class CO-RZ17801 for line RZ17801 # have a status "STRESS RISK LEVEL - HIGH". ex:b02c6fe5-49a2-426f-a799-fbe668e1292f rdf:type tpl:ClassOfIndividualHasStatus ; tpl:hasPossessorType ex:3f02b528-b770-4aa8-bc88-245a34a4bee2 ; # CO-RZ17801 tpl:hasStatus rdl:RDS2223920 ; # STRESS RISK LEVEL - HIGH meta:valEffectiveDate "2021-11-02T11:10:00Z"^^xsd:dateTime . # CL-PTYST-170.xml # EXAMPLE - Members of document type "PIPING ISOMETRIC DRAWING" # shall have a status "AFC" before the "START OF FABRICATION" (part of CFIHOS data model) ex:15afacee-ede5-46b1-9202-f0e32511514f rdf:type tpl:ClassOfIndividualHasStatusBeforeClassOfEvent ; tpl:hasPossessorType rdl:RDS331559 ; # PIPING ISOMETRIC DRAWING tpl:hasStatus rdl:RDS2225671 ; # AFC (Approved For Construction) tpl:hasEventType rdl:RDS2227185 ; # START OF FABRICATION meta:valEffectiveDate "2021-11-02T11:28:00Z"^^xsd:dateTime . # CL-PTYST-200.xml # EXAMPLE - Members of design class CO-P-101 have an estimated mass of 240 kg. ex:f774cda9-298c-4cb5-b67a-c72202a8eec7 rdf:type tpl:ClassOfIndividualHasPropertyWithValueAndStatus ; tpl:hasPossessorType ex:865e7acd-6282-47dd-866d-ca2c9ac54694 ; tpl:hasPropertyType rdl:RDS2220062 ; # LENGTH OVERALL (LOA) tpl:valPropertyValue "240"^^xsd:decimal ; tpl:hasScale rdl:RDS1328669 ; # KILOGRAM tpl:hasPropertyStatus rdl:RDS2220182 ; # ESTIMATED meta:valEffectiveDate "2022-11-02T11:45:00Z"^^xsd:dateTime . # CL-PTYST-240.xml # EXAMPLE - Members of Offshore Vessel Type Skandi # have an LOA (Length Overall) of 157 m. ex:f4612553-3f42-4e2d-93c6-8527cd21f805 rdf:type tpl:ClassOfIndividualHasPropertyWithValue ; tpl:hasPossessorType ex:R983923 ; # Offshore Vessel Type Skandi (fake id) tpl:hasPropertyType rdl:RDS2220062 ; # LENGTH OVERALL (LOA) tpl:valPropertyValue "157"^^xsd:decimal ; tpl:hasScale rdl:RDS1332674 ; # METRE meta:valEffectiveDate "2021-11-02T11:45:00Z"^^xsd:dateTime . # CL-PTYST-260.xml # EXAMPLE - Members of Vessel (class) CO_V-102 # have a net selling price of 30,590 USD. ex:4f7e35bd-9402-4b65-9a01-cdb1da1ebca4 rdf:type tpl:ClassOfIndividualHasMonetaryValue ; tpl:hasPossessorType ex:e99229d2-480a-43fd-a863-c3c7ce8cb38e ; # Vessel Requirements Class CO_V-102 tpl:hasMonetaryValueType rdl:RDS2229260 ; # NET SALES PRICE tpl:valMonetaryValue "30590"^^xsd:decimal ; tpl:hasCurrency rdl:RDS2228349 ; # USD meta:valEffectiveDate "2021-10-24T10:49:00Z"^^xsd:dateTime . # CL-PTYST-400.xml # EXAMPLE - Members of ClassOfInanimatePhysicalObject 'CO-P-101' weigh 240kg +90g -50g ex:26d5225d-eb01-4b41-bdb6-e2d4454a2876 rdf:type tpl:ClassOfIndividualHasPropertyWithVariance ; tpl:hasPossessorType ex:f0266268-567e-4a76-a676-21eed8c50f57 ; # requirements class CO-P-101 tpl:hasPropertyType rdl:RDS353339 ; # MASS tpl:valPropertyValue "240"^^xsd:decimal ; tpl:hasScale rdl:RDS1328669 ; # KILOGRAM tpl:valPositiveVariance "90"^^xsd:decimal ; tpl:valNegativeVariance "50"^^xsd:decimal ; tpl:hasVarianceScale rdl:RDS1325789 ; # GRAM meta:valEffectiveDate "2021-11-02T12:21:00Z"^^xsd:dateTime . # CL-PTYST-480.xml # EXAMPLE - Members of ClassOfInanimatePhysicalObject 'CO-P-101' weigh 240kg +0.12% -0.066%. ex:26d5225d-eb01-4b41-bdb6-e2d4454a2876 rdf:type tpl:ClassOfIndividualHasPropertyWithPercentageVariance ; tpl:hasPossessorType ex:f0266268-567e-4a76-a676-21eed8c50f57 ; # requirements class CO-P-101 tpl:hasPropertyType rdl:RDS353339 ; # MASS tpl:valPropertyValue "240"^^xsd:decimal ; tpl:hasScale rdl:RDS1328669 ; # KILOGRAM tpl:valPositiveVariance "0.12"^^xsd:decimal ; tpl:valNegativeVariance "0.066"^^xsd:decimal ; meta:valEffectiveDate "2021-11-02T12:21:00Z"^^xsd:dateTime . # CL-PTYST-560.xml # EXAMPLE - Members of requirements class CO-P-101 of pump P-101, with variable drive unit, # shall have a capacity in terms of volume flow rate of 250 gpm # at a rotational speed of the impeller of 1750 rpm. ex:d4064388-0fd5-4622-ac88-315e23f2dc54 rdf:type tpl:ClassOfIndividualHasConditionalPropertyWithValue ; tpl:hasMultidimensionalPropertyType rdl:RDS2225972 ; # PUMP CAPACITY(volume flow rate) AT IMPELLER SPEED tpl:hasPossessorType ex:f0266268-567e-4a76-a676-21eed8c50f57 ; # requirements class CO-P-101 tpl:hasPropertyType rdl:RDS7354248 ; # CAPACITY(volume flow rate) tpl:valPropertyValue "250"^^xsd:decimal ; tpl:hasScale rdl:RDS1346759 ; # US GALLON PER MINUTE tpl:hasConditionPossessorType ex:f8af70b7-dc1a-4265-8da3-64a6ddaa9ebe ; # requirements class for Impeller CO-P-101-IMP tpl:hasConditionPropertyType rdl:RDS361034 ; # ROTATIONAL SPEED tpl:valConditionPropertyValue "1750"^^xsd:decimal ; tpl:hasConditionScale rdl:RDS1342304 ; # REVOLUTION PER MINUTE meta:valEffectiveDate "2021-11-02T12:42:00Z"^^xsd:dateTime . # CL-PTYST-640.xml # EXAMPLE - Any member of Stream class CO-S-34 # has a vapour pressure of 2.3 kPa # at a temperature of 20 degrees Celsius. ex:fca24f8a-844c-4337-80d3-c368da8aa3fd rdf:type tpl:ClassOfIndividualHasTwoDimensionalPropertyWithValues ; tpl:hasMultidimensionalPropertyType rdl:RDS7345705 ; # VAPOUR PRESSURE AT OPERATING TEMPERATURE tpl:hasPossessorType ex:69e7d04e-eaff-4f39-8d42-c68792cc71e1 ; # Stream class CO-S-34 tpl:hasPropertyType1 rdl:RDS358739 ; # VAPOUR PRESSURE tpl:valPropertyValue1 "2.3"^^xsd:decimal ; tpl:hasScale1 rdl:RDS2227188 ; # KILOPASCAL ABSOLUTE tpl:hasPropertyType2 rdl:RDS357119 ; # OPERATING TEMPERATURE tpl:valPropertyValue2 "20"^^xsd:decimal ; tpl:hasScale2 rdl:RDS1322684 ; # DEGREE CELSIUS meta:valEffectiveDate "2021-11-02T14:54:00Z"^^xsd:dateTime . # CL-PTYST-680.xml # EXAMPLE - The differential pressure between inlet and outlet of any member of pump class B14-S-P101 # is 3.27 BAR GAUGE. ex:77a2c0fa-5b1c-4f80-ab0a-e30a13b5d2fd rdf:type tpl:PropertyDifferenceBetweenTwoInstancesOfClassOfIndividual ; tpl:hasHighPossessorType ex:f229fd7c-ae2c-4bce-9c26-d60da5b510b8 ; # B14-S-P101-OUT tpl:hasLowPossessorType ex:68fe7434-d73d-44e6-8bd4-5afa8b75cf46 ; # B14-S-P101-IN tpl:hasPropertyType rdl:RDS361574 ; # DIFFERENTIAL PRESSURE tpl:valDifferentialValue "3.27"^^xsd:decimal ; tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE meta:valEffectiveDate "2024-02-29T16:00:00Z"^^xsd:dateTime . # CL-PTYST-720.xml # EXAMPLE - Members of requirements class CO-P-101 of pump P-101 # have been designed for a duty cycle of 0.82 ex:e7db89f6-77dd-4108-a292-2c9f9eecfef6 rdf:type tpl:ClassOfIndividualHasPropertyRatio ; tpl:hasMultidimensionalPropertyType rdl:RDS2227189 ; # DUTY CYCLE tpl:hasPossessorType ex:f0266268-567e-4a76-a676-21eed8c50f57 ; # requirements class CO-P-101 tpl:hasPropertyType rdl:RDS356039 ; # TIME tpl:valPropertyValue1 "60"^^xsd:decimal ; tpl:valPropertyValue2 "73"^^xsd:decimal ; tpl:valPropertyRatio "0.82"^^xsd:decimal ; tpl:hasScale rdl:RDS1326734 ; # HOUR meta:valEffectiveDate "2021-11-02T15:11:00Z"^^xsd:dateTime . # CL-PTYST-740.xml # EXAMPLE - Any member of Property Range rdl:RDS627081371 (4 - 20 MILLIAMPERE DC) # have a DIRECT CURRENT (DC) range # with a Lower Bound of4 mADC # and an Upper Bound of 20 mADC ex:a579dea9-abdf-45e8-a49c-dc787e760d8f rdf:type tpl:PropertyRangeDefinition ; tpl:hasPropertyRange rdl:RDS627081371 ; tpl:hasPropertyType rdl:RDS2224478 ; # DIRECT CURRENT (DC) tpl:valLowerBound "4"^^xsd:decimal ; tpl:valUpperBound "20"^^xsd:decimal ; tpl:hasScale rdl:RDS2229342 ; # MILLIAMPERE DC meta:valEffectiveDate "2021-10-22T13:49:00Z"^^xsd:dateTime . # CL-PTYST-760.xml # EXAMPLE - Any member of Requirements Class CO-P101-CASING # has a SURFACE TEMPERATURE range of 600 - 2000 K ex:b271b532-9c86-4cd8-8e4b-577571cea4db rdf:type tpl:ClassOfIndividualHasPropertyRangeWithValues ; tpl:hasPossessorType ex:f51963c6-449f-4852-aeae-5fa5c8543412 ; # CO-P101-CASING tpl:hasPropertyType rdl:RDS2229343 ; # SURFACE TEMPERATURE tpl:valLowerBound "600"^^xsd:decimal ; tpl:valUpperBound "2000"^^xsd:decimal ; tpl:hasScale rdl:RDS1327904 ; # KELVIN meta:valEffectiveDate "2021-10-22T16:58:00Z"^^xsd:dateTime . # CL-PTYST-800.xml # EXAMPLE - Definition of a temperature of 100 degrees Celsius. # NOTE - Only to be used for repertitive occurring Properties ex:2ec8dd21-185b-4bbf-ae50-1649a0781a2d rdf:type tpl:PropertyDefinition ; tpl:hasDefined rdl:RDS2227190 ; # TEMPERATURE OF 100 DEGREE CELSIUS tpl:hasPropertyType rdl:RDS355859 ; # TEMPERATURE tpl:valPropertyValue "100"^^xsd:decimal ; tpl:hasScale rdl:RDS1322684 ; # DEGREE CELSIUS meta:valEffectiveDate "2021-11-02T15:52:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: SET OPERATIONS
# CL-SETOP-080.xml # EXAMPLE - The difference between a Class with members {A, B, C} # and a Class with members {B, C, D} # is a Class with members {A, D} . ex:9c6c120a-7838-4126-946a-64011ae6513d rdf:type tpl:DifferenceOf2Classes ; tpl:hasClass1 ex:a832747b-f548-4c0f-b7ed-5c87a38dade2 ; # {A, B, C} tpl:hasClass2 ex:e46eb77e-4a7b-4203-a45f-e5f86804b95a ; # {B, C, D} tpl:hasClassDifference ex:2221961d-ddbc-4153-8bf2-d021dc1e244d ; # {A, D} meta:valEffectiveDate "2021-12-04T15:06:00Z"^^xsd:dateTime . # CL-SETOP-120.xml # EXAMPLE - FLOW TRANSMITTER rdl:RDS880154 # is equivalent to cfihos:30000643 flow transmitter in the CFIHOS RDL # NOTE - They have the same members ex:e0cc0b56-b3f2-4b7f-ae56-5a88dee5d515 rdf:type tpl:EquivalentClasses ; tpl:hasClass1 rdl:RDS880154 ; tpl:hasClass2 cfihos:30000643 ; meta:valEffectiveDate "2021-12-04T15:06:00Z"^^xsd:dateTime . # CL-SETOP-160.xml # EXAMPLE - Effective documents X-rev1 and X-rev2 are disjoint ex:af02e851-c9d0-4fed-9229-0fa9a93ad779 rdf:type tpl:DisjointnessOf2Classes ; tpl:hasClass1 ex:3f38ecc4-6366-441f-be9b-44f49ae0cbfb ; # Document X-rev1 tpl:hasClass2 ex:ea1e8f53-b30c-45b7-b4ae-c63bd6a4b9ce ; # Document X-rev2 meta:valEffectiveDate "2021-12-04T15:27:00Z"^^xsd:dateTime . # CL-SETOP-400.xml # EXAMPLE - Data elements A and B are the result of the intersection between # Specification XYZ rev.1 with data elements A, B, C, and # Specification XYZ rev.2 with # data elements A, B, D . ex:4fdd6e4e-5468-424e-846e-83cfa665b800 rdf:type tpl:IntersectionOf2Classes ; tpl:hasClass1 ex:b7372aac-a7f3-4142-8b28-f2b997499264 ; # Specification XYZ rev.1 with data elements A, B, C tpl:hasClass2 ex:85750af6-cb78-4017-9113-4c5ad5d84077 ; # Specification XYZ rev.2 with data elements A, B, D tpl:hasClassIntersection ex:35758aa8-1673-4ba7-a8aa-cac0996371c3 ; # Data elements A,B meta:valEffectiveDate "2021-12-10T12:48:00Z"^^xsd:dateTime . # CL-SETOP-480.xml # EXAMPLE - Let C be a Pipe Class that allows the use of P and Q, so C = {P,Q}; # Let N be a Piping Network that must be a member of C, but requires the use of Q and R, so N = {Q,R}, # then the relative complement of C in N is R: NC = {R}. # In other words: R is required in the Piping Network N but is not (yet) part of the applicable Pipe Class C. ex:2e0d651c-bcad-41ee-b128-8b8ef04193cb rdf:type tpl:RelativeComplementOf2Classes ; tpl:hasClass1 ex:b7c376c6-6750-41ea-8bb0-61c320c7e3e6 ; # C = {P,Q} tpl:hasClass2 ex:9f6a9b6b-48c5-4163-8875-8a1716dbd270 ; # N = {Q,R} tpl:hasRelativeComplement ex:53881d08-d989-41b5-8193-48a389cb7e94 ; # R meta:valEffectiveDate "2021-12-10T14:21:00Z"^^xsd:dateTime . # CL-SETOP-560.xml # EXAMPLE - The union of C1={A,B,C} and C2={B,C,D} results in C3={A,B,C,D}, # where A, B, C, and D are members of Part 2 Classes C1, C2, and/or C3 and doubles are omitted. ex:8ebcda08-f108-4687-8dec-744d833fb0de rdf:type tpl:UnionOf2Classes ; tpl:hasClass1 ex:d039e10d-f006-44fc-86c0-087f4b8b1d4c ; # C1={A,B,C} tpl:hasClass2 ex:f5ad52a9-aa0e-458c-bc41-c85f39ca99cf ; # C2={B,C,D} tpl:hasClassUnion ex:2d3df8a6-5900-4c7a-9cf2-8faa98b23b9b ; # C3={A,B,C,D} meta:valEffectiveDate "2021-12-10T14:37:00Z"^^xsd:dateTime . # CL-SETOP-640.xml # EXAMPLE - A pick-list of acceptable instances for the data element ''Lubrication" in the API 610 pump data sheet ex:9000a813-ecb9-4ef6-81dc-507c48193a53 rdf:type tpl:EnumerationOfClass ; tpl:hasSet ex:ceae7464-d343-4917-a4ad-9b1d2c24aa05 ; # the collection of Class instances for "Lubricator" on API 610 datasheet tpl:hasMember rdl:RDS5995396 ; # OIL MIST LUBRICATOR meta:valEffectiveDate "2021-09-21T12:48:00Z"^^xsd:dateTime . # CL-SETOP-880.xml # EXAMPLE - Template instances {A,B,C} and {B,C,D}, as members of an instance of EnumeratedSetOfClass 'Datasheet GHJ-254 data', # have {B,C} as results of the intersection. ex:24076210-a1ac-4778-bde1-08b6d0b20f81 rdf:type tpl:IntersectionOfEnumeratedSetOfClass ; tpl:hasInput ex:6ba8ea94-7d62-4b68-9a90-d34cd8178b17; # EnumeratedSetOfClass 'Datasheet GHJ-254 data' tpl:hasResult ex:e63b2a37-6d61-4ef3-b186-d312cfc26d3b ; # {B,C} meta:valEffectiveDate "2021-12-10T15:07:00Z"^^xsd:dateTime . # CL-SETOP-900.xml # EXAMPLE - Template instances {A,B,C} and {B,C,D}, as members of an instance of EnumeratedSetOfClass 'Datasheet GHJ-254 data', # are unionized to {A,B,C,D} ex:24076210-a1ac-4778-bde1-08b6d0b20f81 rdf:type tpl:UnionOfEnumeratedSetOfClass ; tpl:hasInput ex:6ba8ea94-7d62-4b68-9a90-d34cd8178b17; # EnumeratedSetOfClass 'Datasheet GHJ-254 data' tpl:hasResult ex:e63b2a37-6d61-4ef3-b186-d312cfc26d3b ; # {A,B,C,D,E,F} meta:valEffectiveDate "2021-12-10T15:07:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: SHAPE CLASS
# CL-SHAPE-200.xml # EXAMPLE - mySphere has a diameter range with a value between 5 and 10 m. ex:dac0f750-81d0-4c72-98c2-fb6c882a4de1 rdf:type tpl:ClassOfShapeDimensionDefinition ; tpl:hasShapeType ex:89c1d36b-1b2e-4066-9159-a5952ded6ae3 ; # mySphere tpl:hasShapeDimension rdl:RDS350954 ; # DIAMETER tpl:hasPropertySpace exrdl:R453873 ; # A length range of 5 - 10 m in local RDL extension meta:valEffectiveDate "2021-12-10T15:48:00Z"^^xsd:dateTime . # CL-SHAPE-300.xml # EXAMPLE -Any member of Tank class CO-T-101 has the shape of a sphere with a diameter of 10 m ex:de459ce6-0225-4679-a780-7a303c42859d rdf:type tpl:ShapeDimensionOfClassOfShapeWithReferenceProperty ; tpl:hasPossessorType ex:8a38285a-1b8d-4c76-9211-3b1a66a6a54d ; # Tank requirements class CO-T-101 tpl:hasShapeType rdl:RDS2225772 ; # SPHERE(shape) tpl:hasShapeDimension rdl:RDS350954 ; # DIAMETER tpl:hasProperty exrdl:R453868 ; # A length of 10 m in local RDL extension meta:valEffectiveDate "2021-12-10T16:04:00Z"^^xsd:dateTime . # CL-SHAPE-400.xml # EXAMPLE - Any member of the shape of a Circular Flat Washer, defined in ISO 15926 Part 3, # that complies with exrdl:R47372, a user-defined as P3 Circular Flatwasher as an XML Literal in XML. ex:215652c5-0fb9-4c5e-add8-94e3d18c4582 rdf:type tpl:DefinitionOfShapeRepresentation ; tpl:hasShape ex:fa54ec70-0b78-4c1f-bfd9-eb458860eb81 ; # the ID of the declared Shape tpl:hasRepresentation "(ISO 15926-3 code)" ; tpl:hasRepresentationType exrdl:R47372 ; # user-defined requirements meta:valEffectiveDate "2022-11-18T14:37:00Z"^^xsd:dateTime . # CL-SHAPE-500.xml # EXAMPLE - Members of Offshore Vessel Type Skandi # have an LOA (Length Overall) of 157 m ex:601e09f4-9854-4567-8a66-21f81e4c7e72 rdf:type tpl:ClassOfIndividualHasDimensionedShapeWithValue ; tpl:hasPossessorType ex:ea7cf639-41a7-47e4-9fd5-c3c8879ca078 ; # requirements class of Skandi (offshore vessel) tpl:hasShapeType rdl:RDS290699 ; # HULL tpl:hasDimensionType rdl:RDS2220062 ; # LENGTH OVERALL (LOA) tpl:valPropertyValue "157"^^xsd:decimal ; tpl:hasScale rdl:RDS1332674 ; # METRE meta:valEffectiveDate "2021-12-10T16:23:00Z"^^xsd:dateTime .#Templates about one or more ClassOfIndividuals, related to: STRUCTURE
# CL-STRUC-060.xml # EXAMPLE - Fluid A is a component of Fluid Mixture M. # The latter can have zero to infinite components. ex:5e016a45-5a19-43a8-a116-562d77c4ac7b rdf:type tpl:ClassOfCompositionDefinition ; tpl:hasClassOfWhole ex:19386c33-76ca-48e3-bb35-9fcbc0740394 ; # Fluid Mixture M tpl:hasClassOfPart ex:e8637f78-a228-4ec9-97f7-b4bd6e31837d ; # Fluid A tpl:hasDefined ex:7a4d93ec-aaf1-4d1d-8a74-453927cde167 ; # auto-generated, for use in templates at Individual level tpl:hasCardinalityOfWhole rdl:RDS222625 ; # ONE TO ONE tpl:hasCardinalityOfPart rdl:RDS999900701 ; # ONE TO MANY meta:valEffectiveDate "2021-12-12T11:35:00Z"^^xsd:dateTime . # CL-STRUC-080.xml # EXAMPLE - The concentration of dissolved salts in seawater (its salinity) is about 3.5% of the weight of seawater. ex:686e8607-1bf9-4ba4-92a4-9ea4d90b632c rdf:type tpl:ClassOfCompositionPartPercentage ; tpl:hasClassOfWhole rdl:RDS890774 ; # SEAWATER tpl:hasClassOfPart rdl:RDS8015624941 ; # SALT tpl:hasPercentageType rdl:RDS16430480 ; # WEIGHT PERCENTAGE tpl:valPartPercentageValue "3.5"^^xsd:decimal ; meta:valEffectiveDate "2021-10-14T11:21:00Z"^^xsd:dateTime . # CL-STRUC-081.xml # EXAMPLE - Members of our crude oil class do not contain more than 0.5 - 1% of water. ex:c17a1ccc-0b42-4979-b712-189e371a4de2 rdf:type tpl:ClassOfCompositionPartPercentageByRange ; tpl:hasClassOFWhole exrdl:R58382 ; # locally defined Crude Oil class tpl:hasClassOfPart rdl:RDS1012769 ; # WATER tpl:hasPercentageType rdl:RDS16430750 ; # VOLUME PERCENTAGE tpl:hasPartPercentageRange ex:R4383409 ; # 0.5 - 1.0 Vol% (defined in local RDL extension) meta:valEffectiveDate "2021-10-14T12:56:00Z"^^xsd:dateTime . # CL-STRUC-120.xml # EXAMPLE - Requirements vessel class CO-V-101 # has requirements insulation class CO-V-101-INS as a part in an arrangement. ex:6c6bdd97-d5e1-4844-892b-ff1ebd873b64 rdf:type tpl:ClassOfArrangementDefinition ; tpl:hasClassOfWhole ex:e285f08c-f172-4b73-b0d0-56cc89abfd96 ; # Requirements class CO-V-101 tpl:hasClassOfPart ex:8a436139-e2e7-481d-9eff-74889e7d46b7 ; # CO-V-101-INS tpl:hasDefined ex:7a4d93ec-aaf1-4d1d-8a74-453927cde167 ; # for classification of ArrangementOfIndividual relationship tpl:hasCardinalityOfWhole rdl:RDS222625 ; # ONE TO ONE tpl:hasCardinalityOfPart rdl:RDS222625 ; # ONE TO ONE meta:valEffectiveDate "2021-12-12T11:35:00Z"^^xsd:dateTime . # CL-STRUC-180.xml # EXAMPLE - One to many Condensate Regeneration Systems may have zero to many Pumps as a part. ex:9fc22f6a-93f4-4187-897d-766569d08d87 rdf:type tpl:ClassOfAssemblyDefinition ; tpl:hasClassOfWhole rdl:RDS276254 ; # CONDENSATE REGENERATION SYSTEM tpl:hasClassOfPart rdl:RDS327239 ; # PUMP tpl:hasDefined ex:1692afae-275d-4d7b-93c0-6d6fce30a6b6 ; # for classification of AssemblyOfIndividual tpl:hasCardinalityOfWhole rdl:RDS999900701 ; # ONE TO MANY tpl:hasCardinalityOfPart rdl:RDS999900700 ; # ZERO TO MANY meta:valEffectiveDate "2021-12-13T11:18:00Z"^^xsd:dateTime . # CL-STRUC-240.xml # EXAMPLE - Members of BLOCK VALVE class do not have a CONTROLLED ACTUATOR. ex:57d9f374-0feb-497b-8ab7-2bf57174b75f rdf:type tpl:PartInClassOfAssemblyApplicableYesNo ; tpl:hasClassOfWhole rdl:RDS280979 ; # BLOCK VALVE tpl:hasClassOfPart rdl:RDS2220505 ; # CONTROLLED ACTUATOR tpl:valApplicableYesNo "false"^^xsd:boolean ; meta:valEffectiveDate "2021-12-13T14:07:00Z"^^xsd:dateTime . # CL-STRUC-300.xml # EXAMPLE - Members of RAISED FACE FLANGE have a member of RAISED FACE as a Feature. ex:f047ae8f-a0d3-4859-9995-722d7f90d2a4 rdf:type tpl:ClassOfFeatureWholePartDefinition; tpl:hasClassOfWhole rdl:RDS957284 ; # RAISED FACE FLANGE tpl:hasClassOfPart rdl:RDS2225586 ; # RAISED FACE tpl:hasDefined ex:5e47cf8c-cc06-44e6-90c6-270a240a8248 ; # for classification of FeatureWholePart tpl:hasCardinalityOfWhole rdl:RDS222625 ; # ONE TO ONE tpl:hasCardinalityOfPart rdl:RDS222625 ; # ONE TO ONE meta:valEffectiveDate "2021-12-13T14:07:00Z"^^xsd:dateTime . # CL-STRUC-480.xml # EXAMPLE - Line section requirements class CO-RZ79801-S4 # has a flanged connection # with the inlet nozzle requirements class CO-P101-IN ex:d6341709-2760-49f7-b638-6b540a77b315 rdf:type tpl:ClassOfDirectConnectionDefinition ; tpl:hasClassOfSide1 ex:bd7d0bd9-af65-4f34-ad3e-531b7e3dc65d ; # CO-RZ79801-S4 tpl:hasClassOfSide2 ex:916484e2-ffb1-4eb8-9016-31d435e13662 ; # CO-P101-IN tpl:hasConnectionType rdl:RDS2229203 ; # FLANGED CONNECTION tpl:hasDefined ex:c9f275c1-bd64-4fad-aabb-b83bc7ba0ac5 ; # for classification of a DirectConnection tpl:hasCardinalityOfSide1 rdl:RDS222624 ; # ZERO TO ONE tpl:hasCardinalityOfSide2 rdl:RDS222624 ; # ZERO TO ONE meta:valEffectiveDate "2021-12-14T12:26:00Z"^^xsd:dateTime . # CL-STRUC-600.xml # EXAMPLE - Members of Pump requirements class CO-P-101 # are indirectly (via a gearbox) connected with # members of its driver requirements class CO-PM-101. ex:e62ba368-cdc0-4bb0-a03f-515e53887c30 rdf:type tpl:ClassOfIndirectConnectionDefinition ; tpl:hasClassOfSide1 ex:da946b96-4760-45cf-ad3f-4917cd34f8f9 ; # CO-P-101 tpl:hasClassOfSide2 ex:102d9695-e923-4f5b-9249-4a22e7f391ce ; # CO-PM-101 tpl:hasConnectionType rdl:RDS2229202 ; # DRIVE-TO-DRIVEN CONNECTION tpl:hasDefined ex:59772199-d854-40b5-8cf1-bf50ba6a5409 ; # for use in template ClassOfIndividualUsedInIndirectConnectionDefinition tpl:hasCardinalityOfSide1 rdl:RDS222624 ; # ZERO TO ONE tpl:hasCardinalityOfSide2 rdl:RDS222624 ; # ZERO TO ONE meta:valEffectiveDate "2021-12-14T13:36:00Z"^^xsd:dateTime . # CL-STRUC-660.xml # EXAMPLE - A Ring Joint gasket is used for the direct connection between two RTJ Flanges ex:937c4439-03cb-423d-a783-669788991d0c rdf:type tpl:ClassOfIndividualUsedInDirectConnectionDefinition ; tpl:hasClassOfUsed rdl:RDS473084 ; # RING JOINT GASKET tpl:hasConnection ex:c9f275c1-bd64-4fad-aabb-b83bc7ba0ac5 ; # declared in another template tpl:hasCardinalityOfUsed rdl:RDS222624 ; # ZERO TO ONE tpl:hasCardinalityOfConnection rdl:RDS222624 ; # ZERO TO ONE meta:valEffectiveDate "2021-12-13T14:40:00Z"^^xsd:dateTime . # CL-STRUC-720.xml # EXAMPLE - Members of Line class CO-FX-2487 # are used for the indirect connection between # members of the Crude Unit CO-C-302 and # members of the Distillate Hydrotreater CO-C-303 ex:7b97451c-33f3-472a-a47d-d1a70c164751 rdf:type tpl:ClassOfIndividualUsedInIndirectConnectionDefinition ; tpl:hasClassOfUsed ex:edae4839-e1cf-499f-89ba-19acc944455c ; # CO-FX-2487 tpl:hasConnection ex:ccab72e3-150e-41f6-9dc8-77b45c5e8759 ; # defined with ClassifiedClassOfIndirectConnectionDefinition tpl:hasCardinalityOfUsed rdl: ; # ONE TO ONE tpl:hasCardinalityOfConnection rdl: ; # ONE TO ONE meta:valEffectiveDate "2021-12-14T14:53:00Z"^^xsd:dateTime . # CL-STRUC-780.xml # EXAMPLE - A BOX class of which the members have 100 HEAVY HEX BOLT ASME B18.2.1 NS 2 bolts ex:2dcdf281-cf26-42f7-a528-2c52d348d60a rdf:type tpl:NumberOfMembersOfClassOfIndividual ; tpl:hasAggregateType exrdl:B123456 ; tpl:hasCollectorType rdl:RDS2227954 ; # BOX tpl:hasObjectType asme:RDS847394 ; # HEAVY HEX BOLT ASME B18.2.1 NS 2 tpl:hasAggregateCount "100"^^xsd:nonNegativeInteger ; meta:valEffectiveDate "2021-12-14T16:11:00Z"^^xsd:dateTime .Templates about one or more PossibleIndividuals, related to:
- ACTIVITY
- CLASSIFICATION
- DESCRIPTION
- DOCUMENT
- EXISTENCE
- FUNCTION
- IDENTIFICATION
- LOCATION
- MATERIAL
- PROPERTY-INDIRECT
- PROPERTY and STATUS
- RELATIONSHIP-OTHER
- SHAPE
- STREAM
- STRUCTURE
#Templates about one or more PossibleIndividuals, related to: ACTIVITY
# IN-ACTIV-020.xml # EXAMPLE - Pump P-101/AN4582483 # participates in the Activiy A457438 (declared as PUMPING) # in the Role of PERFORMER. # NOTE - Pump P-101/AN4582483 is the tagnumber of the implemention of P-101 with asset numbered AN4582483) ex:605753d4-9218-4f29-a102-d44b43babb78 rdf:type tpl:ParticipationOfPhysicalObjectInActivity ; tpl:hasActivity ex:b19c7864-7cff-494b-8bcb-c49246302dfb ; # A457438 tpl:hasParticipant ex:43974c9d-610d-4fc6-8ac9-26216cbc0652 ; # P-101/AN4582483 tpl:hasParticipantRole rdl:RDS222365 ; # PERFORMER meta:valEffectiveDate "2022-09-21T18:44:00Z"^^xsd:dateTime . # IN-ACTIV-040.xml # EXAMPLE - Pump P-101/AN4582483 # has begun to participate in the Activiy A457438 (declared as PUMPING) # in the Role of PERFORMER # on 2021-09-21T18:44:00Z # NOTE - Pump P-101/AN4582483 is the tagnumber of the implemention of P-101 with asset numbered AN4582483) ex:605753d4-9218-4f29-a102-d44b43babb78 rdf:type tpl:BegunParticipationOfPhysicalObjectInActivity ; tpl:hasActivity ex:b19c7864-7cff-494b-8bcb-c49246302dfb ; # A457438 tpl:hasParticipant ex:43974c9d-610d-4fc6-8ac9-26216cbc0652 ; # P-101/AN4582483 tpl:hasParticipantRole rdl:RDS222365 ; # PERFORMER tpl:valStartDate "2021-09-21T18:44:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-09-21T18:44:00Z"^^xsd:dateTime . # IN-ACTIV-041.xml # EXAMPLE - The physical implementation of Line RZ17801 # ended its participation in the Activiy A457438 (declared as HYDROSTATIC TESTING) # in the Role of HYDROSTATICALLY TESTED OBJECT # on 2021-11-14T18:44:00Z ex:be6e2aaa-0b03-4246-9d75-6e06a311cda4 rdf:type tpl:ParticipationOfPhysicalObjectInActivity ; tpl:hasActivity ex:b19c7864-7cff-494b-8bcb-c49246302dfb ; # A457438 tpl:hasParticipant ex:43974c9d-610d-4fc6-8ac9-26216cbc0652 ; # physical implementation of Line RZ17801 tpl:hasParticipantRole rdl:RDS2221129 ; # HYDROSTATICALLY TESTED OBJECT tpl:valEndDate "2021-11-14T18:44:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-11-14T18:44:00Z"^^xsd:dateTime . # IN-ACTIV-042.xml # EXAMPLE - An unidentified member of the Class 'MARINE ATMOSPHERE' # began participation in an individual CORROSION Activity A34723212 # in the Role of CORRODING AGENT # on 2021-09-21T18:44:00Z ex:d3e4cb60-f8c3-4f7a-90ca-8e33ae940f54 rdf:type tpl:BegunParticipationOfClassInActivity ; tpl:hasActivity ex:6ba2d237-b173-4445-913b-a590400d7305 ; # A34723212 tpl:hasParticipantType rdl:RDS14316220 ; # MARINE ATMOSPHERE tpl:hasParticipantRole rdl:RDS2227753 ; # CORRODING AGENT tpl:valStartDate "2021-09-21T18:44:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-09-21T18:44:00Z"^^xsd:dateTime . # IN-ACTIV-043.xml # EXAMPLE - An unidentified member of the Compressor Class 'MODEL Hm-347x' # has been purchased through PURCHASING Activity A5743832 # on 2021-09-21T18:44:00Z ex:d3e4cb60-f8c3-4f7a-90ca-8e33ae940f54 rdf:type tpl:EndedParticipationOfClassInActivity ; tpl:hasActivity ex:94341ba9-3c3f-4fc3-9a24-dcf87ecbcd5b ; # A5743832 tpl:hasParticipantType xyz:Hm-347x ; # MODEL Hm-347x of XYZ Ltd tpl:hasParticipantRole rdl:RDS222362 ; # SUBJECT tpl:valEndDate "2021-09-21T18:44:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-09-21T18:44:00Z"^^xsd:dateTime . # IN-ACTIV-044.xml # EXAMPLE - An unidentified member of the 'BEAM' Class # does NOT participate in # the SUPPORTING Activiy of Line RZ81247 ex:6ce9718d-9f31-4e8d-bf6e-7091a66956e3 rdf:type tpl:ParticipationOfClassInActivityYesNo ; tpl:hasActivity ex:91600327-6642-4e2c-981b-cafca961a116 ; # A2427375 tpl:hasParticipantType rdl:RDS5754776 ; # BEAM tpl:hasParticipantRole rdl:RDS2223575 ; # SUPPORTING OBJECT tpl:valApplicableYesNo "false"^^xsd:boolean ; meta:valEffectiveDate "2021-09-21T18:44:00Z"^^xsd:dateTime . # IN-ACTIV-050.xml # EXAMPLE - John Doe began participation in ACCOUNTING # in the Role of MANAGER(role) # on 2021-09-21T18:44:00Z ex:3bd1ca96-42fa-45ac-bc76-7a87b725711e rdf:type tpl:BegunParticipationOfPhysicalObjectInActivityType ; tpl:hasActivityType rdl:RDS9697562 ; # ACCOUNTING tpl:hasParticipant ex:f67a776a-0c5e-4bae-9b04-f7c1895970e0 ; # John Doe tpl:hasParticipantRole rdl:RDS222426 ; # MANAGER(role) tpl:valStartDate "2021-09-21T18:54:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-09-21T18:54:00Z"^^xsd:dateTime . # IN-ACTIV-051.xml # EXAMPLE - John Doe ended participation in ACCOUNTING # in the Role of MANAGER(role) # on 2021-09-21T18:54:00Z ex:3bd1ca96-42fa-45ac-bc76-7a87b725711e rdf:type tpl:BegunParticipationOfPhysicalObjectInActivityType ; tpl:hasActivityType rdl:RDS9697562 ; # ACCOUNTING tpl:hasParticipant ex:f67a776a-0c5e-4bae-9b04-f7c1895970e0 ; # John Doe tpl:hasParticipantRole rdl:RDS222426 ; # MANAGER(role) tpl:valEndDate "2021-09-21T18:54:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-09-21T18:54:00Z"^^xsd:dateTime . # IN-ACTIV-052.xml # EXAMPLE - John Doe does not participate # inACCOUNTING # in the Role of MANAGER(role) ex:3bd1ca96-42fa-45ac-bc76-7a87b725711e rdf:type tpl:ParticipationOfPhysicalObjectInActivityTypeYesNo ; tpl:hasActivityType rdl:RDS9697562 ; # ACCOUNTING tpl:hasParticipant ex:f67a776a-0c5e-4bae-9b04-f7c1895970e0 ; # John Doe tpl:hasParticipantRole rdl:RDS222426 ; # MANAGER(role) tpl:valApplicableYesNo "false"^^xsd:boolean ; meta:valEffectiveDate "2021-09-21T18:54:00Z"^^xsd:dateTime . # IN-ACTIV-060.xml # EXAMPLE - A pump for tag P-101 # in the Role of MANUFACTURED OBJECT # has been manufactured by XYZ Ltd # in the Role of MANUFACTURER(role) # in Activity A374221 (classified as MANUFACTURING) ex:3a2e2228-7238-4e7e-bf80-5e3b79e79d31 rdf:type tpl:EndingOfParticipationOfTwoPhysicalObjectsInSameActivity ; tpl:hasActivity ex:58540b60-6064-4d56-bb65-be1800a9a3b5 ; # A374221 tpl:hasParticipant1 ex:7e16af6f-10b5-44f5-823a-c94954bfe135 ; # pump for tag P-101 tpl:hasParticipantRole1 rdl:RDS2226060 ; # MANUFACTURED OBJECT tpl:hasParticipant2 ex:e4d2bc19-a5a8-4f2c-b935-0d77547a2a2a ; # XYZ Ltd tpl:hasParticipantRole2 rdl:RDS2223263 ; # MANUFACTURER(role) meta:valEffectiveDate "2021-12-14T14:07:00Z"^^xsd:dateTime . # IN-ACTIV-080.xml # EXAMPLE - The Activity A543859 (WELDING of line RZ17801) # is involved-by-reference in an Activity A563846 (PROGRESS REPORTING on Area 17 in 2021 week 16) # in the Role of REPORTED OBJECT. ex:98669b5b-daaf-4876-aa75-61fca128d900 rdf:type tpl:InvolvementByReferenceOfIndividualInActivity ; tpl:hasActivity ex:a204b3c6-bba3-46ce-a323-3c95ba801382 ; # A563846 (reporting) tpl:hasInvolved ex:7945174f-3893-45f0-8e92-4caf95966b96 ; # A543859 (welding) tpl:hasInvolvementRole rdl:RDS2220203 ; # REPORTED OBJECT meta:valEffectiveDate "2021-09-21T14:47:00Z"^^xsd:dateTime . # IN-ACTIV-100.xml # EXAMPLE - Any member of [DOCUMENT] class [Welding Instruction 12345] # is involved by reference in the Activity [Welding of Line RZ17801] # in the Role of [INSTRUCTION(role)]. ex:b1b8fa57-6f07-4328-9dc7-6002797dae12 rdf:type tpl:InvolvementByReferenceOfClassInActivity ; tpl:hasActivity ex:6c962304-114a-4c9d-b663-8073a096cd19 ; # A4823832 tpl:hasInvolved ex:7e091695-1f65-46f6-bed4-04ff5053de69 ; # Welding Instruction 12345 tpl:hasInvolvementRole rdl:RDS2220036 ; # INSTRUCTION(role) meta:valEffectiveDate "2021-10-15T11:44:00Z"^^xsd:dateTime . # IN-ACTIV-101.xml # EXAMPLE - Any member of [DOCUMENT] class [Welding Instruction 12345] # is not involved by reference in the Activity [Welding of Line RZ17801] # in the Role of [INSTRUCTION(role)]. ex:bece8fcd-b0c8-4ada-90b2-80d06e239e15 rdf:type tpl:InvolvementByReferenceOfClassInActivity ; tpl:hasActivity ex:6c962304-114a-4c9d-b663-8073a096cd19 ; # A3484274 tpl:hasInvolved ex:7e091695-1f65-46f6-bed4-04ff5053de69 ; # Welding Instruction 12345 tpl:hasInvolvementRole rdl:RDS2220036 ; # INSTRUCTION(role) tpl:hasApplicableYesNo "false"^^xsd:boolean ; meta:valEffectiveDate "2021-10-15T12:14:00Z"^^xsd:dateTime . # IN-ACTIV-160.xml # EXAMPLE - OBSERVING Activity A584332 # results in the information "Corrosion electrode KE-104 has a corrosion rate of 1.5 mm/year" # as expressed by an instance of template # IndividualHasPropertyWithValue. ex:d0af356e-090b-4c13-aea0-35eebbc0a84c rdf:type tpl:RecognitionOfInformation ; tpl:hasActivity ex:ee54ec45-571c-4df2-a175-e1349f39ddce ; # A584332 tpl:hasRecognized ex:611c45cc-b020-44d3-8f22-00b4801b385c ; # Template instance with label "[CORROSION PROBE] individual [KE-104] has a [CORROSION RATE] of [1.5] [MILLIMETRE PER YEAR]" tpl:hasRecognitionType rdl:RDS2220203 ; # RECOGNITION BY OBSERVATION meta:valEffectiveDate "2021-09-21T21:01:00Z"^^xsd:dateTime . # IN-ACTIV-240.xml # EXAMPLE - Manufacturing activity A342321 # has begun the existence # of Actual PUMP P-101 ex:77c5898d-3642-4493-9051-c5a2dfbbd5a5 rdf:type tpl:ActivityCausesBegunIndividual ; tpl:hasActivity ex:bdc4797a-1a84-4c67-be5a-d6e108c65ac7 ; # A342321 tpl:hasBegunIndividual ex:97bd1602-b5a6-415a-9938-8803f605bf98 ; # P-101 meta:valEffectiveDate "2021-12-14T16:51:00Z"^^xsd:dateTime . # IN-ACTIV-280.xml # EXAMPLE - The Activity A5833422(classified as DEMOLISHING), # ends the existence #of Actual PUMP P-101. ex:533d4596-90f9-4e42-8c8d-8f27c33a95e7 rdf:type tpl:ActivityCausesEndedIndividual ; tpl:hasActivity ex:eb0d6e91-a69f-406c-a7c1-e62ca34b7e69 ; # A5833422 tpl:hasEndedIndividual ex:cf8ac556-2331-4163-ba3d-79b02bdcda50 ; # myPump meta:valEffectiveDate "2021-12-15T14:04:00Z"^^xsd:dateTime . # IN-ACTIV-400.xml # EXAMPLE - This temperature measurement exposes # that John Doe # has a BODY TEMPERATURE of 37 DEGREE CELSIUS. ex:1a53964a-5c53-43f5-8a85-0e0938715e48 rdf:type tpl:MeasuringAPropertyOfAnIndividual ; tpl:hasActivity ex:544c2d4e-8f48-40a6-9ff6-d56df0438e8a ; # the declared Activity tpl:hasPropertyPossessor ex:365c41f1-4815-4d45-9a90-0cbc6f88829c ; # John Doe tpl:hasPropertyType rdl:RDS2226482 ; # BODY TEMPERATURE tpl:valPropertyValue "37"^^xsd:decimal ; tpl:hasScale rdl:RDS1322684 ; # DEGREE CELSIUS meta:valEffectiveDate "2023-03-01T13:36:00Z"^^xsd:dateTime . # IN-ACTIV-440.xml # EXAMPLE - The pressure of Stream S47 # is stored as a time series, # measured between the start and finish of a night shift: 2021-12-15T00:00:00Z and 2021-12-15T08:00:00Z. ex:4730c119-7b22-48f5-8205-038803b06147 rdf:type tpl:MeasuringPropertyTimeSeriesOfIndividual ; tpl:hasActivity ex:71220511-a92a-44ed-8d17-ce8852c67c2a ; # declared Activity tpl:hasPropertyPossessor ex:9ccad474-ce31-42b0-9459-5057f069db69 ; # PT-101 tpl:hasPropertyType rdl:RDS7345161 ; # GAUGE PRESSURE tpl:valTimeSeries ex:c7a871e2-43a8-4530-9141-da5048b9e176 ; # see below tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE tpl:valStartTime "2021-12-15T00:00:00Z"^^xsd:dateTime ; tpl:valEndTime "2021-12-15T00:08:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-12-15T08:01:00Z"^^xsd:dateTime . ## ex:c7a871e2-43a8-4530-9141-da5048b9e176 ex:hasTimeSeries ## date Pts mean min max variance stdErr ## 1 2021-12-15 00:01:00.0 1 15.06154 14.96886 15.15625 0.002655015 0.006652087 ## 2 2021-12-15 00:02:00.0 1 14.99858 14.93720 15.04274 0.001254117 0.004571866 ## 3 2021-12-15 00:03:00.0 1 15.26231 15.03502 15.56683 0.041437537 0.026279757 ## 4 2021-12-15 00:04:00.0 1 15.45351 15.38553 15.53449 0.001174759 0.004424851 ## 5 2021-12-15 00:05:00.0 1 15.35306 15.23799 15.42346 0.003526443 0.007666423 ## 6 2021-12-15 00:06:00.0 1 15.12807 15.05846 15.23494 0.003764170 0.007920616 ## 7 2021-12-15 00:07:00.0 1 15.26231 15.03502 15.56683 0.041437537 0.026279757 ## 8 2021-12-15 00:08:00.0 1 15.35307 15.23801 15.42346 0.003526443 0.007666423" # IN-ACTIV-480.xml # EXAMPLE - John Doe has approved # the direct connection between the physical implementations of Line RZ17801 and Pump P-101 # with the status "Approved". ex:89b0cf09-2179-4041-9bee-aef605e6f227 rdf:type tpl:ApprovalWithStatusOfRelationshipInTemplate ; tpl:hasApprover ex:c7f173bb-e15c-4f86-8eac-66715067fd54 ; # John Doe tpl:hasStatus rdl:RDS222617 ; # APPROVED tpl:hasRepresentingTemplate "ex:67c2704f-6af6-49b6-9147-e9b39042b53b"^^xsd:anyUri ; meta:valEffectiveDate "2021-12-16T14:07:00Z"^^xsd:dateTime . # IN-ACTIV-520.xml # EXAMPLE - myPump, with Asset Number AN654321, # is installed, # where that installed item is a counterpart of NonActual tag P-101 as designed. ex:a28c6aa9-9368-489f-86c9-575551106fc2 rdf:type tpl:InstallingPhysicalObjectInFunctionalLocation ; tpl:hasInstallationActivity ex:f00c2631-88f4-4960-b18a-51dbfa2f0b77 ; # A4734822 tpl:hasDesignedObject ex:ed339c26-9a8b-48c2-a2f2-ed85f35c2843 ; # P-101 tpl:hasActualObject ex:255bd3cd-574d-442c-afe9-3e600866c905 ; # AN654321 tpl:hasInstalledObject ex:3f65ab8c-66f7-4dde-8983-0028e1c528d3 ; # P-101/AN654321 meta:valEffectiveDate "2021-12-17T14:07:00Z"^^xsd:dateTime . # IN-ACTIV-560.xml # EXAMPLE - myPump, with Asset Number AN654321 # has been uninstalled # from functional location P-101. ex:5ed3edbe-7b5d-4083-ab62-d76886853fa5 rdf:type tpl:UninstallingPhysicalObjectInFunctionalLocation ; tpl:hasUninstallationActivity ex:d64cebd8-234a-4baf-883a-333e62d91ee1 ; # A5925922 tpl:hasDesignedObject ex:ed339c26-9a8b-48c2-a2f2-ed85f35c2843 ; # P-101 tpl:hasActualObject ex:255bd3cd-574d-442c-afe9-3e600866c905 ; # AN654321 tpl:hasInstalledObject ex:3f65ab8c-66f7-4dde-8983-0028e1c528d3 ; # P-101/AN654321 meta:valEffectiveDate "2021-12-17T13:27:00Z"^^xsd:dateTime .
#Templates about one PossibleIndividual, related to: CLASSIFICATION
# IN-CLSIF-100.xml # EXAMPLE - Pump 21-P-101 is classified as CENTRIFUGAL PUMP. ex:4cef7d77-aa8e-49b8-a962-e607494fd38f rdf:type tpl:ClassificationOfIndividual ; tpl:hasClassified ex:24779178-99b3-43c2-95a1-ed2662a5abdc ; # 21-P-101 tpl:hasClassifier rdl:RDS416834 ; # CENTRIFUGAL PUMP meta:valEffectiveDate "2021-07-18T13:59:00Z"^^xsd:dateTime . # IN-CLSIF-200.xml # EXAMPLE - Pump with asset number AN5433839 # does not comply # with the product model of which it was a member when it was manufactured and inspected. ex:3f29ee9f-5341-4034-b1da-165aa4914136 rdf:type tpl:NoncomplianceWithClassOfIndividual ; tpl:hasNonComplier ex: ; # Pump with asset number AN5433839 tpl:hasTargetClass xyz:H375 ; # Model H375 of XYZ Corp. meta:valEffectiveDate "2021-12-17T16:07:00Z"^^xsd:dateTime .
#Templates about one PossibleIndividual, related to: DESCRIPTION
# IN-DESCR-100.xml # EXAMPLE - MyPump # has as Service Description "Boiler Feedwater to E-121" # in the Korean language and Hangul format ex:4478ca0a-0d97-4417-9c86-a943290d41f6 rdf:type tpl:ClassifiedDescriptionOfIndividual ; tpl:hasDescribed ex:801d3c9e-d10b-42d2-ba7c-15a9536606a0 ; # P-101 tpl:hasDescriptor "E-121에 대한 보일러 급수"; # 'Boiler Feed water to E-121' in the Korean language and Hangul format tpl:hasDescriptorType xyz:R32732 ; # XYZ Corp. Equipment Description In Korean Language and in HANGUL format. meta:valEffectiveDate "2021-09-23T12:07:00Z"^^xsd:dateTime . # IN-DESCR-300.xml # EXAMPLE - My B+R model EXE/TE2212/S IP66 Explosion Protected Enclosure # has a nameplate with a description of that device (description itself not given). ex:8b0b7ac6-6486-49b1-a133-66ec5d88aaee rdf:type tpl:DescriptionOfIndividualWithClassifiedSign ; tpl:hasDescribed ex:f5bb2359-c8b5-4b4a-b458-4e43bec7f77a ; # EXE/TE2212/S tpl:hasSign ex:1cf15f8c-c8fd-476d-8bf2-893e3f06e8dd ; # nameplate for EXE/TE2212/S tpl:hasSignType br:R3734 ; # defined in B+R local RDL extension meta:valEffectiveDate "2021-12-17T14:07:00Z"^^xsd:dateTime .
#Templates about one PossibleIndividual, related to: DOCUMENT
# IN-DOCS-080.xml # EXAMPLE - The "anchor" of Isometric KH-3498 # has been initiated # at the given date-time. ex:efccca44e3ea4352869ac06e42a4e10c rdf:type tpl:DocumentInitiation ; tpl:hasInitiatedDocument ex:f81baf5e-e7e5-49c0-bcc7-4f41496c5b22 ; # KH-3498 master tpl:hasActivity ex:d366efac-53c7-470d-b4d6-b84fad1a7cd8 ; # A348593 ; tpl:valInitiationDate "2022-02-01T15:27:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-01T15:27:00Z"^^xsd:dateTime . # IN-DOCS-160.xml # EXAMPLE - Isometric KH-3498 rev0 # has been created # at the given date-time. ex:efccca44e3ea4352869ac06e42a4e10c rdf:type tpl:DocumentCreation ; tpl:hasInitiatedDocument ex:f7776844-6528-499e-a91f-03f0e581c7a2 ; # KH-3498-rev0 tpl:hasMember ex:4963bbbc-3f3a-43cd-8932-d32a4e527451 ; # physical record tpl:hasActivity ex:68f49988-b3f6-4a25-a202-3f1f7d1f3545 ; # A348594 ; tpl:valCreationDate "2022-02-01T15:27:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-01T15:27:00Z"^^xsd:dateTime . # IN-DOCS-200.xml # EXAMPLE - Isometric KH-3498-rev0 has been reviewed with a Status REVIEWED BY CLIENT # at a given date-time. ex:efccca44e3ea4352869ac06e42a4e10c rdf:type tpl:DocumentReview ; tpl:hasReviewedDocument ex:f7776844-6528-499e-a91f-03f0e581c7a2 ; # KH-3498-rev0 tpl:hasMember ex:9e93e7de-6e52-456b-bcbf-6bc2bcb9131f ; # tpl:hasStatus rdl:RDS2229345 ; # REVIEWED BY CLIENT tpl:hasActivity ex:68f49988-b3f6-4a25-a202-3f1f7d1f3545 ; # A348596 ; tpl:valReviewDate "2022-02-02T16:13:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-02T16:13:00Z"^^xsd:dateTime . # IN-DOCS-240.xml # EXAMPLE - Isometric KH-3498-rev0 # has been approved with Status AFC # at the given date-time. ex:efccca44e3ea4352869ac06e42a4e10c rdf:type tpl:DocumentApproval ; tpl:hasApprovedDocument ex:f7776844-6528-499e-a91f-03f0e581c7a2 ; # KH-3498-rev0 tpl:hasMember ex:9e93e7de-6e52-456b-bcbf-6bc2bcb9131f ; # physical record tpl:hasStatus rdl:RDS2229162 ; # APPROVED FOR CONSTRUCTION (AFC) tpl:hasActivity ex:dbb1077c-ab91-43b8-8e5a-25a92e63bbf5 ; # A348597 ; # Approval activity tpl:valApprovalDate "2022-02-03T12:14:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-03T12:14:00Z"^^xsd:dateTime . # IN-DOCS-320.xml # EXAMPLE - Isometric KH-3498 rev0 # has been published in ApprovedForConstruction Status, # a result of a publishing Activity # at the given date-time. ex:9afe4110-3072-495a-91d5-f35269c81bf8 rdf:type tpl:DocumentPublication ; tpl:hasPublishedDocument ex:f7776844-6528-499e-a91f-03f0e581c7a2 ; # KH-3498-rev0 tpl:hasMember ex:9e93e7de-6e52-456b-bcbf-6bc2bcb9131f ; # physical record tpl:hasStatus rdl:RDS2229162 ; # APPROVED FOR CONSTRUCTION (AFC) tpl:hasActivity ex:dbb1077c-ab91-43b8-8e5a-25a92e63bbf5 ; # A348598 ; # Publication activity tpl:valPublicationDate "2022-02-05T11:18:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-05T11:18:00Z"^^xsd:dateTime . # IN-DOCS-321.xml # EXAMPLE - Isometric KH-3498 rev0 # is planned to be published in AFC Status # on May 25th 2023. ex:5df393b1-5f9a-49e1-a2bb-e36cbeed7f3a rdf:type tpl:PlannedDocumentPublication ; tpl:hasToBePublishedDocument ex:f7776844-6528-499e-a91f-03f0e581c7a2 ; # KH-3498-rev0 tpl:hasStatus rdl:RDS2229162 ; # APPROVED FOR CONSTRUCTION (AFC) tpl:hasPlannedActivity ex:897960bf-343b-4770-b707-8bb8e267ec7d ; # See scope note tpl:valPlannedPublicationDate "2023-05-25T00:00:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-05T11:18:00Z"^^xsd:dateTime . # IN-DOCS-330.xml # EXAMPLE - Isometric KH-3498-rev0 # has been received # at the given date-time ex:89c669a8-0c03-4fd9-8c38-0093f61745be rdf:type tpl:DocumentReceipt ; tpl:hasReceivedDocument ex:f7776844-6528-499e-a91f-03f0e581c7a2 ; # KH-3498-rev0 tpl:hasMember ex:9e93e7de-6e52-456b-bcbf-6bc2bcb9131f ; # the record tpl:hasActivity ex:7ff2c9ea-ee7d-42a6-a5f6-f7f7a990a825 ; # see scope note tpl:valReceivalDate "2022-02-07T14:54:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-07T14:54:00Z"^^xsd:dateTime . # IN-DOCS-400.xml # EXAMPLE - John Doe, # PROJECT MANAGER, # published pump data sheet SP-3401-rev2 # in the Status "For Approval" # on Nov. 24th 2021 ex:7b37090c-d5bd-466f-9442-1701f76d8b98 rdf:type tpl:DocumentPublishingWithResponsibleParty ; tpl:hasPublishedDocument ex:17b4839e-98e1-409f-9199-d92154119cbc ; # SP-3401-rev2 tpl:hasMember ex:3ce37e10-8595-4b4e-8148-715a059a35d8 ; # see scope note tpl:hasActivity ex:e605537c-a586-4bdb-89e1-679c4e8930ba ; # A453648 , see scope note tpl:hasPublicationStatus rdl:RDS2224443 ; # ISSUED FOR APPROVAL (IFA) tpl:valPublishingDate "2021-11-24T00:00:00Z"^^xsd:dateTime ; tpl:hasResponsibleParty ex:edde623c-abdc-418d-bb64-d1a1f05bcffd ; # John Doe tpl:hasPartyType rdl:RDS2229346 ; # PROJECT MANAGER meta:valEffectiveDate "2021-11-24T00:00:00Z"^^xsd:dateTime . # IN-DOCS-480.xml # EXAMPLE - Isometric KH-3498 rev0 # has been created # at the given date-time. ex:e2c05329-96c2-4155-bb2c-c070ab90ef9b rdf:type tpl:DocumentCreation ; tpl:hasInitiatedDocument ex:58ff5697-fcf8-4146-995b-5002936da034 ; # KH-3498-rev1 tpl:hasMember ex:dba2f97f-e7b1-44e5-948a-2f82aac81708 ; # physical record tpl:hasActivity ex:ef783d46-776a-4ce4-ad24-e878ac41c635 ; # A348599 ; tpl:valCreationDate "2022-02-08T13:37:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-08T13:37:00Z"^^xsd:dateTime . # IN-DOCS-640.xml # EXAMPLE - The tag number P-101 # is mentioned #on P&D Hk-5732-rev1 ex:34f85b90-5487-48f1-9ecc-58c7d5bcdee8 rdf:type tpl:ReferenceToIndividualOnDocument ; tpl:hasReferred ex:51e558d2-d9b3-43c6-87be-491cdfd0fc99 ; # P-101 tpl:hasDocument ex:e1aebf12-3fe4-40b6-a280-16200612992c ; # Hk-5732-rev1 meta:valEffectiveDate "yyyy-mm-ddThh:mm:ss.sZ"^^xsd:dateTime . # IN-DOCS-680.xml # EXAMPLE - The Online Processing Facility # is represented # with a Duty Specification, # of which the information content, language, and format shall comply with the representation type. ex:58dfed9c-909e-4251-b724-6890fd4da129 rdf:type tpl:RepresentationOfIndividual ; tpl:hasRepresented ex:cb0ee133-bfd7-4d0e-9633-40c8a23bc933 ; # Online Processing Facility tpl:hasRepresentation ex:816719ac-8665-42e2-ac9d-af90ec3e2c10 ; # contents of Duty Specification tpl:hasRepresentationType xyz:R83732 ; # ClassOfClassOfInformationRepresentation in local RDL extension meta:valEffectiveDate "2023-02-09T10:01:00Z"^^xsd:dateTime . # IN-DOCS-720.xml # EXAMPLE - Pump P-101 # is represented # on Pump Specification NY-4863 rev.2, # that is an API 610 Pump Specification in US English and ASCII ex:ed26d9f8-443f-4630-81e9-ce423d79d7fc rdf:type tpl:ClassifiedRepresentationOfIndividualOnDocument ; tpl:hasRepresented ex:51e558d2-d9b3-43c6-87be-491cdfd0fc99 ; # P-101 tpl:hasRepresentation ex:fe340e5f-d864-40a0-bc5d-985ac4dad3ed ; # ID of contents of Pump Specification tpl:hasRepresentationType xyz:R54738 ; # API 610 Pump Specification in US English and ASCII in local RDL extension tpl:hasDocument ex:2cac667f-3f3e-4d91-a941-2a6026b55b37 ; # NY-4863 rev.2 meta:valEffectiveDate "2022-02-09T11:01:00Z"^^xsd:dateTime . # IN-DOCS-800.xml # EXAMPLE - Information about pump P-101 # is represented # on Pump Specification NY-4863 rev.2 # by a set of templates that represent the data elements of that specification. ex:93dedaaa-4277-4209-b2ff-7ce9acce590a rdf:type tpl:RepresentationOfIndividualOnDocumentWithTemplateSet ; tpl:hasRepresented ex:51e558d2-d9b3-43c6-87be-491cdfd0fc99 ; # P-101 tpl:hasDocument ex:2cac667f-3f3e-4d91-a941-2a6026b55b37 ; # NY-4863 rev.2 tpl:hasTemplateSet ex:b009b368-93a4-4991-8f33-7302285d85c1 ; # Templates of NY-4863 rev.2 tpl:hasRepresentation ex:fe340e5f-d864-40a0-bc5d-985ac4dad3ed ; # ID that represents contents of NY-4863 rev.2 meta:valEffectiveDate "2022-02-09T12:09:00Z"^^xsd:dateTime .
#Templates about one PossibleIndividual, related to: EXISTENCE
# IN-EXIST-100.xml # EXAMPLE - Pump P-102 with Serial Number is delivered at site and is registered as Asset # as a temporal part of P-102 ex:9b2cb8a4-e797-4c1d-9837-0734ceaeef05 rdf:type tpl:IndividualHasTemporalPart ; tpl:hasTemporalWhole ex:e836d6a9-12d6-4481-9e33-17089c9ebe08 ; # P-102 tpl:hasTemporalPart ex:be3287f1-ceac-41ff-944a-90fa8e3afcbe ; # P-102_20220210 meta:valEffectiveDate "2022-02-10T15:58:00Z"^^xsd:dateTime . # IN-EXIST-200.xml # EXAMPLE - The event EV_293011 # begins the transportation activity A698448 of my pump. ex:a9245cee-53d6-48cb-b3fc-688832c847c1 rdf:type tpl:BeginningOfIndividualAtEvent; tpl:hasBegunIndividual ex:949b7245-55a5-4867-a5a5-bd61ce2c5049 ; # the declared transporation activity A698448 tpl:hasEvent ex:479d5550-5434-4896-b82e-f067c03a0e6d ; # the declared event EV_293011 meta:valEffectiveDate "2021-09-20T21:14:00Z"^^xsd:dateTime. # IN-EXIST-400.xml # EXAMPLE - MyCar # ended its existence # at a Traffic Accident on April 24, 2012. ex:3773d102-d247-4781-8295-36c5b778f8e3 rdf:type tpl:EndingOfIndividualAtEvent; tpl:hasEndedIndividual ex:4a7082aa-c72a-4b49-a5bc-6fe04640657d ; # the declared car myCar tpl:hasEvent ex:dff80045-df93-4638-a0b4-63ee31f5479b ; # the declared event EV_294776 meta:valEffectiveDate "2021-09-21T22:13:00Z"^^xsd:dateTime.
#Templates about one PossibleIndividual, related to: FUNCTION
# IN-FUNC-100.xml # EXAMPLE - John Doe # is a Welder, certified for AWS GTAW Pipe (Stainless Steel) ex:86b668e7-a9cb-4bb4-819b-c201fe203fa6 rdf:type tpl:SkillOfAPerson ; tpl:hasPerson ex:fb8d3507-a45c-4a3d-ad05-9b8b4d56eff3 ; # John Doe tpl:hasSkill exrdl:R387482 ; # "Welder, certified for AWS GTAW Pipe (Stainless Steel)" in local RDL extension meta:valEffectiveDate "yyyy-mm-ddThh:mm:ss.sZ"^^xsd:dateTime .
#Templates about one PossibleIndividual, related to: IDENTIFICATION
# IN-IDENT-100.xml # EXAMPLE - NonActualIndividual B14-V-132 # is identified with an Equipment Number # to XYZ Corp. rules. ex:763c75da-97c1-4b4e-b699-cf616c7c7a5d rdf:type tpl:ClassifiedIdentificationOfIndividual ; tpl:hasIdentified ex:f096ecc1-2f1f-47dc-b70f-724394aabd95 ; # B14-V-132 tpl:hasIdentifier "B14-V-132" ; tpl:hasIdentifierType xyz:R438482 ; # Equipment Number to XYZ Corp. rules meta:valEffectiveDate "2021-09-21T10:24:00Z"^^xsd:dateTime . # IN-IDENT-150.xml # EXAMPLE - The label of Vessel "B14-V-132" has been changed to "B14-V-133" ex:bdb0b529-ab9c-4fd2-86f2-945291eef5c3 rdf:type tpl:LabelChangeOfIndividual ; tpl:hasIdentified ex:49515d26-3794-47e4-b119-228c41f95153 ; # B14-V-132 (as declared) tpl:valOldIdentifier "B14-V-132"^^dm:ExpressString ; tpl:valNewIdentifier "B14-V-133"^^dm:ExpressString ; meta:valEffectiveDate "2022-02-13T12:46:00Z"^^xsd:dateTime . # IN-IDENT-200.xml # EXAMPLE - Installed Pump with Asset Number AN-6738292, at functional location P-101, is identified with a nameplate at its foundation. ex:55bbd230-10ce-4557-9fb6-e56032c4dea3 rdf:type tpl:IdentificationOfIndividualWithClassifiedSign ; tpl:hasIdentified ex:e92d1295-0461-4527-b331-ec71df62bb68 ; # AN-6738292 tpl:hasSign ex:2f366d0f-3980-41f0-b508-725e235664ee ; # declared physical nameplate with text "P-101" tpl:hasSignType rdl:RDS2229092 ; # NAMEPLATE meta:valEffectiveDate "2022-02-13T13:56:00Z"^^xsd:dateTime .
#Templates about one PossibleIndividual, related to: INDIRECT PROPERTY
# IN-INDPTY-100.xml # EXAMPLE - Pressure Transmitter PT-101 # has a CALIBRATED PRESSURE RANGE # with a Lower Bound of 0 # and an Upper Bound of 10 # on the BAR GAUGE scale ex:cccbe45b-d5cb-404a-a94b-fcccd7786ff8 rdf:type tpl:IndividualHasIndirectPropertyRange ; tpl:hasPossessor ex:3eedd954-ee24-41f4-8da3-20e6e6356fde ; # PT-101 tpl:hasIndirectPropertyType rdl:RDS1413237391 ; # CALIBRATED PRESSURE RANGE tpl:valLowerBound "0"^^xsd:decimal ; tpl:valUpperBound "10"^^xsd:decimal ; tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE meta:valEffectiveDate "2021-01-15T13:45:00Z"^^xsd:dateTime . # IN-INDPTY-200.xml # EXAMPLE - ActualIndividual Vessel, that implements V-112, # has an MAWP # of 105 barg. ex:6180f197-1ba1-480c-a9e9-81259e0bb2cb rdf:type tpl:IndividualHasIndirectPropertyWithValue ; tpl:hasPossessor ex:a10d84f1-4f8f-4f73-b1e1-8c4b78e7d0b8 ; # Vessel, that implements V-112 tpl:hasIndirectPropertyType rdl:RDS13113437 ; # UPPER LIMIT ALLOWABLE WORKING PRESSURE tpl:valPropertyValue "105"^^xsd:decimal ; tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE meta:valEffectiveDate "2021-09-21T12:48:00Z"^^xsd:dateTime . # IN-INDPTY-300.xml # EXAMPLE - The maximum value of the operating pressure # of Actual Stream S43743 # is 25.92 bar gauge # from a time series of flow rates during the shift between 2021-11-15T22:00:00Z and 2021-11-16T06:00:00Z . ex:a6ee45ad-8af0-4c4f-a09f-a081c0de3b1e rdf:type tpl:IIndividualHasIndirectPropertyWithMaximumValueInPeriodInTime ; tpl:hasPossessor ex:1a3b4ccf-e75f-42be-97a4-ee67c913df8d ; # Actual Stream S43743 tpl:hasIndirectPropertyType rdl:RDS1469240071 ; # OPERATING PRESSURE tpl:valMaximumValue "25.92"^^xsd:decimal ; tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE tpl:valStartTime "2021-11-15T22:00:00Z"^^xsd:dateTime ; tpl:valEndTime "2021-11-16T06:00:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-11-16T06:01:00Z"^^xsd:dateTime . # IN-INDPTY-500.xml # EXAMPLE - The Average Volume Flow Rate # of Actual Stream S43743 # is 32.4 m3/hr, # as calculated from a time series of flow rates during the shift between 2021-11-15T22:00:00Z and 2021-11-16T06:00:00Z . ex:8aee97a7-f87a-47b8-a10d-729e04687ef4 rdf:type tpl:IIndividualHasIndirectPropertyWithAverageValueInPeriodInTime ; tpl:hasPossessor ex:1a3b4ccf-e75f-42be-97a4-ee67c913df8d ; # S43743 tpl:hasIndirectPropertyType rdl:RDS16628457 ; # AVERAGE VOLUME FLOW RATE tpl:valAverageValue "32.4"^^xsd:decimal ; tpl:hasScale rdl:RDS1321064 ; # METRE CUBED PER HOUR tpl:valStartTime "2021-11-15T22:00:00Z"^^xsd:dateTime ; tpl:valEndTime "2021-11-16T06:00:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-11-16T06:01:00Z"^^xsd:dateTime . # IN-INDPTY-700.xml # EXAMPLE - The minimum value of the operating pressure # of Actual Stream S43743 # is 19.76 bar gauge # as calculated from a time series of flow rates during the shift between 2021-11-15T22:00:00Z and 2021-11-16T06:00:00Z . ex:a6ee45ad-8af0-4c4f-a09f-a081c0de3b1e rdf:type tpl:IndividualHasIndirectPropertyWithMaximumValueInPeriodInTime ; tpl:hasPossessor ex:1a3b4ccf-e75f-42be-97a4-ee67c913df8d ; # S43743 tpl:hasIndirectPropertyType rdl:RDS1469240071 ; # OPERATING PRESSURE tpl:valMinimumValue "19.76"^^xsd:decimal ; tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE tpl:valStartTime "2021-11-15T22:00:00Z"^^xsd:dateTime ; tpl:valEndTime "2021-11-16T06:00:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2021-11-16T06:01:00Z"^^xsd:dateTime .
#Templates about one or more PossibleIndividuals, related to: LOCATION
# IN-LOCTN-100.xml # EXAMPLE - Individual Stream Segment S4382 # is contained # in pump P-101. ex:fb055488-ea04-4df0-a482-25f3bcc4b5a3 rdf:type tpl:ContainmentOfAnIndividual ; tpl:hashasContainer ex:797d7c94-404d-4874-a66d-db165f04495f ; # P-101 tpl:hashasContained ex:c151be2b-2557-4eef-abfd-5d2aa00f3323 ; # S4382 meta:valEffectiveDate "2021-09-21T11:27:00Z"^^xsd:dateTime . # IN-LOCTN-200.xml # EXAMPLE - Safety Relief Valve SV-243 # is located # above Vessel V-202. ex:a3aac5f2-0df4-4007-bea4-21f6807dff0d rdf:type tpl:RelativeLocationOfIndividual ; tpl:hasLocated ex:d4c66287-9616-471d-84c1-875a72e343c9 ; # V-202 tpl:hasLocator ex:8425ffaf-7026-40e6-9c6e-26ef412ee344 ; # SV-243 tpl:hasRelativeLocationType rdl:RDS2223275 ; # ABOVE meta:valEffectiveDate "2021-11-21T18:45:00Z"^^xsd:dateTime . # IN-LOCTN-250.xml # EXAMPLE - Safety Relief Valve SV-243 # is located # 3.50 metre above Vessel V-202. ex:bbd0cc38-5f3c-409e-b1e7-5e4e7666cdda rdf:type tpl:RelativeLocationOfIndividualWithDistance ; tpl:hasLocated ex:d4c66287-9616-471d-84c1-875a72e343c9 ; # V-202 tpl:hasLocator ex:8425ffaf-7026-40e6-9c6e-26ef412ee344 ; # SV-243 tpl:hasRelativeLocationType rdl:RDS2223275 ; # ABOVE tpl:hasPath ex:5a65f646-3be1-4c04-be34-40e7f8c44bde ; # auto-generated UUID, for later if details of path are required tpl:hasDistanceValue "3.50"^^xsd:decimal ; tpl:hasScale rdl:RDS1332674 ; # METRE meta:valEffectiveDate "2021-11-21T18:45:00Z"^^xsd:dateTime . # IN-LOCTN-300.xml # EXAMPLE - The centrepoint of pump P-101 # is located # at {233.65, 64.83} metre in 2D coordinate system of the Marshalling Yard. ex:43bb10ea-49e0-43d0-be5b-1b4dd7db32da rdf:type tpl:PositionOfIndividualIn2DCoordinateSystem ; tpl:hasPositioned ex:6320c40a-6651-48c0-a97f-0b22da3e779d ; # P-101 tpl:hasCoordinateSystem ex:f885064a-c58a-4e5f-bd4e-7974bf9a4a0e ; # Marshalling Yard 2D coordinate system tpl:valXCoordinate "233.65"^^xsd:decimal ; tpl:valYCoordinate "64.83"^^xsd:decimal ; meta:valEffectiveDate "2022-02-17T16:15:00Z"^^xsd:dateTime . # IN-LOCTN-400.xml # EXAMPLE - Valve, installed at functional location FCV-128, # is located # at {23.76,34.98,12.33 } metre in our site coordinate system ex:5742f5f3-eeca-4054-ac3a-a4d67b8bdd16 rdf:type tpl:PositionOfIndividualIn3DCoordinateSystem ; tpl:hasPositioned ex:e73b386f-9e2c-47a3-8ea4-16d5a805b90d ; # Valve, installed at functional location FCV-128 tpl:hasCoordinateSystem ex:29b16f70-c451-4970-8414-3e08da5a445a ; # Site coordinate system in metres, subClassOf rdl:RDS2220045 tpl:valXCoordinate "23.76"^^xsd:decimal ; tpl:valYCoordinate "34.98"^^xsd:decimal ; tpl:valZCoordinate "12.33"^^xsd:decimal ; meta:valEffectiveDate "2021-11-15T16:33:00Z"^^xsd:dateTime .
#Templates about one PossibleIndividual, related to: MATERIAL
# IN-MATL-100.xml # EXAMPLE - The body of myValve, FV-101-BODY, # is made of 316 STAINLESS STEEL. (=Classified as an object of 316SS) ex:bec26449-69f0-4f8b-9cf0-330ce5e34d9d rdf:type tpl:ClassificationOfIndividualWithClassOfMatter ; tpl:hasClassified ex:4a346b00-20bd-48ea-95ee-0e003e406762 ; # FV-101-BODY tpl:hasClassifier rdl:RDS2221635 ; # 316 STAINLESS STEEL meta:valEffectiveDate "2021-07-18T13:59:00Z"^^xsd:dateTime . # IN-MATL-500.xml # EXAMPLE - Stream S47 is in a liquid Phase. ex:f6ed613c-b3bc-452b-b16c-9982366851e6 rdf:type tpl:ClassificationOfIndividualWithPhase ; tpl:hasClassified ex:61c06b30-d51b-42c0-9ae6-2bbb4412ce0f ; # Stream S47 tpl:hasClassifier rdl:RDS222609 ; # LIQUID(phase) meta:valEffectiveDate "2021-07-18T13:59:00Z"^^xsd:dateTime .
#Templates about one or more PossibleIndividuals, related to: OTHER RELATIONSHIP
# IN-OTHRL-100.xml # EXAMPLE - Pump with Serial Number Wv438d2 # is a deliverable # of Project P1234 ex:1835e5f6-07ba-4b44-9753-f55c3b0afb0d rdf:type tpl:OtherRelationshipBetweenTwoIndividuals ; tpl:hasIndividualSubject ex:6320c40a-6651-48c0-a97f-0b22da3e779d ; # temporal part of SN-Wv438d2 installed at functional location P-101 tpl:hasIndividualObject ex:f158f2e0-01d8-448c-af34-0dbd05939c12 ; # Project P1234 tpl:hasRelationshipType rdl:RDS2228375 ; # IS DELIVERABLE OF meta:valEffectiveDate "2022-02-24T11:49:00Z"^^xsd:dateTime . # IN-OTHRL-200.xml # EXAMPLE - XYZ Corp. # manufactures # PUMP SYSTEMs of Model 123 (so members of that Class) ex:cebe0501-3be6-4944-a07c-74ef4487a90e rdf:type tpl:RelationshipBetweenIndividualAndClassOfIndividual ; tpl:hasIndividualSubject ex:7ea68eaa-bf77-4f64-91fe-a4f3b5204fec ; # XYZ Corp. tpl:hasClassObject ex:b7fbaba3-a37e-432e-a11c-ec6bd035db91 ; # Model 123 tpl:hasRelationshipType rdl:RDS2229354 ; # IS MANUFACTURER OF meta:valEffectiveDate "2022-02-23T12:22:00Z"^^xsd:dateTime .
#Templates about one or more PossibleIndividuals, related to: PROPERTY and STATUS
# IN-PTYST-100.xml # EXAMPLE - Vessel V-101 # has a mass # of 30.57 Metric Ton ex:fcbfda39-4d1a-4047-b4ca-45ab8d44fca4 rdf:type tpl:IndividualHasPropertyWithValue ; tpl:hasPropertyPossessor ex:847931fd-eade-4beb-b07d-a9e889611c19 ; # V-101 tpl:hasPropertyType rdl:RDS353339 ; # MASS tpl:valPropertyValue "30.37"^^xsd:decimal ; tpl:hasScale rdl:RDS2229868 ; # METRIC TON meta:valEffectiveDate "2021-07-27T10:19:00Z"^^xsd:dateTime . # IN-PTYST-125.xml # EXAMPLE - The labour cost for the maintenance of vessel V-101 is USD 1,875. ex:f6e0b814-746b-4351-9005-115b3448d0d9 rdf:type tpl:IndividualHasMonetaryValue ; tpl:hasPossessor ex:82f1fb2e-1d13-4225-9481-aae4fdc97a08 ; # Vessel, that implements V-101 tpl:hasCostType rdl:RDS2220202 ; # LABOUR COST tpl:valMonetaryValue "1,875.00"^^xsd:decimal ; tpl:hasCurrency rdl:RDS2228349 ; # USD meta:valEffectiveDate "2021-09-21T13:33:00Z"^^xsd:dateTime . # IN-PTYST-200.xml # EXAMPLE - The water stream S-34 # has a vapour pressure of 19.9 kPa # and a temperature of 60 degrees Celsius. ex:f584d8a5-ab3a-4b80-a42b-2f8dc35ef134 rdf:type tpl:IndividualHasTwoDimensionalPropertyWithValues ; tpl:hasPropertyType rdl:RDS2229352 ; # VAPOUR PRESSURE VS TEMPERATURE tpl:hasPossessor ex:70244682-2cd6-4f1f-8b8a-ff16484aef64 ; # S-34 tpl:hasPropertyType1 rdl:RDS358739 ; # VAPOUR PRESSURE tpl:valPropertyValue1 "19.9"^^xsd:decimal ; tpl:hasScale1 rdl:RDS2227188 ; # KILOPASCAL ABSOLUTE tpl:hasPropertyType2 rdl:RDS355859 ; # TEMPERATURE tpl:valPropertyValue2 "60"^^xsd:decimal ; tpl:hasScale2 rdl:RDS1322684 ; # DEGREE CELSIUS meta:valEffectiveDate "2021-11-15T13:45:00Z"^^xsd:dateTime . # IN-PTYST-300.xml # EXAMPLE - ActualIndividual that implements Pump P-101 # had an DUTY CYCLE # of 0.822 # calculated as active time / available time. ex:4ecee62d-f8c7-4676-a4da-64923cb0dd39 rdf:type tpl:IndividualHasRatioOf2MonotypeProperties ; tpl:hasPossessor ex:c7105ca4-3623-497e-ab81-0d1b3da7999a ; # implementation of P-101 tpl:hasMultidimensionalPropertyType rdl:RDS2227189 ; # DUTY CYCLE tpl:hasCommonPropertyType rdl:RDS407069 ; # DURATION tpl:valPropertyValue1 "60.33"^^xsd:decimal ; # active time tpl:valPropertyValue2 "73.42"^^xsd:decimal ; # available time tpl:hasCommonScale rdl:RDS1326734 ; # HOUR tpl:hasMappingType rdl:RDS11566410 ; # FUNCTION DIV tpl:valMappingResult "0.822"^^xsd:decimal ; meta:valEffectiveDate "2021-09-21T13:54:00Z"^^xsd:dateTime . # IN-PTYST-350.xml # EXAMPLE - Vessel V-101 # has a MASS # of 30.5 Metric Ton # that is an estimated value ex:f77ab75b-6ddb-49b2-8dfb-7070ea1ba590 rdf:type tpl:IndividualHasPropertyWithValue ; tpl:hasPossessor ex:847931fd-eade-4beb-b07d-a9e889611c19 ; # V-101 tpl:hasPropertyType rdl:RDS353339 ; # MASS tpl:valPropertyValue "30.5"^^xsd:decimal ; tpl:hasScale rdl:RDS2229868 ; # METRIC TON tpl:hasStatus rdl:RDS2220182 ; # ESTIMATED meta:valEffectiveDate "2021-09-21T13:33:00Z"^^xsd:dateTime . # IN-PTYST-400.xml # EXAMPLE - ActualIndividual, that implements P-101, # has the Status DEFECTIVE ex:b51c55bf-ed1d-4cf2-9de3-67c045ddf5fa rdf:type tpl:IndividualHasStatus ; tpl:hasPossessor ex:88b6efa5-eaad-4a9c-bae1-2c3aa51653c7 ; # ActualIndividual that implements P-101 tpl:hasStatus rdl:RDS222612 ; # DEFECTIVE meta:valEffectiveDate "2021-11-15T13:45:00Z"^^xsd:dateTime . # IN-PTYST-401.xml # EXAMPLE - ActualIndividual, that implements P-101, # has NOT the Status IN OPERATION ex:f178a270-47c2-4bf9-8156-78389e654dcb rdf:type tpl:IndividualHasNotGivenStatus ; tpl:hasPossessor ex:88b6efa5-eaad-4a9c-bae1-2c3aa51653c7 ; # ActualIndividual that implements P-101 tpl:hasNotStatus rdl:RDS2229927 ; # IN OPERATION meta:valEffectiveDate "2021-10-15T11:28:00Z"^^xsd:dateTime . # IN-PTYST-450.xml # EXAMPLE - Pump with serial number AW37423 # has a FACTORY WARRANTED Status # that ends # at a WARRANTY EXPIRATION EVENT # on 2026-11-24T24:00:00Z ex:81517702-5cbb-47d2-b6f7-a6411d5f813b rdf:type tpl:EndingOfStatusOfIndividualAtEvent ; tpl:hasPossessor ex:c579bf0c-d641-4abc-8313-bc2c4865de8e ; # AW37423 tpl:hasStatus rdl:RDS2229244 ; # FACTORY WARRANTED tpl:hasEvent ex:dd44323a-66e9-47f8-bbc3-7fe3160d8dab ; # Event classified as WARRANTY EXPIRATION EVENT tpl:hasEndDate "2026-11-24T24:00:00Z"^^xsd:dateTime ; meta:valEffectiveDate "2022-02-22T17:48:00Z"^^xsd:dateTime .
#Templates about one or more PossibleIndividuals, related to: SHAPE
# IN-SHAPE-100.xml # EXAMPLE - Tank T-101 # has a shape of a sphere # with a radius # with a length that is defined in a local RDL extension ex:fc8ed22a-c559-4a30-9f60-73364bb1000c rdf:type tpl:ShapeOfIndividualWithReferenceProperty ; tpl:hasPossessor ex:8f038387-bea0-46ca-a486-78e48f91cf51 ; # T-101 tpl:hasShapeType rdl:RDS2225772 ; # SPHERE(shape) tpl:hasDimensionType rdl:RDS358289 ; # RADIUS tpl:hasProperty exrdl:R458343 ; # standard length of 10 m defined in local RDL extension meta:valEffectiveDate "2021-11-17T13:55:00Z"^^xsd:dateTime . # IN-SHAPE-200.xml # EXAMPLE - PossibleIndividual T-101 # has a shape of a sphere # with a radius # of 10 m. ex:c46888de-fd2c-478e-9421-0024e7ea7441 rdf:type tpl:IndividualHasShapeWithDimension ; tpl:hasPossessor ex:5c8a4a5e-00b2-4630-8d8b-06937a71ba6d ; # T-101 tpl:hasShapeType rdl:RDS2225772 ; # SPHERE(shape) tpl:hasDimensionType rdl:RDS358289 ; # RADIUS tpl:hasPropertyType rdl:RDS373094 ; # LENGTH tpl:valPropertyValue "10"^^xsd:decimal ; tpl:hasScale rdl:RDS1332674 ; # METRE meta:valEffectiveDate "2021-11-17T13:55:00Z"^^xsd:dateTime . # IN-SHAPE-300.xml # EXAMPLE - Tank T-101 # has a shape of a sphere # represented with code # in CSG format # composed from given Part 3 class definitions. (other definitions also possible) ex:ed497e29-3504-43d3-a4aa-a67cddd3aa18 rdf:type tpl:DefinitionOfShapeOfIndividual ; tpl:hasPossessor ex:5c8a4a5e-00b2-4630-8d8b-06937a71ba6d ; # T-101 tpl:hasShapeType rdl:RDS2225772 ; # SPHERE(shape) tpl:hasShapeDefinition "(shape-defining code amalgated from Part 3 class definitions)" ; tpl:hasRepresentationForm exrdl:R85475 ; # includes CSG tpl:hasGeometryDataSet ex:94228079-ec37-4603-90b8-b4432f3628a6 ; # set of defining Part 3 classes meta:valEffectiveDate "2022-02-25T17:07:00Z"^^xsd:dateTime .
#Templates about one or more PossibleIndividuals, related to: STREAM
# IN-STRM-100.xml # EXAMPLE - Stream S35 has vessel V-120 as a source. ex:d1e8df0f-95f7-440f-a5f7-5a5480aa8fec rdf:type tpl:StreamHasSource ; tpl:hasStream ex:e08c0c53-46f1-4685-aa4f-ede87cd51fdd ; # S35 tpl:hasSource ex:1b0ba06c-caf4-40d5-996d-bdab315d5ce4 ; # V-120 meta:valEffectiveDate "2022-02-26T11:48:00Z"^^xsd:dateTime . # IN-STRM-200.xml # EXAMPLE - Stream S35 has tank T-101 as a destination. ex:b5db285b-2565-4f8f-9e3b-c58d0b28d171 rdf:type tpl:StreamHasDestination ; tpl:hasStream ex:e08c0c53-46f1-4685-aa4f-ede87cd51fdd ; # S35 tpl:hasDestination ex:d12f07ff-1a76-4b49-925d-081f885116e1 ; # T-101 meta:valEffectiveDate "2022-02-26T11:48:00Z"^^xsd:dateTime . # IN-STRM-300.xml # EXAMPLE - Stream Nh-43822 # at the inlet of P-101 # has a pressure of 6.8 barg ex:b4111e7c-e186-42c0-b41b-c3337c02a8b2 rdf:type tpl:PropertyOfStreamAtLocation ; tpl:hasStream ex:1ff912cb-cc24-4806-91c7-c456996f7bd5 ; # StreamNh-43822 tpl:hasLocator ex:e0ee58d1-0809-4d10-81e3-297ad4bbbd15 ; # Pump inlet P-101-IN tpl:hasPropertyType rdl:RDS354194 ; # PRESSURE tpl:valPropertyValue "6.8"^^xsd:decimal ; tpl:hasScale ex:RDS1348874 ; # BAR GAUGE meta:valEffectiveDate "2022-03-26T12:06:00Z"^^xsd:dateTime . # IN-STRM-400.xml # EXAMPLE - The actual Stream STR-43738 # is a member of Stream Class S5 (in Process Design), # "true" meaning that that part of the plant Operations conforms with its design. ex:35da20ea-82e4-4bef-b3d6-27d70ca742c1 rdf:type tpl:ActualStreamCompliesWithProcessDesignStreamYesNo ; tpl:hasStream ex:b1220073-3689-4222-8cbc-82f8ff778b91 ; # STR-43738 tpl:hasStreamType ex:6a03b9e7-9869-4455-96b0-11fe27b843f6 ; # S5 tpl:valComplianceYesNo "true"^^xsd:boolean ; meta:valEffectiveDate "2022-02-26T13:45:00Z"^^xsd:dateTime .
#Templates about one or more PossibleIndividuals, related to: STRUCTURE
# IN-STRUC-060.xml # EXAMPLE - John Doe is a member of the Construction Crew. ex:d135e2d5-8672-486e-8538-09b54cde9567 rdf:type tpl:CompositionOfAnIndividual ; tpl:hasWhole ex:aa77d995-cea8-4e11-a300-e6d59444cd7b ; # Construction Crew (an Organization) tpl:hasPart ex:365804a8-b08d-45e2-9e8b-2ac281604096 ; # John Doe meta:valEffectiveDate "yyyy-mm-ddThh:mm:ss.sZ"^^xsd:dateTime . # IN-STRUC-065.xml # EXAMPLE - The concentration of dissolved salts in my stream of seawater (its salinity) is about 3.5% of the weight of seawater. ex:77e35088-423d-4bf7-93c8-5307b338587e rdf:type tpl:IndividualHasCompositionPartPercentage ; tpl:hasWhole ex:f77d91b7-3ada-4d80-9cc4-3ea9f7947061 ; # myStream of SEAWATER tpl:hasPart ex:3afa433d-bf26-4bf7-b0df-940280aba120 ; # the content of SALT in myStream tpl:hasPercentageType rdl:RDS16430480 ; # WEIGHT PERCENTAGE tpl:valPartPercentageValue "3.5"^^xsd:decimal ; tpl:hasScale rdl:RDS16689948 ; # WEIGHT PERCENT meta:valEffectiveDate "2021-11-17T15:23:56Z"^^xsd:dateTime . # IN-STRUC-080.xml # EXAMPLE - The PIPE TO EQUIPMENT CONNECTION between NonActual P-101 and the NonActual line FZ-17801c # is implemented by # the PIPE TO EQUIPMENT CONNECTION between Actual P-101/AN738284 and # the Actual line FZ-17801c. ex:dad999d9-6f94-4f65-af34-237c2de7a827 rdf:type tpl:ImplementationOfNonActualRelationship ; tpl:hasNonActualObject1 ex:f768ca3a-84d0-4725-b3b0-78a11c11a0a0 ; # P-101 tpl:hasNonActualObject2 ex:796e97db-5a14-46ec-9a10-1dac6166560d ; # non-actual FZ-17801c tpl:hasActualObject1 ex:5d7176ac-4f2e-410f-898d-1d4cdd8bcfdb ; # P-101/AN738284 tpl:hasActualObject2 ex:155108a1-e00e-4d1c-81ff-714005646727 ; # actual FZ-17801c tpl:hasRelationshipType rdl:RDS2229357 ; # PIPE TO EQUIPMENT CONNECTION meta:valEffectiveDate "2023-02-15T13:45:00Z"^^xsd:dateTime . # IN-STRUC-120.xml # EXAMPLE - Insulation layer FZ-17801c-INS # is a part in an arrangement # with process line FZ-17801c, # a relationship classified as ARRANGEMENT BY COVERING. ex:cc6b7f6f-57a5-4404-a624-c0196c0652a8 rdf:type tpl:ArrangementOfAnIndividual ; tpl:hasWhole ex:03f7b927-ad23-4e64-a884-4ee756fcdf01 ; # FZ-17801c tpl:hasPart ex:3dfebdad-645e-44f2-8638-dd9e315976c6 ; # FZ-17801c-INS tpl:hasArrangementType rdl:RDS2225961 ; # ARRANGEMENT BY COVERING meta:valEffectiveDate "2021-11-17T15:05:00Z"^^xsd:dateTime. # IN-STRUC-140.xml # EXAMPLE - The actual pump that implements P-101 # is a member of # the EnumeratedSetOfIndividual 'Corrosion Loop CL-07' ex:179003ad-de09-4bd2-aac2-bd8c1004cb9f rdf:type tpl:EnumerationOfIndividual ; tpl:hasMember ex:39bdeb68-99b8-4eaf-bcb1-b26d44ae3b8b ; # AN-443723 tpl:hasSet ex:db788883-b1b3-4931-b590-9a48d16142d5 ; # CL-07 meta:valEffectiveDate "2022-02-17T15:05:00Z"^^xsd:dateTime . # IN-STRUC-180.xml # EXAMPLE - Impeller P-101-IMP # is an assembly part of # pump P-101 ex:e70e5fea-f44e-4d02-8f89-23c743c7eb40 rdf:type tpl:AssemblyOfAnIndividual ; tpl:hasWhole ex:ab63e420-d1df-4543-8514-619e839d734b ; # P-101 tpl:hasPart ex:1617015f-69dd-4262-a762-47ed5574d27e ; # P-101-IMP meta:valEffectiveDate "2021-01-14T17:26:00Z"^^xsd:dateTime . # IN-STRUC-240.xml # EXAMPLE - Impeller P-101-IMP # is an assembly part of # pump P-101, # and that is validated against the instance of ClassOfAssemblyOfIndividual that defines that centrifugal pumps have one or more impellers. ex:435e1575-d402-402c-8645-4966281c3015 rdf:type tpl:ClassifiedAssemblyOfIndividual ; tpl:hasWhole ex:ab63e420-d1df-4543-8514-619e839d734b ; # P-101 tpl:hasPart ex:1617015f-69dd-4262-a762-47ed5574d27e ; # P-101-IMP tpl:hasAssemblyType exrdl:R47383282 ; # 'CENTPUMP HAS IMP', defined in local RDL extension meta:valEffectiveDate "2021-01-14T17:26:00Z"^^xsd:dateTime . # IN-STRUC-300.xml # EXAMPLE - Line RZ80183 # has 6 to 10 # PIPING COMPONENTS ex:786aa3c1-e407-4e1c-b925-762dabe56510 rdf:type tpl:IndividualHasComponentCountByRange ; tpl:hasIndividual ex:eb88fb65-2cd7-4897-adc2-103d95eec07d ; # Line RZ80183 tpl:hasClassOfWhole rdl:RDS2223299 ; # PROCESS LINE tpl:hasComponentType rdl:RDS2221161 ; # PIPING COMPONENT tpl:hasCountRange ex:R4589340 ; # Cardinality 6:10, defined in local RDL extension meta:valEffctiveDate "2021-09-21T13:33:00Z"^^xsd:dateTime . # IN-STRUC-360.xml # EXAMPLE - Line Segment RZ80183-S3 has an (unidentified) injection point. ex:5ca2cea3-df22-4633-86f1-8c4ebfb4b97c rdf:type tpl:PartInAssemblyOfIndividualApplicableYesNo ; tpl:hasIndividual ex:aada84df-c7d0-4579-a976-8f8e5a03a487 ; # RZ80183-S3 tpl:hasClassOfWhole ex:1006670d-4c29-4a80-9cdc-61ffdd3333f0 ; # CO-RZ80183-S3 (the requirements class of RZ80183-S3) tpl:hasClassOfPart rdl:RDS2224587 ; # INJECTION POINT tpl:valApplicableYesNo "true"^^xsd:boolean ; meta:valEffectiveDate "2015-01-19T11:37:00Z"^^xsd:dateTime . # IN-STRUC-420.xml # EXAMPLE - Actual Process Line RZ80183 # has a # PIPE DENT # with Maintenance Identifier 'MI-342387' ex:5444efd1-c952-4da5-b523-7572bab67ab6 rdf:type tpl:FeatureOfIndividual ; tpl:hasWhole ex:aada84df-c7d0-4579-a976-8f8e5a03a487 ; # Actual Process Line RZ80183 tpl:hasPart ex:c0468b9d-8d4b-4ab6-b5b1-6dd8f24460f0 ; # Pipe dent MI-342387 meta:valEffectiveDate "2022-01-22T11:43:00Z"^^xsd:dateTime . # IN-STRUC-480.xml # EXAMPLE - Thermowell TW-132 doesn't have a fin NOTE - The non-existing fin can't have an identifier, so is modeled as 'unidentified member of ...' ex:df8a0094-5bc5-49b3-8b38-d784faa41b3e rdf:type tpl:FeatureOfIndividualApplicableYesNo ; tpl:hasWhole ex:5380738e-da12-490f-9463-a830a590ff08 ; # TW-132 tpl:hasPartType rdl:RDS2223666 ; # HEAT TRANSFER FIN tpl:valApplicableYesNo "false"^^xsd:boolean ; meta:valEffectiveDate "2022-03-01T16:47:00Z"^^xsd:dateTime . # IN-STRUC-540.xml # EXAMPLE - The flange at the end of Line RZ17801-OUT # is directly connected # classified as a FLANGED CONNECTION # to the inlet flange of Pump P-101-IN ex:b42d081c-24ae-4d22-a908-6ef211d913f9 rdf:type tpl:ClassifiedDirectConnectionOfTwoIndividuals ; tpl:hasSide1 ex:a1d691f2-06cc-45d9-a579-201f6f614e70 ; # Line RZ17801-OUT tpl:hasSide2 ex:9906c494-f186-43c8-bde8-5f24b050c468 ; # Pump P-101-IN tpl:hasDirectConnectionType rdl:RDS2229203 ; # FLANGED CONNECTION tpl:hasDirectConnection ex:55c7c816-9df6-46b9-b41d-2d5938893ef7 ; # auto-generated, for use in template IndividualUsedInADirectConnection, if so required meta:valEffectiveDate "2022-03-01T17:15:00Z"^^xsd:dateTime . # IN-STRUC-660.xml # EXAMPLE - Full Face Graphite Gasket - DIN 2573 PN6 - 12" (NB 300) # is used in the direct connection # between the flange at the end of Line RZ17801-OUT and the inlet flange of Pump P-101-IN (see above) ex:af42ba77-0e34-44e8-9ba2-e114adfd6018 rdf:type tpl:IndividualTypeUsedInADirectConnection ; tpl:hasUsedIndividualType asme:RDS535184 ; # FLAT RING GASKET ASME B16.21 CLASS 150 NPS 12 tpl:hasDirectConnection ex:55c7c816-9df6-46b9-b41d-2d5938893ef7 ; # the 'hasIndirectConnection' of tpl:ClassifiedDirectConnectionOfTwoIndividuals tpl:hasUsageType exrdl:R459332 ; # an subclass of rdl:RDS2229358 ("GASKET USED IN FLANGED CONNECTION") defined in a local RDL extension meta:valEffectiveDate "2022-03-04T14:34:00Z"^^xsd:dateTime . # IN-STRUC-600.xml # EXAMPLE - Preheater E-132 # is indirectly connected, # classified as an INDIRECT CONNECTION VIA PIPING, # with Crystallizer S-131 ex:1e401b9c-b4e2-4c6b-83ce-42e333183375 rdf:type tpl:ClassifiedIndirectConnectionOfTwoIndividuals ; tpl:hasSide1 ex:dfc94e5e-79f5-4f83-b842-1e953cd9e9f2 ; # E-132 tpl:hasSide2 ex:f9e60bea-b804-4b4e-847c-a137387b5281 ; # S-131 tpl:hasIndirectConnectionType rdl:RDS2220200 ; # INDIRECT CONNECTION VIA PIPING tpl:hasIndirectConnection ex:ca95ff1a-609a-4c1f-9833-f50c968b234f ; # auto-generated, for use in template IndividualUsedInAnIndirectConnection, if so required meta:valEffectiveDate "2022-03-01T17:15:00Z"^^xsd:dateTime . # IN-STRUC-720.xml # EXAMPLE - Process Line RZ80183 # is used for the indirect connection # of Preheater E-132-OUT # with Crystallizer S-131-IN ex:5250caec-bd89-4cff-bdde-69166ad5a4f0 rdf:type tpl:IndividualUsedInAnIndirectConnection ; tpl:hasUsedIndividual ex:aada84df-c7d0-4579-a976-8f8e5a03a487 ; # Actual Process Line RZ80183 tpl:hasIndirectConnection ex:ca95ff1a-609a-4c1f-9833-f50c968b234f ; # defined in ClassifiedIndirectConnectionOfTwoIndividuals (see above) tpl:hasUsageType rdl:RDS2220300 ; # PIPING USED IN INDIRECT CONNECTION meta:valEffectiveDate "2021-09-21T11:27:00Z"^^xsd:dateTime . # IN-STRUC-780.xml # EXAMPLE - Individual set of 100 ea. HEAVY HEX BOLT ASME B18.2.1 NS 2 ex:c99e7bea-5c78-4bb4-bc8b-733d2ce42138 rdf:type lci:InanimatePhysicalObject, dm:ActualIndividual, dm:WholeLifeIndividual, lci:EnumeratedSetOfIndividual, rdl:RDS2229359 ; # COLLECTION rdfs:label "Set of 100 ea. HEAVY HEX BOLT ASME B18.2.1 NS 2" ; meta:valEffectiveDate "2021-09-21T14:05:00Z"^^xsd:dateTime . ex:fbf21000-b8d1-4841-8753-98f490e61cf4 rdf:type tpl:AggregateOfMonotypeIndividual ; tpl:hasAggregate ex:c99e7bea-5c78-4bb4-bc8b-733d2ce42138 ; # above declared aggregate tpl:hasCollectorType rdl:RDS2220129 ; # COLLECTION OF INDIVIDUAL PHYSICAL OBJECTS tpl:hasObjectType asme:RDS847394 ; # HEAVY HEX BOLT ASME B18.2.1 NS 2 tpl:valAggregateCount "100"^^xsd:nonNegativeInteger ; meta:valEffectiveDate "2021-09-21T14:05:00Z"^^xsd:dateTime . # EOF