class2rd-prod.ttl 19.9 KB
# baseURI: http://www.reportinghub.no/refdata/transform/class2rd-prod
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/production
# imports: http://www.reportinghub.no/refdata/transform/class2rd

@prefix :        <http://www.reportinghub.no/refdata/transform/class2rd-prod#> .
@prefix afn:     <http://jena.hpl.hp.com/ARQ/function#> .
@prefix class2rd:  <http://www.reportinghub.no/refdata/transform/class2rd#> .
@prefix fn:      <http://www.w3.org/2005/xpath-functions#> .
@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 sp:      <http://spinrdf.org/sp#> .
@prefix spif:    <http://spinrdf.org/spif#> .
@prefix spin:    <http://spinrdf.org/spin#> .
@prefix spl:     <http://spinrdf.org/spl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/refdata/transform/class2rd-prod>
      rdf:type owl:Ontology ;
      owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/refdata/transform/class2rd> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

rdfs:Class
      spin:rule
              [ rdf:type sp:Construct ;
                rdfs:comment "0195 Handle classification of RD classes as Production"^^xsd:string ;
                sp:templates ([ sp:object <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Classification> ;
                            sp:predicate rdf:type ;
                            sp:subject
                                    [ sp:varName "clsnuri"^^xsd:string
                                    ]
                          ] [ sp:object
                                    [ sp:varName "thisrduri"^^xsd:string
                                    ] ;
                            sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassified> ;
                            sp:subject
                                    [ sp:varName "clsnuri"^^xsd:string
                                    ]
                          ] [ sp:object <http://posccaesar.org/rdl/ERH00004> ;
                            sp:predicate <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasClassifier> ;
                            sp:subject
                                    [ sp:varName "clsnuri"^^xsd:string
                                    ]
                          ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
                            sp:predicate rdf:type ;
                            sp:subject
                                    [ sp:varName "clsnuri"^^xsd:string
                                    ]
                          ]) ;
                sp:where ([ sp:object
                                    [ sp:varName "thisrduri"^^xsd:string
                                    ] ;
                            sp:predicate owl:sameAs ;
                            sp:subject spin:_this
                          ] [ rdf:type sp:Filter ;
                            sp:expression
                                    [ rdf:type sp:eq ;
                                      sp:arg1 [ rdf:type afn:namespace ;
                                                sp:arg1 spin:_this
                                              ] ;
                                      sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
                                    ]
                          ] [ rdf:type sp:Bind ;
                            sp:expression
                                    [ rdf:type spif:generateUUID
                                    ] ;
                            sp:variable
                                    [ sp:varName "uuid"^^xsd:string
                                    ]
                          ] [ rdf:type sp:Bind ;
                            sp:expression
                                    [ rdf:type fn:concat ;
                                      sp:arg1 "ERH" ;
                                      sp:arg2 [ sp:varName "uuid"^^xsd:string
                                              ]
                                    ] ;
                            sp:variable
                                    [ sp:varName "pcaid"^^xsd:string
                                    ]
                          ] [ rdf:type sp:Bind ;
                            sp:expression
                                    [ rdf:type spif:buildURI ;
                                      sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
                                    ] ;
                            sp:variable
                                    [ sp:varName "clsnuri"^^xsd:string
                                    ]
                          ])
              ] .

owl:Class
      spin:rule
              [ rdf:type sp:Construct ;
                rdfs:comment "0198 Set Part 2 Class of EHR RD Class"^^xsd:string ;
                sp:templates ([ sp:object
                                    [ sp:varName "p2class"^^xsd:string
                                    ] ;
                            sp:predicate rdf:type ;
                            sp:subject
                                    [ sp:varName "thisrduri"^^xsd:string
                                    ]
                          ]) ;
                sp:where ([ sp:object
                                    [ sp:varName "thisrduri"^^xsd:string
                                    ] ;
                            sp:predicate owl:sameAs ;
                            sp:subject spin:_this
                          ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
                            sp:predicate rdf:type ;
                            sp:subject
                                    [ sp:varName "thisrduri"^^xsd:string
                                    ]
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#FunctionalPhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWell> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/material#Material> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfCompound> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ rdf:type sp:TriplePath ;
                                        sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
                                        sp:path [ rdf:type sp:ModPath ;
                                                  sp:modMax -2 ;
                                                  sp:modMin 0 ;
                                                  sp:subPath rdfs:subClassOf
                                                ] ;
                                        sp:subject spin:_this
                                      ] [ rdf:type sp:Bind ;
                                        sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
                                        sp:variable
                                                [ sp:varName "p2class"^^xsd:string
                                                ]
                                      ])
                          ])
              ] ;
      spin:rule
              [ rdf:type sp:Construct ;
                rdfs:comment "0199 Set classification by foundation class ERH Production Class"^^xsd:string ;
                sp:templates ([ sp:object <http://posccaesar.org/rdl/ERH00004> ;
                            sp:predicate rdf:type ;
                            sp:subject
                                    [ sp:varName "rduri"^^xsd:string
                                    ]
                          ]) ;
                sp:where ([ sp:object
                                    [ sp:varName "rduri"^^xsd:string
                                    ] ;
                            sp:predicate owl:sameAs ;
                            sp:subject spin:_this
                          ])
              ] .