Introduction
Using a number of the templates defined in 15926.blog/templates, a complete mapping of a Line List is shown here.
The (very partial, one line only) spreadsheet shown below contains a take-off from a P&ID system.

In this topic is shown how, column-by-column, that spreadsheet can be mapped to ISO 15926 templates.
Graph<
The following graph shows the things involved in a Line List.
Why is this mapping required?
It turns implicit information into explicit information, bringing semantic clarity.
It makes all Plant Items and Activities, and their Class instances, addressable at any moment when that is required.

Mapping procedure
The following recommended procedure has been followed:
- Declare the entities in the graph ;
- Declare the interrelations by means of templates;
- Map the information about the declared entities;
- Optionally declare external entities that are referred to but have not been declared before;
- Add classes that are not (yet) listed in the RDL to the local RDL extension.
Mapping results
@prefix : <http://www.p1234.xyz-corp.com/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 meta: <http://data.15926.org/meta/> .
@prefix tpl: <http://data.15926.org/tpl/> .
@prefix rdl: <http://data.15926.org/rdl/> .
@prefix xyzrdl: <http://www.rdl.xyz-corp.com/> . # local RDL extension
# /////////////////////////////////////////////////////////////////
# //
# // THIS ONTOLOGY REPRESENTS A LINE LIST, UPDATED JULY 1, 2022
# //
# /////////////////////////////////////////////////////////////////
# ////////////////////////
# //
# // DECLARED OBJECTS
# //
# ////////////////////////
# Declaration of Line RZ17801
:c1843fdc-87d6-4c5c-8184-662ca3af1b78 rdf:type lci:InanimatePhysicalObject, dm:WholeLifeIndividual, lci:NonActualIndividual, :c1b38278-9d90-4489-810d-8b9586f64f0b ; # CO_RZ17801
rdfs:label "RZ17801" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Line class CO_RZ17801
:c1b38278-9d90-4489-810d-8b9586f64f0b rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS2223299 ; # PIPING LINE
rdfs:label "CO_RZ17801" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Stream RZ17801-STRM inside RZ17801
:091d7460-7447-4d64-9f5e-12aed671b2c4 rdf:type dm:Stream, dm:WholeLifeIndividual, lci:NonActualIndividual, :a23aea8c-8766-4b87-b203-c836f698f35b ; # CO_RZ17801-STRM
rdfs:label "RZ17801-STRM" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Stream class CO_RZ17801-STRM inside CO_RZ17801
:a23aea8c-8766-4b87-b203-c836f698f35b rdf:type lci:ClassOfStream ;
rdfs:subClassOf rdl:RDS2227031 ; # LIQUID STREAM
rdfs:label "CO_RZ17801-STRM" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Non-destructive Testing CO_17801-NDT of Line class CO_RZ17801
:12669ffe-a106-4246-8d34-ff70f17f2a33 rdf:type dm:ClassOfActivity ;
rdfs:subClassOf rdl:RDS9703727 ; # NON-DESTRUCTIVE TESTING
rdfs:label "CO_RZ17801-NDT" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Pressure Testing CO_RZ17801-PRESSTEST of Line class CO_RZ17801
:e8ab96f4-5289-4206-8340-205a851d5c08 rdf:type dm:ClassOfActivity ;
rdfs:subClassOf rdl:RDS2221902 ; # PRESSURE TESTING
rdfs:label "CO_RZ17801-PRESSTEST" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Test fluid for Pressure Testing CO_RZ17801-TESTFLUID of Line class CO_RZ17801
:1a4724bf-d572-49fb-801f-33c3b02af7cf rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS427094 ; # LIQUID COMPOUND
rdfs:label "CO_RZ17801-TESTFLUID" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Stress Analysis CO_RZ17801-STRESSANAL of Line class CO_RZ17801
:cee8980c-46d8-4c14-8fae-a26e85e79222 rdf:type dm:ClassOfActivity ;
rdfs:subClassOf rdl:RDS2229907 ; # ANALYSING STRESS
rdfs:label "CO_RZ17801-STRESSANAL" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Coating CO_RZ17801-COAT of Line class CO_RZ17801
:f580c939-d11b-4131-b2b1-48be785f7041 rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS736500210 ; # COATING LAYER
rdfs:label "CO_RZ17801-COAT" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Insulation CO_RZ17801-INSUL of Line class CO_RZ17801
:f120019b-535a-48b1-af9e-c5efefeb55d2 rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS328094 ; # INSULATION
rdfs:label "CO_RZ17801-INSUL" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Heat Tracing CO_RZ17801-HEATTRAC of Line class CO_RZ17801
:b017836a-098e-4bd8-ae67-83b35d74ab3b rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS267434 ; # HEAT TRACING SYSTEM
rdfs:label "CO_RZ17801-HEATTRAC" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Pipe Support CO_RZ17801-SUPT of Line class CO_RZ17801
:20bd8c4b-292f-41ee-b451-8cdf444fc9c1 rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS6728598 ; # SUPPORT
rdfs:label "CO_RZ17801-SUPT" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# //////////////////////////////////////////////////////////////////////
# //
# // DECLARATION OF THINGS THAT MOST PROBABLY HAVE BEEN DECLARED ALREADY
# // NOTE - CHECK FIRST, AND IF EXISTING DON'T DECLARE AGAIN
# //
# //////////////////////////////////////////////////////////////////////
# Declaration of the "Ur" version of P&ID Nr 22212
:e6d7bbb9-b438-4638-8a7c-a9bdc9933d86 rdf:type dm:ClassOfInformationObject ;
rdfs:subClassOf rdl:RDS329894 ; # PIPING AND INSTRUMENTATION DIAGRAM
rdfs:label "22212" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of P&ID Nr 22212-rev0
:fb167965-3e9b-4287-a26f-647f5143ed71 rdf:type dm:ClassOfInformationObject ;
rdfs:subClassOf rdl:RDS329894 ; # PIPING AND INSTRUMENTATION DIAGRAM
rdfs:label "22212-rev0" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of the "Ur" version of Line List Nr L12345
:e5a9069c-fa4b-4763-b1a2-521f1c0b657d rdf:type dm:ClassOfInformationObject ;
rdfs:subClassOf rdl:RDS334124 ; # LINE LIST
rdfs:label "L12345" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Line List L12345-rev2
:151239e6-1e79-4370-9c3a-09cbe751ad09 rdf:type dm:ClassOfInformationObject ;
rdfs:subClassOf rdl:RDS334124 ; # LINE LIST
rdfs:label "L12345-rev2" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of the "Ur" version of Pipe Sketch Nr SK-RZ17801
:e34777e9-b119-47b9-8432-f7612aa73722 rdf:type dm:ClassOfInformationObject ;
rdfs:subClassOf rdl:RDS2229908 ; # PIPE SKETCH
rdfs:label "SK-RZ17801" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Pipe Sketch Nr SK-RZ17801-rev0
:a2fb84a4-a9a9-4592-af99-a5fcd634fc5f rdf:type dm:ClassOfInformationObject ;
rdfs:subClassOf rdl:RDS2229908 ; # PIPE SKETCH
rdfs:label "SK-RZ17801-rev0" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of Line RZ17643 that is a destination of stream RZ17801-STRM
:a693f445-0b5c-4b1d-9a91-e3ea9b8cd71f rdf:type lci:InanimatePhysicalObject, dm:WholeLifeIndividual, lci:NonActualIndividual, rdl:RDS2223299 ; # PIPING LINE
rdfs:label "RZ17643" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of vessel V120 that is a source of stream RZ17801-STRM
:7d747166-9db2-4d06-af6d-6f551b263a24 rdf:type lci:InanimatePhysicalObject, dm:WholeLifeIndividual, lci:NonActualIndividual, rdl:RDS414674 ; # VESSEL
rdfs:label "V120" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# Declaration of pump P105 that is a destination of stream RZ17801-STRM
:4e8f180f-33bf-4a56-a01f-a6a091c50b17 rdf:type lci:InanimatePhysicalObject, dm:WholeLifeIndividual, lci:NonActualIndividual, rdl:RDS327239 ; # PUMP
rdfs:label "P105" ;
meta:valEffectiveDate "2021-09-04T13:45:00Z"^^xsd:dateTime .
# ///////////////////////////////////////
# //
# // TEMPLATES REPRESENTING INTERRELATIONS
# //
# ///////////////////////////////////////
# Vessel V120 isSourceOf Stream RZ17801-STRM
:f601d203-8ec3-4d16-8ee9-6a316be8ab03 rdf:type tpl:StreamHasSource ;
tpl:hasStream :091d7460-7447-4d64-9f5e-12aed671b2c4 ; # Stream RZ17801-STRM
tpl:hasSource :7d747166-9db2-4d06-af6d-6f551b263a24 ; # V120
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Line RZ17643 isDestinationOf Stream RZ17801-STRM
:4040cd18-b453-4469-b7e4-ff2407cb5aab rdf:type tpl:StreamHasDestination ;
tpl:hasStream :091d7460-7447-4d64-9f5e-12aed671b2c4 ; # Stream RZ17801-STRM
tpl:hasDestination :a693f445-0b5c-4b1d-9a91-e3ea9b8cd71f ; # Line RZ17643
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Pump P105 isDestinationOf Stream RZ17801-STRM
:acc17d5d-05f9-482a-8374-fede23b14ef4 rdf:type tpl:StreamHasDestination ;
tpl:hasStream :091d7460-7447-4d64-9f5e-12aed671b2c4 ; # Stream RZ17801-STRM
tpl:hasDestination :4e8f180f-33bf-4a56-a01f-a6a091c50b17 ; # P105
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Stream RZ17801-STRM is containedBy Line RZ17801
:6f3bf9dc-55c3-46c6-a945-105c93cca4bd rdf:type tpl:ContainmentOfAnIndividual ;
tpl:hasContainer :c1843fdc-87d6-4c5c-8184-662ca3af1b78 ; # Line RZ17801
tpl:hasContained :091d7460-7447-4d64-9f5e-12aed671b2c4 ; # Stream RZ17801-STRM
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Stream class CO_RZ17801-STRM is classOfContained by Line class CO_RZ17801
: rdf:type tpl:ClassOfContainmentDefinition ;
tpl:hasContainerType :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasContainedType :a23aea8c-8766-4b87-b203-c836f698f35b ; # tream class CO_RZ17801-STRM
tpl:hasCardinalityOfContainer rdl:RDS222624 ; # ZERO TO ONE
tpl:hasCardinalityOfContained rdl:RDS222624 ; # ZERO TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of Line Class CO_RZ17801 participateIn members of NonDestructiveTesting activity class CO_RZ17801-NDT
:7ee8eea9-d6b5-492c-92e9-c672e752a6bc rdf:type tpl:ClassOfParticipationDefinition ;
tpl:hasActivityType :12669ffe-a106-4246-8d34-ff70f17f2a33 ; # Non-destructive Testing of Line CO_17801
tpl:hasParticipantType :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasParticipantRole rdl:RDS2221130 ; # TESTED OBJECT
tpl:hasDefined :2e11c2c5-26b8-4de9-86a1-f2f868ba256b ; # used for classifying member Participation relationships
tpl:hasCardinalityOfActivity rdl:RDS222625 ; # ONE TO ONE
tpl:hasCardinalityOfParticipant rdl:RDS999900700 ; # ZERO TO MANY
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of Line Class CO_RZ17801 participateIn members of Pressure Testing activity class CO_RZ17801-PRESSTEST as Tested Object
:f618fc6a-d70a-484c-bdf1-63d88016b994 rdf:type tpl:ClassOfParticipationDefinition ;
tpl:hasActivityType :e8ab96f4-5289-4206-8340-205a851d5c08 ; # Pressure Testing of Line class CO_RZ17801
tpl:hasParticipantType :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasParticipantRole rdl:RDS2221130 ; # TESTED OBJECT
tpl:hasDefined :66846b10-84da-4e18-a71a-3912a1a85c2d ; # used for classifying member Participation relationships
tpl:hasCardinalityOfActivity rdl:RDS222625 ; # ONE TO ONE
tpl:hasCardinalityOfParticipant rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of fluid class CO_RZ17801-TESTFLUID participateIn members of Pressure Testing activity class CO_RZ17801-PRESSTEST as Test Fluid
:4e5534ea-723f-469b-b0ed-14467025a6f9 rdf:type tpl:ClassOfParticipationDefinition ;
tpl:hasActivityType :e8ab96f4-5289-4206-8340-205a851d5c08 ; # Pressure Testing of Line class CO_RZ17801
tpl:hasParticipantType :1a4724bf-d572-49fb-801f-33c3b02af7cf ; # Test Fluid CO_RZ17801-TESTFLUID
tpl:hasParticipantRole rdl:RDS2221131 ; # TEST FLUID
tpl:hasDefined :590b7cd2-746b-4490-9f4d-c76671c93d45 ; # used for classifying member Participation relationships
tpl:hasCardinalityOfActivity rdl:RDS999900700 ; # ZERO TO MANY
tpl:hasCardinalityOfParticipant rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of Line Class CO_RZ17801 participateIn members of Stress Analysis activity class CO_RZ17801-STRESSANAL
:cd0dd2de-418b-451b-98b5-ba763b95fe8c rdf:type tpl:ClassOfParticipationDefinition ;
tpl:hasActivityType :cee8980c-46d8-4c14-8fae-a26e85e79222 ; # Stress Analysis on Line class CO_RZ17801
tpl:hasParticipantType :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasParticipantRole rdl:RDS2221133 ; # ANALYZED OBJECT
tpl:hasDefined :730c5431-b662-4ac8-ab50-4dd25e49c88e ; # used for classifying member Participation relationships
tpl:hasCardinalityOfActivity rdl:RDS222625 ; # ONE TO ONE
tpl:hasCardinalityOfParticipant rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of Coating Class CO_RZ17801-COAT are featureOf members of Line Class CO_RZ17801
:f87de5e6-687e-4bcb-94f7-7d0755fbcd4d rdf:type tpl:ClassOfFeatureWholePartDefinition ;
tpl:hasClassOfWhole :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasClassOfPart :f580c939-d11b-4131-b2b1-48be785f7041 ; # Coating Class CO_RZ17801-COAT
tpl:hasDefined :8a875505-fa88-42fc-96ac-fea171222aa3 ; # used for classifying member FeatureWholePart relationships
tpl:hasCardinalityOfWhole rdl:RDS222625 ; # ONE TO ONE
tpl:hasCardinalityOfPart rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of Insulation Class CO_RZ17801-INSUL are arrangedPartOf members of Line Class CO_RZ17801
:8f921597-572d-4814-bdae-516d4bc7d789 rdf:type tpl:ClassOfArrangementDefinition ;
tpl:hasClassOfWhole :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasClassOfPart :f120019b-535a-48b1-af9e-c5efefeb55d2 ; # Insulation of Line class CO_RZ17801
tpl:hasDefined :298deca2-af19-402b-8e90-043b364b7268 ; # used for classifying member ArrangementOfIndividual relationships
tpl:hasCardinalityOfWhole rdl:RDS999900700 ; # ZERO TO MANY
tpl:hasCardinalityOfPart rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of Heat Tracing Class CO_RZ17801-HEATTRAC are arrangedPartOf members of Line Class CO_RZ17801
:250f09d1-9497-4402-afa3-72d0e9b283fe rdf:type tpl:ClassOfArrangementDefinition ;
tpl:hasClassOfWhole :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasClassOfPart :b017836a-098e-4bd8-ae67-83b35d74ab3b ; # Heat Tracing of Line class CO_RZ17801
tpl:hasDefined :adda5699-c437-407c-8ef3-09deb36ad5fb ; # used for classifying member ArrangementOfIndividual relationships
tpl:hasCardinalityOfWhole rdl:RDS999900700 ; # ZERO TO MANY
tpl:hasCardinalityOfPart rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Members of Pipe Support Class CO_RZ17801-SUPT are arrangedPartOf members of Line Class CO_RZ17801
:33fa55da-299a-4ae1-ad63-aa3d21dc5148 rdf:type tpl:ClassOfArrangementDefinition ;
tpl:hasClassOfWhole :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasClassOfPart :20bd8c4b-292f-41ee-b451-8cdf444fc9c1 ; # Pipe Supports of Line class CO_RZ17801
tpl:hasDefined :882b4543-53a4-4250-91be-834a532eba6e ; # used for classifying member ArrangementOfIndividual relationships
tpl:hasCardinalityOfWhole rdl:RDS999900700 ; # ZERO TO MANY
tpl:hasCardinalityOfPart rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# P&ID 22212-rev0 is classOfTemporalPart of Ur P&ID 22212
:f163c253-906d-435c-8b17-e6d32ce65e21 rdf:type tpl:ClassOfTemporalWholePartDefinition ;
tpl:hasTemoralWhole :e6d7bbb9-b438-4638-8a7c-a9bdc9933d86 ; # the Ur version of P&ID 22212
tpl:hasTemporalPart :fb167965-3e9b-4287-a26f-647f5143ed71 ; # P&ID 22212-rev0
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Line RZ17801 is representedBy P&ID 22212-rev0
:eaba98fb-64c9-4e47-be03-fca5c536460b rdf:type tpl:ReferenceToIndividualOnDocument ;
tpl:hasReferred :c1843fdc-87d6-4c5c-8184-662ca3af1b78 ; # Line RZ17801
tpl:hasDocument :fb167965-3e9b-4287-a26f-647f5143ed71 ; # P&ID 22212-rev0
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Line List L12345-rev2 is classOfTemporalPart of Ur Line List L12345
:5718a4df-b1cf-465e-acaa-a23497f97653 rdf:type tpl:ClassOfTemporalWholePartDefinition ;
tpl:hasTemporalWhole :e5a9069c-fa4b-4763-b1a2-521f1c0b657d; # the Ur version of Line List Nr L12345
tpl:hasTemporalPart :151239e6-1e79-4370-9c3a-09cbe751ad09 ; # L12345-rev2
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Line RZ17801 is representedBy Line List L12345-rev2
:17b83bc6-078b-4c9e-9424-f3db2b92ade7 rdf:type tpl:ReferenceToIndividualOnDocument ;
tpl:hasReferred :c1843fdc-87d6-4c5c-8184-662ca3af1b78 ; # Line RZ17801
tpl:hasDocument :151239e6-1e79-4370-9c3a-09cbe751ad09 ; # L12345-rev2
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Line Class CO_RZ17801 is | is not representedBy a Pipe Sketch
:b599532f-528d-42bc-a44b-281ace98e573 rdf:type tpl:DocumentTypeApplicableForClassOfIndividualYesNo ;
tpl:hasRepresented :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasDocumentType rdl:RDS2229908 ; # PIPE SKETCH
tpl:hasApplicableYesNo "true"^^xsd:boolean ;
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Pipe Sketch SK-RZ17801-rev0 is classOfTemporalPart of Ur Pipe Sketch SK-RZ17801
:6adba57e-5d42-4c29-bb68-183912dd337b rdf:type tpl:ClassOfTemporalWholePartDefinition ;
tpl:hasTemporalWhole :e34777e9-b119-47b9-8432-f7612aa73722 ; # the Ur version of Pipe Sketch SK-RZ17801
tpl:hasTemporalPart :a2fb84a4-a9a9-4592-af99-a5fcd634fc5f ; # SK-RZ17801-rev0
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Line RZ17801 is representedBy Pipe Sketch SK-RZ17801-rev0
:36b48220-b857-4223-81da-8756640421ec rdf:type tpl:ReferenceToIndividualOnDocument ;
tpl:hasReferred :c1843fdc-87d6-4c5c-8184-662ca3af1b78 ; # Line RZ17801
tpl:hasDocument :a2fb84a4-a9a9-4592-af99-a5fcd634fc5f ; # SK-RZ17801-rev0
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# ////////////////////////////////////////////////////////////
# //
# // TEMPLATES REPRESENTING THE DATA ELEMENTS ON THE LINE LIST
# //
# ////////////////////////////////////////////////////////////
# /////////////////////////////////////////////////////////////////////////////////////
# //
# // TEMPLATES REPRESENTING INFORMATION ABOUT STREAM CLASS CO_RZ17801-STRM
# // (Compound Class, Phase, Source, Destination(2x), Volume Flow, Oper.Pressure, Oper.Temp)
# //
# /////////////////////////////////////////////////////////////////////////////////////
# Compound Class
:d62d486f-2890-45d6-b623-635a2e19257a rdf:type tpl:SpecializationByCompoundType ;
tpl:hasSubClass :a23aea8c-8766-4b87-b203-c836f698f35b; # stream class CO_RZ17801-STRM
tpl:hasSuperClass rdl:RDS2221636 ; # WHITE OIL
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Phase
:1f4cc23e-da92-42fe-882b-509dbe1d0a9e rdf:type tpl:SpecializationByPhase ;
tpl:hasSubClass :a23aea8c-8766-4b87-b203-c836f698f35b ; # Stream class CO_RZ17801-STRM
tpl:hasSuperClass rdl:RDS222609 ; # LIQUID(phase)
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Volume Flow Rate
:ce4a5edf-08ca-45e5-8cbb-2780d13c6c9b rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ;
tpl:hasPossessorType :a23aea8c-8766-4b87-b203-c836f698f35b ; # Stream class CO_RZ17801-STRM
tpl:hasIndirectPropertyType rdl:RDS14286277 ; # DESIGN VOLUME FLOW RATE
tpl:valPropertyValue "8.55"^^xsd:decimal ;
tpl:hasScale rdl:RDS1321064 ; # METRE CUBED PER HOUR (m3/hr)
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Operating Pressure
:e0f280eb-15de-4d0a-9353-545c5bfdade9 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ;
tpl:hasPossessorType :a23aea8c-8766-4b87-b203-c836f698f35b ; # Stream class CO_RZ17801-STRM
tpl:hasIndirectPropertyType rdl:RDS369629 ; # NORMAL OPERATING PRESSURE
tpl:valPropertyValue "0.25"^^xsd:decimal ;
tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Operating Temperature
:b8af7197-af2d-499c-8f5f-bcd37d94cd7c rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ;
tpl:hasPossessorType :a23aea8c-8766-4b87-b203-c836f698f35b ; # Stream class CO_RZ17801-STRM
tpl:hasIndirectPropertyType rdl:RDS369674 ; # NORMAL OPERATING TEMPERATURE
tpl:valPropertyValue "70"^^xsd:decimal ;
tpl:hasScale rdl:RDS1322684 ; # DEGREE CELSIUS
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
# //
# // TEMPLATES REPRESENTING INFORMATION ABOUT LINE CLASS
# // (Pipe Class, PED Class, Size, Secondary Size, Des.Press.High, Des.Press.Low, Des.Temp.High, Des.Temp.Low, Note)
# //
# //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
# Pipe Class
:90cdc8ad-c810-4361-beb8-08eced9382ad rdf:type tpl:SpecializationOfClassOfIndividual ;
tpl:hasSubClass :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasSuperClass xyzrdl:Ce269fc6f-678a-11e1-b86c-0800200c9a66 ; # H191K01PG
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# PED Class
:07c1f0de-f131-48f9-b8cf-bbd7be38222d rdf:type tpl:ClassificationOfClassOfIndividual ;
tpl:hasClassified :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasClassifier xyzrdl:C6906be39-a94e-4478-955c-9322f3312d4d ; # PED Class Article 3.3
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Size
:f36b78ea-6bd4-4198-a21e-3bcc6bd2dfd3 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ;
tpl:hasPossessorType :c1b38278-9d90-4489-810d-8b9586f64f0b ; # Line class CO_RZ17801
tpl:hasIndirectPropertyType rdl:RDS2229888 ; # NOMINAL SIZE
tpl:valPropertyValue "3"^^xsd:decimal ;
tpl:hasScale rdl:RDS1326959 ; # INCH
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Secondary Size
:c5a9fc51-e647-4645-94d3-d5d6b0f5b1c7 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ;
tpl:hasPossessorType :c1b38278-9d90-4489-810d-8b9586f64f0b ; # Line class CO_RZ17801
tpl:hasIndirectPropertyType rdl:RDS2229900 ; # SECONDARY SIZE
tpl:valPropertyValue "0.75"^^xsd:decimal ;
tpl:hasScale rdl:RDS1326959 ; # INCH
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Design Pressure High
:c94df1c0-4bcc-4c42-8f6a-6bb116e81bcc rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithMaximumValue ;
tpl:hasPossessorType :c1b38278-9d90-4489-810d-8b9586f64f0b ; # Line class CO_RZ17801
tpl:hasIndirectPropertyType rdl:RDS1470835011 ; # UPPER LIMIT DESIGN PRESSURE
tpl:valMaximumValue "15"^^xsd:decimal ;
tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Design Pressure Low
:d4f43204-3fa2-4ca7-a269-f386756cd74e rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithMinimumValue ;
tpl:hasPossessorType :c1b38278-9d90-4489-810d-8b9586f64f0b ; # Line class CO_RZ17801
tpl:hasIndirectPropertyType rdl:RDS360674 ; # LOWER LIMIT DESIGN PRESSURE
tpl:valMinimumValue "-1"^^xsd:decimal ;
tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Design Temperature High
:874c7aed-9e30-4a4e-b862-0da81ac1c3e9 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithMaximumValue ;
tpl:hasPossessorType :c1b38278-9d90-4489-810d-8b9586f64f0b ; # Line class CO_RZ17801
tpl:hasIndirectPropertyType rdl:RDS360449 ; # UPPER LIMIT DESIGN TEMPERATURE
tpl:valMaximumValue "120"^^xsd:decimal ;
tpl:hasScale rdl:RDS1322684 ; # DEGREE CELSIUS
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Design Temperature Low
:5dfca05b-7d06-4aa5-a769-69296f226823 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithMinimumValue ;
tpl:hasPossessorType :c1b38278-9d90-4489-810d-8b9586f64f0b ; # Line class CO_RZ17801
tpl:hasIndirectPropertyType rdl:RDS360494 ; # LOWER LIMIT DESIGN TEMPERATURE
tpl:valMinimumValue "-10"^^xsd:decimal ;
tpl:hasScale rdl:RDS1322684 ; # DEGREE CELSIUS
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Stress Category
:e8086b76-b242-461b-90b0-d1f065d45d47 rdf:type tpl:SpecializationOfClassOfIndividual ;
tpl:hasSubClass :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:hasSuperClass rdl:RDS2223920 ; # STRESS RISK LEVEL - HIGH
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Note
:22249c3a-5b4d-4efe-ab81-01c3022dbdf1 rdf:type tpl:ClassifiedDescriptionOfClassOfIndividualViaReference ;
tpl:hasDescribed :c1b38278-9d90-4489-810d-8b9586f64f0b; # Line class CO_RZ17801
tpl:valReference "[3]" ;
tpl:hasDescriptionType rdl:RDS2223467; # DESCRIPTION WITH FOOTNOTE
tpl:hasDescriptor xyzrdl:28195906-65cf-42ca-9e40-bd840cc42bc5 ; # declared instance of ClassOfInformationRepresentation
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# //////////////////////////////////////////////////////////
# //
# // TEMPLATE REPRESENTING INFORMATION ABOUT NDT (Percentage)
# //
# //////////////////////////////////////////////////////////
# Percentage
:8731e68f-ac26-4893-9d2a-743c85aa3a89 a tpl:SpecializationOfClassOfIndividual ;
tpl:hasSubClass :12669ffe-a106-4246-8d34-ff70f17f2a33 ; # Non-destructive testing CO_RZ17801-NDT
tpl:hasSuperClass rdl:RDS2229970 ; # 5% RADIOGRAPHIC TESTING
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# ///////////////////////////////////////////////////////////////////
# //
# // TEMPLATE REPRESENTING INFORMATION ABOUT PRESSURE TEST (Test Type)
# //
# ////////////////////////////////////////////////////////////////////
# Test Type
:4d447c31-b8ff-4c74-9898-f9e273271059 rdf:type tpl:SpecializationOfClassOfIndividual ;
tpl:hasSubClass :e8ab96f4-5289-4206-8340-205a851d5c08 ; # pressure testing CO_RZ17801-PRESSTEST
tpl:hasSuperClass rdl:RDS9706787 ; # HYDROSTATIC TESTING
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# /////////////////////////////////////////////////////////////////////////////////////
# //
# // TEMPLATES REPRESENTING INFORMATION ABOUT TEST FLUID (Compound Class, Test Pressure)
# //
# /////////////////////////////////////////////////////////////////////////////////////
# Compound Class
:636dc859-ae63-4748-bbf2-57547b61807d rdf:type tpl:SpecializationByCompoundType ;
tpl:hasSubClass :1a4724bf-d572-49fb-801f-33c3b02af7cf ; # Test Fluid CO_RZ17801-TESTFLUID
tpl:hasSuperClass rdl:RDS8641857 ; # OIL
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Test Pressure
:c28996ea-0448-4443-a846-f6ca8dc32b2c rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ;
tpl:hasPossessorType :1a4724bf-d572-49fb-801f-33c3b02af7cf ; # Test Fluid CO_RZ17801-TESTFLUID
tpl:hasIndirectPropertyType rdl:RDS7315228 ; # HYDROSTATIC TEST PRESSURE
tpl:valPropertyValue "22.5"^^xsd:decimal ;
tpl:hasScale rdl:RDS1348874 ; # BAR GAUGE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# ////////////////////////////////////////////////////////////////////////////
# //
# // TEMPLATES REPRESENTING INFORMATION ABOUT STRESS ANALYSIS (Method, Report Type)
# //
# ////////////////////////////////////////////////////////////////////////////
# Method
:eed72916-e424-41f0-9c10-5a2fccc2b18c a tpl:ClassOfInvolvementByReferenceDefinition ;
tpl:hasActivityType :cee8980c-46d8-4c14-8fae-a26e85e79222; # Stress Analysis CO_RZ17801-STRESSANAL
tpl:hasInvolvedType xyzrdl:Cc72e2689-686d-11e1-b86c-0800200c9a66 ; # Autopipe Stress Analysis Method
tpl:hasInvolvedRole rdl:RDS2223160 ; # APPLIED METHOD
tpl:hasDefined :34e270cc-48ad-49f1-beee-4631f3fb8e39 ;
tpl:hasCardinalityOfActivity rdl:RDS222625 ; # ONE TO ONE
tpl:hasCardinalityOfInvolved rdl:RDS222625 ; # ONE TO MANY
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Report Type
:16bfdcd8-4a02-435d-8eb4-b5ffc9bf23c6 rdf:type tpl:ClassOfInvolvementByReferenceDefinition ;
tpl:hasActivityType :cee8980c-46d8-4c14-8fae-a26e85e79222 ; # Stress analysis class CO_RZ17801-STRESSANAL
tpl:hasInvolvedType xyzrdl:Cc72e2684-686d-11e1-b86c-0800200c9a66 ; # Full Stress Report
tpl:hasInvolvedRole rdl:RDS2221132 ; # RESULT
tpl:hasDefined :578122cb-b8d3-4e36-a5f1-a2509547382f ;
tpl:hasCardinalityOfActivity rdl:RDS222625 ; # ONE TO ONE
tpl:hasCardinalityOfInvolved rdl:RDS222625 ; # ONE TO ONE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# ////////////////////////////////////////////////////////////////
# //
# // TEMPLATE REPRESENTING INFORMATION ABOUT COATING (Coating Type)
# //
# ////////////////////////////////////////////////////////////////
# Coating Class
:bfb8ed9c-f64e-41a0-8453-8bced45b1f45 rdf:type tpl:SpecializationOfClassOfIndividual ;
tpl:hasSubClass :f580c939-d11b-4131-b2b1-48be785f7041; # Coating Class CO_RZ17801-COAT
tpl:hasSuperClass xyzrdl:fe8548d9-4304-4e51-8af6-43f024aff819 ; # WR Coating
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# ///////////////////////////////////////////////////////////////////////////////
# //
# // TEMPLATES REPRESENTING INFORMATION ABOUT INSULATION (Insulation type, Thickness)
# //
# ////////////////////////////////////////////////////////////////////////////////
# Insulation
:f9fd270c-d284-425c-8b6e-51272dd98248 rdf:type tpl:SpecializationOfClassOfIndividual ;
tpl:hasClassified :f120019b-535a-48b1-af9e-c5efefeb55d2 ; # insulation class CO_RZ17801-INSUL
tpl:hasClassifier xyzrdl:Ce269fc73-678a-11e1-b86c-0800200c9a66 ; # "HC" Heat Conservation
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime.
# Thickness
:5c39430f-1616-41ee-ab92-a97715b990a0 a tpl:ClassOfIndividualHasDimensionedShapeWithValue ;
tpl:hasPossessorType :f120019b-535a-48b1-af9e-c5efefeb55d2 ; # insulation class CO_RZ17801-INSUL
tpl:hasShapeType rdl:RDS2229910 ; # Cylinder(shape)
tpl:hasDimensionType rdl:RDS358784 ; # THICKNESS
tpl:valPropertyValue "50"^^xsd:decimal ;
tpl:hasScale rdl:RDS1357739 ; # MILLIMETRE
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# ////////////////////////////////////////////////////////////////////////////////
# //
# // TEMPLATES REPRESENTING INFORMATION ABOUT HEAT TRACING (Tracing Type, Temperature)
# //
# ////////////////////////////////////////////////////////////////////////////////
# Tracing Class
:97306728-82b5-44a1-9434-f77486916a3d rdf:type tpl:SpecializationOfClassOfIndividual ;
tpl:hasSubClass :b017836a-098e-4bd8-ae67-83b35d74ab3b ; # heat tracing class CO_RZ17801-HEATTRAC
tpl:hasSuperClass rdl:RDS11854600 ; # ELECTRICAL HEAT TRACING SYSTEM
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# Temperature
:c46c2fc0-f64a-4b0a-91d9-fefbf3b1e1f5 rdf:type tpl:ClassOfIndividualHasIndirectPropertyWithValue ;
tpl:hasPossessorType :b017836a-098e-4bd8-ae67-83b35d74ab3b ; # heat tracing class CO_RZ17801-HEATTRAC
tpl:hasIndirectPropertyType rdl:RDS357119 ; # OPERATING TEMPERATURE
tpl:valPropertyValue "20"^^xsd:decimal ;
tpl:hasScale rdl:RDS1322684 ; # degree Celsius
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
# //////////////////////////////////////////////////////////////////
# //
# // TEMPLATE REPRESENTING INFORMATION ABOUT SUPPORT (StressCheck Y/N)
# //
# //////////////////////////////////////////////////////////////////
# StressCheck Y/N
:e934c63d-720b-4ce9-965a-91576581a80c rdf:type tpl:ClassOfParticipationApplicableYesNo ;
tpl:hasActivityType rdl:RDS2229906 ; # EVALUATING FOR STRESS EFFECTS
tpl:hasParticipantType :20bd8c4b-292f-41ee-b451-8cdf444fc9c1 ; # Pipe Supports class CO_RZ17801-SUPT
tpl:hasParticipantRole rdl:RDS2221135 ; # EVALUATED OBJECT
tpl:hasApplicableYesNo "true"^^xsd:boolean ;
meta:valEffectiveDate "2022-06-22T00:00:00Z"^^xsd:dateTime .
Declarations of new Classes in local RDL extension
@prefix : <http://www.rdl.xyz-corp.com/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dm: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
@prefix meta: <http://data.posccaesar.org/meta/> .
@prefix rdl: <http://data.posccaesar.org/rdl/> .
@prefix tpl: <http://data.posccaesar.org/tpl/> .
# ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
# //
# // THIS ONTOLOGY REPRESENTS A SUBSET OF REFERENCE DATA FROM THE LOCAL RDL EXTENSION, AS USED FOR THE LINE LIST ONTOLOGY
# //
# ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
:6906be39-a94e-4478-955c-9322f3312d4d rdf:type dm:ClassOfClassOfIndividual ;
rdfs:subClassOf rdl:RDS1400138631 ;
rdfs:label "PED CLASS - ARTICLE 3.3" ;
rdl:definition "Pressure equipment and/or assemblies below or equal to the limits in sections 1.1, 1.2 and 1.3 and section 2 respectively must be designed and manufactured in accordance
with the sound engineering practice of a Member State in order to ensure safe use. Pressure equipment and/or assemblies must be accompanied by adequate instructions for use
and must bear markings to permit identification of the manufacturer or of his authorized representative established within the Community. Such equipment and/or assemblies must
not bear the CE marking referred to in Article 15." ;
meta:valEffectiveDate "2012-03-03T00:00:00+00:00"^^xsd:dateTime .
:c72e2682-686d-11e1-b86c-0800200c9a66 rdf:type dm:Status ;
rdfs:subClassOf rdl:RDS327150341 ;
rdfs:label "SUBJECTED TO HEAVY STRESS" ;
rdl:definition "The object is subjected to heavy stress, in general terms" ;
meta:valEffectiveDate "2012-03-03T00:00:00+00:00"^^xsd:dateTime .
:c72e2684-686d-11e1-b86c-0800200c9a66 rdf:type dm:ClassOfInformationObject ;
rdfs:subClassOf rdl:RDS337454 ;
rdfs:label "FULL STRESS REPORT" ;
rdl:definition "A document that presents the full results of a stress analysis" ;
meta:valEffectiveDate "2012-03-03T00:00:00+00:00"^^xsd:dateTime .
:c72e2689-686d-11e1-b86c-0800200c9a66 rdf:type dm:ClassOfClassOfIndividual ;
rdfs:subClassOf rdl:RDS431680680 ;
rdfs:label "AUTOPIPE STRESS ANALYSIS METHOD" ;
rdl:definition "Autopipe method to be used for stress analysis" ;
meta:valEffectiveDate "2012-03-03T00:00:00+00:00"^^xsd:dateTime .
:e269fc6f-678a-11e1-b86c-0800200c9a66 rdf:type dm:ClassOfInanimatePhysicalObject, rdl:RDS228014 ;
rdfs:subClassOf rdl:RDS892484261 ;
rdfs:label "H191K01PG" ;
rdl:definition "Pipe class H191K01PG as defined in document PK-45621" ;
meta:valEffectiveDate "2012-03-03T00:00:00+00:00"^^xsd:dateTime .
:e269fc73-678a-11e1-b86c-0800200c9a66 rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS328094 ;
rdfs:label "HC" ;
rdl:definition "Insulation for heat conservation purposes" ;
meta:valEffectiveDate "2012-03-03T00:00:00+00:00"^^xsd:dateTime .
:fe8548d9-4304-4e51-8af6-43f024aff819 rdf:type dm:ClassOfInanimatePhysicalObject ;
rdfs:subClassOf rdl:RDS736495131 ; # External Coating
rdfs:label "WR" ;
rdl:definition "Coating to WR Coatings standard" ;
meta:valEffectiveDate "2012-03-03T00:00:00+00:00"^^xsd:dateTime .
:28195906-65cf-42ca-9e40-bd840cc42bc5 rdf:type dm:ClassOfInformationRepresentation ;
rdfs:subClassOf rdl:RDS11705903 ; # NOTE
rdfs:label "[3]" ; # Line List Note [3] (boilerplate text)
meta:valEffectiveDate "2011-09-04T13:45:00Z"^^xsd:dateTime .
:eb5ba32f-48a6-4053-8fa1-f104efe11a7c rdf:type tpl:RepresentationOfClassOfIndividual ;
tpl:hasRepresented :28195906-65cf-42ca-9e40-bd840cc42bc5 ; # Line List Note [3] (boilerplate text)
tpl:hasContentType rdl:RDS13115384 ; # Instruction
tpl:hasLanguage rdl:RDS43166358190 ; # English
tpl:hasRepresentationForm rdl:RDS2221127 ; # ASCII
tpl:valRepresentation "Requires chemical cleaning before start-up." ;
meta:valEffectiveDate "2011-09-04T13:45:00Z"^^xsd:dateTime .