Showing
15 changed files
with
0 additions
and
263 deletions
This diff could not be displayed because it is too large.
| 1 | -# baseURI: null | ||
| 2 | - | ||
| 3 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -<http://posccaesar.org/rdl/ERH00000> | ||
| 13 | - forms:keyProperties (rdfs:label rdfs:comment <http://posccaesar.org/rdl/hasDesignation>) . | ||
| 14 | - | ||
| 15 | -<http://posccaesar.org/rdl/ERH00001> | ||
| 16 | - forms:keyProperties (rdfs:label rdfs:comment <http://posccaesar.org/rdl/hasDesignation>) . | ||
| 17 | - | ||
| 18 | -[] rdf:type inference:Configuration ; | ||
| 19 | - composite:child | ||
| 20 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 21 | - <http://spinrdf.org/spin#topSPINOptions> | ||
| 22 | - "singlePass" ; | ||
| 23 | - composite:index "0"^^xsd:int | ||
| 24 | - ] . |
| 1 | -# baseURI: http://www.reportinghub.no/refdata/foundation | ||
| 2 | -# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 | ||
| 3 | -# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | ||
| 4 | - | ||
| 5 | -@prefix : <http://www.reportinghub.no/refdata/foundation#> . | ||
| 6 | -@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | ||
| 9 | -@prefix pca-rdl: <http://posccaesar.org/rdl/> . | ||
| 10 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 11 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 12 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 13 | - | ||
| 14 | -pca-rdl:ERH-DATE | ||
| 15 | - rdf:type p2:RepresentationForm ; | ||
| 16 | - :hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ; | ||
| 17 | - :hasDesignation "XML SCHEMA DATE"^^xsd:string . | ||
| 18 | - | ||
| 19 | -pca-rdl:ERH-DATETIME | ||
| 20 | - rdf:type p2:RepresentationForm ; | ||
| 21 | - :hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ; | ||
| 22 | - :hasDesignation "XML SCHEMA DATETIME"^^xsd:string . | ||
| 23 | - | ||
| 24 | -pca-rdl:ERH-DOUBLE | ||
| 25 | - rdf:type p2:RepresentationForm ; | ||
| 26 | - :hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ; | ||
| 27 | - :hasDesignation "XML SCHEMA DOUBLE"^^xsd:string . | ||
| 28 | - | ||
| 29 | -pca-rdl:ERH-FLOAT | ||
| 30 | - rdf:type p2:RepresentationForm ; | ||
| 31 | - :hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ; | ||
| 32 | - :hasDesignation "XML SCHEMA FLOAT"^^xsd:string . | ||
| 33 | - | ||
| 34 | -pca-rdl:ERH-INTEGER | ||
| 35 | - rdf:type p2:RepresentationForm ; | ||
| 36 | - :hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ; | ||
| 37 | - :hasDesignation "XML SCHEMA INTEGER"^^xsd:string . | ||
| 38 | - | ||
| 39 | -pca-rdl:ERH-STRING | ||
| 40 | - rdf:type p2:RepresentationForm ; | ||
| 41 | - :hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ; | ||
| 42 | - :hasDesignation "XML SCHEMA STRING"^^xsd:string . | ||
| 43 | - | ||
| 44 | -pca-rdl:ERH00000 | ||
| 45 | - rdf:type p2:Thing , owl:Class ; | ||
| 46 | - rdfs:subClassOf owl:Thing ; | ||
| 47 | - pca-rdl:hasDesignation | ||
| 48 | - "EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ; | ||
| 49 | - pca-rdl:hasIdPCA "ERH00000"^^xsd:string . | ||
| 50 | - | ||
| 51 | -pca-rdl:ERH00001 | ||
| 52 | - rdf:type p2:ClassOfClass , owl:Class ; | ||
| 53 | - rdfs:subClassOf owl:Thing ; | ||
| 54 | - pca-rdl:hasDesignation | ||
| 55 | - "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ; | ||
| 56 | - pca-rdl:hasIdPCA "ERH00001"^^xsd:string . | ||
| 57 | - | ||
| 58 | -pca-rdl:ERH00002 | ||
| 59 | - rdf:type p2:ClassOfClass , owl:Class ; | ||
| 60 | - rdfs:subClassOf owl:Thing ; | ||
| 61 | - pca-rdl:hasDesignation | ||
| 62 | - "EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ; | ||
| 63 | - pca-rdl:hasIdPCA "ERH00002"^^xsd:string . | ||
| 64 | - | ||
| 65 | -pca-rdl:ERH00003 | ||
| 66 | - rdf:type p2:ClassOfClass , owl:Class ; | ||
| 67 | - rdfs:subClassOf owl:Thing ; | ||
| 68 | - pca-rdl:hasDesignation | ||
| 69 | - "EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ; | ||
| 70 | - pca-rdl:hasIdPCA "ERH00003"^^xsd:string . | ||
| 71 | - | ||
| 72 | -pca-rdl:ERH00004 | ||
| 73 | - rdf:type p2:ClassOfClass , owl:Class ; | ||
| 74 | - rdfs:subClassOf owl:Thing ; | ||
| 75 | - pca-rdl:hasDesignation | ||
| 76 | - "EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"^^xsd:string ; | ||
| 77 | - pca-rdl:hasIdPCA "ERH00004"^^xsd:string . | ||
| 78 | - | ||
| 79 | -<http://www.reportinghub.no/refdata/foundation> | ||
| 80 | - rdf:type owl:Ontology ; | ||
| 81 | - owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ; | ||
| 82 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 83 | - | ||
| 84 | -xsd:date | ||
| 85 | - owl:sameAs pca-rdl:ERH-DATE . | ||
| 86 | - | ||
| 87 | -xsd:dateTime | ||
| 88 | - owl:sameAs pca-rdl:ERH-DATETIME . | ||
| 89 | - | ||
| 90 | -xsd:double | ||
| 91 | - owl:sameAs pca-rdl:ERH-DOUBLE . | ||
| 92 | - | ||
| 93 | -xsd:float | ||
| 94 | - owl:sameAs pca-rdl:ERH-FLOAT . | ||
| 95 | - | ||
| 96 | -xsd:integer | ||
| 97 | - owl:sameAs pca-rdl:ERH-INTEGER . | ||
| 98 | - | ||
| 99 | -xsd:string | ||
| 100 | - owl:sameAs pca-rdl:ERH-STRING . |
This diff could not be displayed because it is too large.
| 1 | -# baseURI: null | ||
| 2 | - | ||
| 3 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -[] rdf:type inference:Configuration ; | ||
| 13 | - composite:child | ||
| 14 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 15 | - <http://spinrdf.org/spin#topSPINOptions> | ||
| 16 | - "singlePass" ; | ||
| 17 | - composite:index "0"^^xsd:int | ||
| 18 | - ] . |
| 1 | -# baseURI: http://www.reportinghub.no/refdata/production | ||
| 2 | -# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | ||
| 3 | -# imports: http://www.reportinghub.no/refdata/foundation | ||
| 4 | - | ||
| 5 | -@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | ||
| 6 | -@prefix foundation: <http://www.reportinghub.no/refdata/foundation#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | ||
| 9 | -@prefix pca-rdl: <http://posccaesar.org/rdl/> . | ||
| 10 | -@prefix production: <http://www.reportinghub.no/refdata/production#> . | ||
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 13 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 14 | - | ||
| 15 | -<http://www.reportinghub.no/refdata/production> | ||
| 16 | - rdf:type owl:Ontology ; | ||
| 17 | - owl:imports <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/foundation> ; | ||
| 18 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 1 | -# baseURI: http://www.reportinghub.no/refdata/drilling2 | ||
| 2 | -# imports: http://www.reportinghub.no/refdata/foundation | ||
| 3 | - | ||
| 4 | -@prefix : <http://www.reportinghub.no/refdata/drilling2#> . | ||
| 5 | -@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | ||
| 6 | -@prefix foundation: <http://www.reportinghub.no/refdata/foundation#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -<http://www.reportinghub.no/refdata/drilling2> | ||
| 13 | - rdf:type owl:Ontology ; | ||
| 14 | - owl:imports <http://www.reportinghub.no/refdata/foundation> ; | ||
| 15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
| 1 | -# baseURI: null | ||
| 2 | - | ||
| 3 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -<file:///www.reportinghub.no/refdata/erh-drilling-rd-classes2.tsv#erh-drilling-rd-classes2> | ||
| 13 | - forms:keyProperties (rdfs:label rdfs:comment <file:///www.reportinghub.no/refdata/erh-drilling-rd-classes2.tsv#rDURI>) . |
| 1 | -[RDLDesignation] RDLDefinition CoRepresented CoPattern ERHLocalname ERHOntology | ||
| 2 | -API NAME identifier that is a name given by the API pca-rdl:ERH-STRING apiName http://www.reportinghub.no/ep/schema/core# | ||
| 3 | -CODE the NPD code code http://www.reportinghub.no/np/schema/npd# | ||
| 4 | -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# | ||
| 5 | -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# | ||
| 6 | -CURRENT ACTIVITY STATUS the NPD status of the field pca-rdl:RDS409500951 pca-rdl:ERH-STRING currentActivityStatus http://www.reportinghub.no/np/schema/npd# | ||
| 7 | -DESCRIPTION description of a thing description http://www.reportinghub.no/ep/schema/core# | ||
| 8 | -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# | ||
| 9 | -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# | ||
| 10 | -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# | ||
| 11 | -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# | ||
| 12 | -DTI NAME identifier that is a name given by the DTI pca-rdl:ERH-STRING dtiName http://www.reportinghub.no/ep/schema/core# | ||
| 13 | -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# | ||
| 14 | -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# | ||
| 15 | -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# | ||
| 16 | -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# | ||
| 17 | -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# | ||
| 18 | -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# | ||
| 19 | -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# | ||
| 20 | -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# | ||
| 21 | -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# | ||
| 22 | -LOCAL FIELD NAME identifier that is the local name for a field pca-rdl:ERH-STRING localFieldName http://www.reportinghub.no/ep/schema/core# | ||
| 23 | -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# | ||
| 24 | -NAME identifier that is the name of a thing pca-rdl:ERH-STRING name http://www.reportinghub.no/ep/schema/core# | ||
| 25 | -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# | ||
| 26 | -NPD IDENTIFIER the NPD identifier pca-rdl:ERH4d35c3cb-2a3b-11b2-80f6-ac4319491de1 pca-rdl:ERH-STRING id http://www.reportinghub.no/np/schema/npd# | ||
| 27 | -NPD NAME the NPD name pca-rdl:ERH-STRING name http://www.reportinghub.no/np/schema/npd# | ||
| 28 | -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# | ||
| 29 | -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# | ||
| 30 | -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# | ||
| 31 | -SHORT NAME a short or abbreviated name pca-rdl:ERH-STRING shortName http://www.reportinghub.no/ep/schema/core# | ||
| 32 | -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# | ||
| 33 | -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# | ||
| 34 | -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# | ||
| 35 | -UNIT SYMBOL the standard symbol for the unit of measure pca-rdl:ERH-STRING unitSymbol http://www.reportinghub.no/ep/schema/core# | ||
| 36 | -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# | ||
| 37 | -WELLBORE COMPLETION DATE the completion date of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-DATE wellBoreCompletionDate http://www.reportinghub.no/np/schema/npd# | ||
| 38 | -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# | ||
| 39 | -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# | ||
| 40 | -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# | ||
| 41 | -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.
This diff is collapsed. Click to expand it.
| 1 | -[RDLDesignation] RDLDefinition CoRepresented CoPattern ERHLocalname ERHOntology | ||
| 2 | -API NAME identifier that is a name given by the API pca-rdl:ERH-STRING apiName http://www.reportinghub.no/ep/schema/core# | ||
| 3 | -CODE the NPD code code http://www.reportinghub.no/np/schema/npd# | ||
| 4 | -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# | ||
| 5 | -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# | ||
| 6 | -CURRENT ACTIVITY STATUS the NPD status of the field pca-rdl:RDS409500951 pca-rdl:ERH-STRING currentActivityStatus http://www.reportinghub.no/np/schema/npd# | ||
| 7 | -DESCRIPTION description of a thing description http://www.reportinghub.no/ep/schema/core# | ||
| 8 | -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# | ||
| 9 | -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# | ||
| 10 | -DTI NAME identifier that is a name given by the DTI pca-rdl:ERH-STRING dtiName http://www.reportinghub.no/ep/schema/core# | ||
| 11 | -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# | ||
| 12 | -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# | ||
| 13 | -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# | ||
| 14 | -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# | ||
| 15 | -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# | ||
| 16 | -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# | ||
| 17 | -LOCAL FIELD NAME identifier that is the local name for a field pca-rdl:ERH-STRING localFieldName http://www.reportinghub.no/ep/schema/core# | ||
| 18 | -NAME identifier that is the name of a thing pca-rdl:ERH-STRING name http://www.reportinghub.no/ep/schema/core# | ||
| 19 | -NPD IDENTIFIER the NPD identifier pca-rdl:ERH4bbcee01-2a3b-11b2-8044-f80dbf6cc067 pca-rdl:ERH-STRING id http://www.reportinghub.no/np/schema/npd# | ||
| 20 | -NPD NAME the NPD name pca-rdl:ERH-STRING name http://www.reportinghub.no/np/schema/npd# | ||
| 21 | -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# | ||
| 22 | -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# | ||
| 23 | -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# | ||
| 24 | -SHORT NAME a short or abbreviated name pca-rdl:ERH-STRING shortName http://www.reportinghub.no/ep/schema/core# | ||
| 25 | -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# | ||
| 26 | -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# | ||
| 27 | -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# | ||
| 28 | -UNIT SYMBOL the standard symbol for the unit of measure pca-rdl:ERH-STRING unitSymbol http://www.reportinghub.no/ep/schema/core# | ||
| 29 | -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# | ||
| 30 | -WELLBORE COMPLETION DATE the completion date of the wellbore pca-rdl:RDS1714464911 pca-rdl:ERH-DATE wellBoreCompletionDate http://www.reportinghub.no/np/schema/npd# | ||
| 31 | -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# | ||
| 32 | -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# | ||
| 33 | -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# | ||
| 34 | -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.
-
Please register or login to post a comment