SPIN_EP-DDR-constraints.spin.ttl 2.34 KB
# baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/npd/1.1/schema

@prefix :        <http://www.reportinghub.no/ep/spin/ddr-constraints#> .
@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 spin:    <http://spinrdf.org/spin#> .
@prefix spl:     <http://spinrdf.org/spl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
      spin:constraint
              [ rdf:type sp:Ask ;
                rdfs:comment "Unregistered well bore name"^^xsd:string ;
                sp:where ([ sp:object _:b1 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
                            sp:subject spin:_this
                          ] [ rdf:type sp:NamedGraph ;
                            sp:elements ([ rdf:type sp:NotExists ;
                                        sp:elements ([ sp:object _:b1 ;
                                                    sp:predicate <http://www.reportinghub.no/npd/schema#name> ;
                                                    sp:subject _:b2
                                                  ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
                                                    sp:predicate rdf:type ;
                                                    sp:subject _:b2
                                                  ])
                                      ]) ;
                            sp:graphNameNode <https://www.reportinghub.no/ep/data/npd>
                          ])
              ] .

<http://www.reportinghub.no/ep/spin/ddr-constraints>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

_:b1  sp:varName "nameWellbore"^^xsd:string .

_:b2  sp:varName "wellBore"^^xsd:string .