David Price

Cleanup of 2 schemas and cleanup of RD continues

Showing 34 changed files with 812 additions and 178 deletions
......@@ -14,7 +14,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-well>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
......@@ -342,13 +342,13 @@ ep-material:substance-T13dmcyPentane
rdf:type ep-prodwell:ComponentMaterialType .
ep-prodwell:AbandonedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ;
rdfs:label "abandoned well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ClosedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been closed"^^xsd:string ;
rdfs:label "closed well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -366,7 +366,7 @@ ep-prodwell:FluidComponentKindType
rdfs:subClassOf owl:Class .
ep-prodwell:InjectingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ;
rdfs:label "injecting well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -378,37 +378,37 @@ ep-prodwell:InjectionFluidType
rdfs:subClassOf owl:Class .
ep-prodwell:JunkedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been junked"^^xsd:string ;
rdfs:label "junked well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:OperatingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is operating"^^xsd:string ;
rdfs:label "operating well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:PluggedAndAbandonedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ;
rdfs:label "plugged and abandoned well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell .
ep-prodwell:PluggedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been plugged"^^xsd:string ;
rdfs:label "plugged well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ProducingInjectingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
rdfs:label "producing injecting well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ProducingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is producing"^^xsd:string ;
rdfs:label "producing well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -420,13 +420,13 @@ ep-prodwell:RockFormation
rdfs:subClassOf ep-core:PhysicalObject .
ep-prodwell:SuspendedAtTdWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
rdfs:label "suspended at td well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:SuspendedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been suspended"^^xsd:string ;
rdfs:label "suspended well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -449,7 +449,7 @@ ep-prodwell:WellCompletionAssembly
rdfs:label "well completion equipment"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string .
"http://posccaesar.org/rdl/RDS8015624975"^^xsd:string .
ep-prodwell:WellHeadDownStreamChokeValve
rdf:type owl:Class ;
......@@ -458,7 +458,7 @@ ep-prodwell:WellHeadDownStreamChokeValve
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
ep-prodwell:WellReclassedToDevelopment
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ;
rdfs:label "well reclassed to development"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -470,42 +470,42 @@ ep-prodwell:WellStatusType
rdfs:subClassOf owl:Class .
ep-prodwell:completeLiquidPartOf
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "complete liquid part of"^^xsd:string ;
rdfs:range ep-material:Liquid .
ep-prodwell:depthOfBaseUsableWaterFromSurface
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of base of usable water from surface"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:depthOfFluidSurfaceFromTopOfWell
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:pOverZ
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Gas ;
rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-prodwell:potentialGasProduction
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
rdfs:label "potential gas production"^^xsd:string ;
rdfs:range ep-core:VolumetricFlowRate .
ep-prodwell:potentialOilProduction
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
rdfs:label "potential oil production"^^xsd:string ;
......
This diff could not be displayed because it is too large.
# baseURI: http://www.reportinghub.no/refdata/1.0/foundation
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix foundationrd: <http://www.reportinghub.no/refdata/1.0/foundation#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pca-rdl: <http://posccaesar.org/rdl/> .
@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
<http://www.reportinghub.no/refdata/1.0/foundation>
rdf:type owl:Ontology ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
xsd:date
owl:sameAs pca-rdl:ERH-DATE .
xsd:dateTime
owl:sameAs pca-rdl:ERH-DATETIME .
xsd:double
owl:sameAs pca-rdl:ERH-DOUBLE .
xsd:float
owl:sameAs pca-rdl:ERH-FLOAT .
xsd:integer
owl:sameAs pca-rdl:ERH-INTEGER .
xsd:string
owl:sameAs pca-rdl:ERH-STRING .
pca-rdl:ERH-DATE
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA DATE"^^xsd:string .
pca-rdl:ERH-DATETIME
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA DATETIME"^^xsd:string .
pca-rdl:ERH-DOUBLE
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA DOUBLE"^^xsd:string .
pca-rdl:ERH-FLOAT
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA FLOAT"^^xsd:string .
pca-rdl:ERH-INTEGER
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA INTEGER"^^xsd:string .
pca-rdl:ERH-STRING
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA STRING"^^xsd:string .
pca-rdl:ERH00000
rdf:type p2:Thing , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00000"^^xsd:string .
pca-rdl:ERH00001
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
pca-rdl:ERH00002
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00002"^^xsd:string .
pca-rdl:ERH00003
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00003"^^xsd:string .
pca-rdl:ERH00004
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00004"^^xsd:string .
\ No newline at end of file
This diff could not be displayed because it is too large.
# baseURI: http://www.reportinghub.no/refdata/1.0/production
# imports: http://www.reportinghub.no/refdata/1.0/foundation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix productionrd: <http://www.reportinghub.no/refdata/1.0/production#> .
@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#> .
<http://www.reportinghub.no/refdata/1.0/production>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/refdata/1.0/foundation> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: http://www.reportinghub.no/refdata/drilling
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
@prefix class2rd: <http://www.reportinghub.no/refdata/transform/class2rd#> .
@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
@prefix drilling: <http://www.reportinghub.no/refdata/drilling#> .
@prefix drilling1: <http://www.reportinghub.no/ep/schema/1.0/drilling#> .
@prefix objprop2rd: <http://www.reportinghub.no/refdata/transform/objprop2rd#> .
@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/refdata/drilling>
rdf:type owl:Ontology ;
owl:imports <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://www.reportinghub.no/refdata/XSD-Datatypes
@prefix : <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
@prefix pca-rdl: <http://posccaesar.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#> .
pca-rdl:ERH00000
rdf:type p2:Thing , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00000"^^xsd:string .
pca-rdl:ERH00001
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
pca-rdl:ERH00002
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00002"^^xsd:string .
pca-rdl:ERH00003
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00003"^^xsd:string .
<http://www.reportinghub.no/refdata/RDL_ERHFoundationRD>
rdf:type owl:Ontology ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/XSD-Datatypes> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
This diff could not be displayed because it is too large.
# baseURI: http://www.reportinghub.no/refdata/XSD-Datatypes
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
@prefix : <http://posccaesar.org/rdl/> .
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
@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#> .
:ERH-DATE
rdf:type p2:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA DATE"^^xsd:string .
:ERH-DATETIME
rdf:type p2:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA DATETIME"^^xsd:string .
:ERH-DOUBLE
rdf:type p2:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA DOUBLE"^^xsd:string .
:ERH-FLOAT
rdf:type p2:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA FLOAT"^^xsd:string .
:ERH-INTEGER
rdf:type p2:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA INTEGER"^^xsd:string .
:ERH-STRING
rdf:type p2:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA STRING"^^xsd:string .
<http://www.reportinghub.no/refdata/XSD-Datatypes>
rdf:type owl:Ontology ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
xsd:date
owl:sameAs :ERH-DATE .
xsd:dateTime
owl:sameAs :ERH-DATETIME .
xsd:double
owl:sameAs :ERH-DOUBLE .
xsd:float
owl:sameAs :ERH-FLOAT .
xsd:integer
owl:sameAs :ERH-INTEGER .
xsd:string
owl:sameAs :ERH-STRING .
This diff could not be displayed because it is too large.
[RDLDesignation] RDLDefinition CoRepresented CoPattern ERHLocalname ERHOntology
API NAME identifier that is a name given by the API pca-rdl:ERH-STRING apiName http://www.reportinghub.no/ep/schema/core#
CODE the NPD code code http://www.reportinghub.no/np/schema/npd#
CODE ASSIGNED BY MANUFACTURER identifier that is a code assigned by a manufacturer to a class of supply defined by a manufacturer pca-rdl:ERH4d3613a2-2a3b-11b2-80f6-ac4319491de1 codeAssignedByAManufacturer http://www.reportinghub.no/ep/schema/equipment#
COMPANY SHORT NAME the NPD company short name pca-rdl:ERH4d35c3f3-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING companyShortName http://www.reportinghub.no/np/schema/npd#
CURRENT ACTIVITY STATUS the NPD status of the field pca-rdl:RDS409500951 pca-rdl:ERH-STRING currentActivityStatus http://www.reportinghub.no/np/schema/npd#
DESCRIPTION description of a thing description http://www.reportinghub.no/ep/schema/core#
DESCRIPTION OF ACTIVITIES FORECAST FOR THE NEXT DAILY REPORTING PERIOD description of the drilling activities that are forecast for the next daily reporting period pca-rdl:ERH4d35c639-2a3b-11b2-80f6-ac4319491de1 descriptionOfActivitiesForecastForTheNextDailyReportingPeriod http://www.reportinghub.no/ep/schema/activity#
DESCRIPTION OF ACTIVITIES WITHIN THE DAILY REPORTING PERIOD description of the drilling activity that take place within a daily reporting period pca-rdl:ERH4d35c639-2a3b-11b2-80f6-ac4319491de1 descriptionOfActivitiesWithinTheDailyReportingPeriod http://www.reportinghub.no/ep/schema/activity#
DISCOVERY CURRENT ACTIVITY STATUS the NPD status of the discovery pca-rdl:ERH4d35c3cf-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING discoveryCurrentActivityStatus http://www.reportinghub.no/np/schema/npd#
DISCOVERY YEAR the year the discovery was made pca-rdl:ERH4d35c3cf-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-INTEGER discoveryYear http://www.reportinghub.no/np/schema/npd#
DTI NAME identifier that is a name given by the DTI pca-rdl:ERH-STRING dtiName http://www.reportinghub.no/ep/schema/core#
END DATE the NPD end date of the thing pca-rdl:ERH4d35bfef-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATE endDate http://www.reportinghub.no/np/schema/npd#
FACILITY FUNCTIONS the NPD functions of the facility pca-rdl:ERH4d35c405-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING facilityFunctions http://www.reportinghub.no/np/schema/npd#
FACILITY KIND the NPD kind of the facility pca-rdl:ERH4d35c405-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING facilityKind http://www.reportinghub.no/np/schema/npd#
FINISHED AT UTC representation of the finishing time for an activity pca-rdl:ERH4d35bfef-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATETIME finishedAt http://www.reportinghub.no/ep/schema/activity#
FIXED FACILITY PHASE the NPD phase of the fixed facility pca-rdl:ERH4d35c931-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING fixedFacilityPhase http://www.reportinghub.no/np/schema/npd#
IDENTIFICATION NUMBER OF CORE identification number of the core extracted by an extract a well core activity pca-rdl:ERH4d35c421-2a3b-11b2-80f6-ac4319491de1 identificationNumberOfCore http://www.reportinghub.no/ep/schema/activity#
LICENCING ACTIVITY the Ministry of Petroleum and Energy licencing activity under which the licence was granted pca-rdl:ERH4d35c3e7-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING licensingActivity http://www.reportinghub.no/np/schema/npd#
LICENCING ACTIVITY the Ministry of Petroleum and Energy licencing activity under which the licence was granted pca-rdl:ERH4d35c3e5-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING licensingActivity http://www.reportinghub.no/np/schema/npd#
LITHOLOGY DESCRIPTION description of the lithology at a spatial part of a wellbore pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 lithologyDescription http://www.reportinghub.no/ep/schema/well#
LOCAL FIELD NAME identifier that is the local name for a field pca-rdl:ERH-STRING localFieldName http://www.reportinghub.no/ep/schema/core#
LOG RUN NUMBER identification number of a well bore log run activity pca-rdl:ERH4d35c54b-2a3b-11b2-80f6-ac4319491de1 logRunNumber http://www.reportinghub.no/ep/schema/activity#
NAME identifier that is the name of a thing pca-rdl:ERH-STRING name http://www.reportinghub.no/ep/schema/core#
NOMINAL TIME UTC representation of the nominal time of an activity pca-rdl:ERH4d35c63b-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATETIME nominallyAt http://www.reportinghub.no/ep/schema/activity#
NPD IDENTIFIER the NPD identifier pca-rdl:ERH4d35c3cb-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING id http://www.reportinghub.no/np/schema/npd#
NPD NAME the NPD name pca-rdl:ERH-STRING name http://www.reportinghub.no/np/schema/npd#
NUMBER IN CREW The count of personnel on a type of crew. One of the types is all personnel on board. pca-rdl:RDS16701120 numberInCrew http://www.reportinghub.no/ep/schema/organization#
ORGANISATION NUMBER the official Norwegian organization number of the operating company pca-rdl:ERH4d35c00d-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING organisationNumber http://www.reportinghub.no/np/schema/npd#
PERCENTAGE OF SHARE the percent of the total share of the licence pca-rdl:ERH4d35c3d1-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-FLOAT percentageOfShare http://www.reportinghub.no/np/schema/npd#
SHORT NAME a short or abbreviated name pca-rdl:ERH-STRING shortName http://www.reportinghub.no/ep/schema/core#
SHOW DESCRIPTION description of the show at a spatial part of a wellbore pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 showDescription http://www.reportinghub.no/ep/schema/well#
START DATE the NPD start date of the thing pca-rdl:ERH4d35bfef-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-DATE startDate http://www.reportinghub.no/np/schema/npd#
STRATIGRAPHY DESCRIPTION description of the stratigraphy at a spatial part of a wellbore pca-rdl:ERH4d35c915-2a3b-11b2-80f6-ac4319491de1 stratigraphyDescription http://www.reportinghub.no/ep/schema/well#
UNIT SYMBOL the standard symbol for the unit of measure pca-rdl:ERH-STRING unitSymbol http://www.reportinghub.no/ep/schema/core#
WELLBORE COMPLETED AT UTC representation of the time at which a wellbore was completed pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 wellBoreCompletedAt http://www.reportinghub.no/ep/schema/well#
WELLBORE COMPLETION DATE the completion date of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-DATE wellBoreCompletionDate http://www.reportinghub.no/np/schema/npd#
WELLBORE DRILL PERMIT the NPD drill permit of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreDrillPermit http://www.reportinghub.no/np/schema/npd#
WELLBORE PRE-SPUD AT UTC representation of the time at of the pre-spud for a wellbore pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 wellBorePreSpudAt http://www.reportinghub.no/ep/schema/well#
WELLBORE SPUD AT UTC representation of the time of spud of a wellbore pca-rdl:ERH4d35c683-2a3b-11b2-80f6-ac4319491de1 wellBoreSpudAt http://www.reportinghub.no/ep/schema/well#
WELLBORE TYPE the NPD type of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreType http://www.reportinghub.no/np/schema/npd#
This diff is collapsed. Click to expand it.
[RDLDesignation] RDLDefinition CoRepresented CoPattern ERHLocalname ERHOntology
API NAME identifier that is a name given by the API pca-rdl:ERH-STRING apiName http://www.reportinghub.no/ep/schema/core#
CODE the NPD code code http://www.reportinghub.no/np/schema/npd#
CODE ASSIGNED BY MANUFACTURER identifier that is a code assigned by a manufacturer to a class of supply defined by a manufacturer pca-rdl:ERH4bdfdf55-2a3b-11b2-8044-f80dbf6cc067 codeAssignedByAManufacturer http://www.reportinghub.no/ep/schema/equipment#
COMPANY SHORT NAME the NPD company short name pca-rdl:ERH4bdfc9f7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING companyShortName http://www.reportinghub.no/np/schema/npd#
CURRENT ACTIVITY STATUS the NPD status of the field pca-rdl:RDS409500951 pca-rdl:ERH-STRING currentActivityStatus http://www.reportinghub.no/np/schema/npd#
DESCRIPTION description of a thing description http://www.reportinghub.no/ep/schema/core#
DISCOVERY CURRENT ACTIVITY STATUS the NPD status of the discovery pca-rdl:ERH4bbcee05-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING discoveryCurrentActivityStatus http://www.reportinghub.no/np/schema/npd#
DISCOVERY YEAR the year the discovery was made pca-rdl:ERH4bbcee05-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-INTEGER discoveryYear http://www.reportinghub.no/np/schema/npd#
DTI NAME identifier that is a name given by the DTI pca-rdl:ERH-STRING dtiName http://www.reportinghub.no/ep/schema/core#
END DATE the NPD end date of the thing pca-rdl:ERH4bdfc9e7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-DATE endDate http://www.reportinghub.no/np/schema/npd#
FACILITY FUNCTIONS the NPD functions of the facility pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING facilityFunctions http://www.reportinghub.no/np/schema/npd#
FACILITY KIND the NPD kind of the facility pca-rdl:ERH4bdfcee7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING facilityKind http://www.reportinghub.no/np/schema/npd#
FIXED FACILITY PHASE the NPD phase of the fixed facility pca-rdl:ERH4bdfcef3-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING fixedFacilityPhase http://www.reportinghub.no/np/schema/npd#
LICENCING ACTIVITY the Ministry of Petroleum and Energy licencing activity under which the licence was granted pca-rdl:ERH4bbcee1b-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING licensingActivity http://www.reportinghub.no/np/schema/npd#
LITHOLOGY DESCRIPTION description of the lithology at a spatial part of a wellbore pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 lithologyDescription http://www.reportinghub.no/ep/schema/well#
LOCAL FIELD NAME identifier that is the local name for a field pca-rdl:ERH-STRING localFieldName http://www.reportinghub.no/ep/schema/core#
NAME identifier that is the name of a thing pca-rdl:ERH-STRING name http://www.reportinghub.no/ep/schema/core#
NPD IDENTIFIER the NPD identifier pca-rdl:ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING id http://www.reportinghub.no/np/schema/npd#
NPD NAME the NPD name pca-rdl:ERH-STRING name http://www.reportinghub.no/np/schema/npd#
NUMBER IN CREW The count of personnel on a type of crew. One of the types is all personnel on board. pca-rdl:RDS16701120 numberInCrew http://www.reportinghub.no/ep/schema/organization#
ORGANISATION NUMBER the official Norwegian organization number of the operating company pca-rdl:ERH4bbcedef-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING organisationNumber http://www.reportinghub.no/np/schema/npd#
PERCENTAGE OF SHARE the percent of the total share of the licence pca-rdl:ERH4bbcee07-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-FLOAT percentageOfShare http://www.reportinghub.no/np/schema/npd#
SHORT NAME a short or abbreviated name pca-rdl:ERH-STRING shortName http://www.reportinghub.no/ep/schema/core#
SHOW DESCRIPTION description of the show at a spatial part of a wellbore pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 showDescription http://www.reportinghub.no/ep/schema/well#
START DATE the NPD start date of the thing pca-rdl:ERH4bdfc9e7-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-DATE startDate http://www.reportinghub.no/np/schema/npd#
STRATIGRAPHY DESCRIPTION description of the stratigraphy at a spatial part of a wellbore pca-rdl:ERH4bdfc9b9-2a3b-11b2-8044-f80dbf6cc067 stratigraphyDescription http://www.reportinghub.no/ep/schema/well#
UNIT SYMBOL the standard symbol for the unit of measure pca-rdl:ERH-STRING unitSymbol http://www.reportinghub.no/ep/schema/core#
WELLBORE COMPLETED AT UTC representation of the time at which a wellbore was completed pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 wellBoreCompletedAt http://www.reportinghub.no/ep/schema/well#
WELLBORE COMPLETION DATE the completion date of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-DATE wellBoreCompletionDate http://www.reportinghub.no/np/schema/npd#
WELLBORE DRILL PERMIT the NPD drill permit of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreDrillPermit http://www.reportinghub.no/np/schema/npd#
WELLBORE PRE-SPUD AT UTC representation of the time at of the pre-spud for a wellbore pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 wellBorePreSpudAt http://www.reportinghub.no/ep/schema/well#
WELLBORE SPUD AT UTC representation of the time of spud of a wellbore pca-rdl:ERH4bbcee2b-2a3b-11b2-8044-f80dbf6cc067 wellBoreSpudAt http://www.reportinghub.no/ep/schema/well#
WELLBORE TYPE the NPD type of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-STRING wellBoreType http://www.reportinghub.no/np/schema/npd#
This diff is collapsed. Click to expand it.
SELECT *
WHERE { ?clsn a p2:Classification .
?clsn p2:hasClassifier pca-rdl:ERH00002 .
?clsn p2:hasClassified ?rd .
}
SELECT *
FROM <http://www.reportinghub.no/refdata/1.0/npd>
WHERE {
?rd pca-rdl:hasDesignation ?des .
OPTIONAL { ?rd a ?rdtype . }
OPTIONAL {
?clsn p2:hasClassified ?rd .
?clsn p2:hasClassifier ?cls .
}
OPTIONAL { ?rd rdfs:comment ?comment }
}
\ No newline at end of file
SELECT DISTINCT ?RDDesignation ?RDDefinition ?RDId ?EntityType ?RDURI ?RDSuperclass ?RDSuperclassId ?RDSuperclassURI ?ERHLocalname ?ERHOntology
WHERE {
?RDURI pca-rdl:hasDesignation ?RDDesignation .
?RDURI pca-rdl:hasDefinition ?RDDefinition .
?RDURI pca-rdl:hasIdPCA ?RDId .
?RDURI rdf:type ?p2 .
FILTER ( afn:namespace(?p2) = "http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#" )
BIND (afn:localname(?p2) AS ?EntityType )
OPTIONAL {
?spec p2:hasSubclass ?RDURI .
?spec p2:hasSuperclass ?RDSuperclassURI .
?RDSuperclassURI pca-rdl:hasDesignation ?RDSuperclass .
?RDSuperclassURI pca-rdl:hasIdPCA ?RDSuperclassId .
}
?erh owl:sameAs ?RDURI .
BIND (afn:localname(?erh) AS ?ERHLocalname )
BIND (afn:namespace(?erh) AS ?ERHOntology )
}
\ No newline at end of file
SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?CoRepresented ?CoPattern ?ERHLocalname ?ERHOntology
WHERE {
?s a p2:ClassOfClassOfRepresentation .
?s pca-rdl:hasDesignation ?RDLDesignation .
?s pca-rdl:hasDefinition ?RDLDefinition .
OPTIONAL {
?s p2:hasClassOfRepresented ?CoRepresented . }
OPTIONAL { ?s p2:hasClassOfPattern ?CoPattern . }
?erh owl:sameAs ?s .
BIND (afn:localname(?erh) AS ?ERHLocalname )
BIND (afn:namespace(?erh) AS ?ERHOntology )
}
\ No newline at end of file
SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?CoPossessor ?ERHLocalname ?ERHOntology
WHERE {
?s pca-rdl:hasDesignation ?RDLDesignation .
?s p2:hasClassOfPossessor ?CoPossessor .
?s pca-rdl:hasDefinition ?RDLDefinition .
?s rdf:type ?p2 .
BIND (afn:localname(?p2) AS ?EntityType )
OPTIONAL {
?spec p2:hasSubclass ?s .
?spec p2:hasSuperclass ?sup .
?sup pca-rdl:hasDesignation ?RDLSuperclass .
?sup pca-rdl:hasIdPCA ?RDLSuperclassId .
}
?erh owl:sameAs ?s .
BIND (afn:localname(?erh) AS ?ERHLocalname )
BIND (afn:namespace(?erh) AS ?ERHOntology )
}
\ No newline at end of file
......@@ -37,30 +37,17 @@ rdfs:Class
sp:subject
[ sp:varName "clsnuri"^^xsd:string
]
] [ sp:object <http://posccaesar.org/rdl/ERH00004> ;
] [ sp:object <http://posccaesar.org/rdl/ERH00003> ;
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:ne ;
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
......@@ -87,12 +74,10 @@ rdfs:Class
[ sp:varName "clsnuri"^^xsd:string
]
])
] .
owl:Class
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "0140 Set Part 2 Class of EHR RD Class"^^xsd:string ;
rdfs:comment "0197 Set Part 2 Class of EHR RD Class"^^xsd:string ;
sp:templates ([ sp:object
[ sp:varName "p2class"^^xsd:string
] ;
......@@ -106,11 +91,48 @@ owl:Class
] ;
sp:predicate owl:sameAs ;
sp:subject spin:_this
] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object spin:_this ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "member"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject
[ sp:varName "member"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
sp:variable
[ sp:varName "p2class"^^xsd:string
]
])
])
] .
owl:Class
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "0140 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
] [ rdf:type sp:Optional ;
sp:elements ([ rdf:type sp:TriplePath ;
sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ;
......@@ -306,5 +328,30 @@ owl:Class
[ sp:varName "p2class"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ rdf:type sp:TriplePath ;
sp:object <http://www.reportinghub.no/ep/schema/core#Pair> ;
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#ClassOfMultidimensionalObject> ;
sp:variable
[ sp:varName "p2class"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartDurationType> ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
sp:variable
[ sp:varName "p2class"^^xsd:string
]
])
])
] .
......
# baseURI: http://www.reportinghub.no/refdata/transform/datprop2rd-drill
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/refdata/transform/datprop2rd
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
@prefix datprop2rd-drill: <http://www.reportinghub.no/refdata/transform/datprop2rd-drill#> .
@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/datprop2rd-drill>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/transform/datprop2rd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:DatatypeProperty
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "0396 Handle classification of RD classes as Drilling"^^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/ERH00003> ;
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: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
]
])
] .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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 visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
# baseURI: http://www.reportinghub.no/refdata/transform/datprop2rd-npd
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/refdata/transform/datprop2rd
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
@prefix datprop2rd-npd: <http://www.reportinghub.no/refdata/transform/datprop2rd-npd#> .
@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/datprop2rd-npd>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/transform/datprop2rd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:DatatypeProperty
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "0395 Handle classification of RD propety as NPD"^^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/ERH00002> ;
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: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
]
])
] .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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 visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
# baseURI: http://www.reportinghub.no/refdata/transform/datprop2rd-prod
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/refdata/transform/datprop2rd
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
@prefix datprop2rd-prod: <http://www.reportinghub.no/refdata/transform/datprop2rd-prod#> .
@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/datprop2rd-prod>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/refdata/transform/datprop2rd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:DatatypeProperty
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "0395 Handle classification of RD propety 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: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
]
])
] .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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 visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
......@@ -2,14 +2,13 @@
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/refdata/foundation
@prefix : <http://www.reportinghub.no/refdata/transform/datprop2rd#> .
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/foundation#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> .
@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#> .
......@@ -23,7 +22,7 @@
<http://www.reportinghub.no/refdata/transform/datprop2rd>
rdf:type owl:Ontology ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/refdata/foundation> ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/refdata/foundation> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:DatatypeProperty
......@@ -240,136 +239,4 @@ owl:DatatypeProperty
[ sp:varName "domain"^^xsd:string
]
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "0395 Handle classification of RD propety as NPD"^^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/ERH00002> ;
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
]
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "0396 Handle classification of RD classes as Drilling"^^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/ERH00003> ;
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:ne ;
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
]
])
] .
......
# baseURI: http://www.reportinghub.no/refdata/transform/make-rd-drill
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling
# imports: http://www.reportinghub.no/refdata/1.0/drilling
# imports: http://www.reportinghub.no/refdata/transform/class2rd-drill
@prefix : <http://www.reportinghub.no/refdata/transform/make-rd-drill#> .
@prefix class2rd-drill: <http://www.reportinghub.no/refdata/transform/class2rd-drill#> .
@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#> .
......@@ -12,5 +16,5 @@
<http://www.reportinghub.no/refdata/transform/make-rd-drill>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling> , <http://www.reportinghub.no/refdata/1.0/drilling> , <http://www.reportinghub.no/refdata/transform/class2rd-drill> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# baseURI: http://www.reportinghub.no/refdata/transform/make-rd-npd
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/refdata/1.0/npd
# imports: http://www.reportinghub.no/refdata/transform/class2rd-npd
@prefix class2rd-npd: <http://www.reportinghub.no/refdata/transform/class2rd-npd#> .
@prefix make-rd-npd: <http://www.reportinghub.no/refdata/transform/make-rd-npd#> .
@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/refdata/transform/make-rd-npd>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/refdata/1.0/npd> , <http://www.reportinghub.no/refdata/transform/class2rd-npd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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 visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .
......@@ -2,9 +2,8 @@
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/refdata/foundation
# imports: http://www.reportinghub.no/refdata/transform/class2rd
@prefix : <http://www.reportinghub.no/refdata/transform/objprop2rd#> .
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
......@@ -165,7 +164,7 @@
<http://www.reportinghub.no/refdata/transform/objprop2rd>
rdf:type owl:Ontology ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/refdata/foundation> , <http://www.reportinghub.no/refdata/transform/class2rd> ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/refdata/foundation> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:ObjectProperty
......