example_flow_facts.ttl 4.8 KB
# baseURI: http://www.reportinghub.no/test/flow_facts_examples/flow_facts
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/flow
# imports: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/np/data/npd
# imports: http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema

@prefix :        <http://www.reportinghub.no/test/flow_facts_examples/flow_facts#> .
@prefix TRANSFORM_mpr-collector:  <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
@prefix drilling:  <http://www.reportinghub.no/ep/schema/1.0/drilling#> .
@prefix ep-activity:  <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-core:  <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-eqt:  <http://www.reportinghub.no/ep/schema/equipment#> .
@prefix ep-flow:  <http://www.reportinghub.no/ep/schema/flow#> .
@prefix flowFacts:  <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema#> .
@prefix npd:     <http://www.reportinghub.no/np/schema/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 xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/test/flow_facts_examples/flow_facts>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/drilling> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

<https://reportinghub.no/ep/schema/flowRegistry#Flow-000001>
      rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionFlow , ep-flow:WholeLifeProductionFlow , ep-flow:Production , ep-flow:Flow ;
      rdfs:comment "Fiscal metered total gross gas in Nm3 for Oselvar -> stream pipe 1 and 2 combined"^^xsd:string ;
      rdfs:label "flow 000001"^^xsd:string ;
      ep-activity:startedAt
              "2013-02-11T00:00:00.0Z"^^xsd:dateTime ;
      ep-core:name "000001"^^xsd:string ;
      ep-flow:flowIntoOrOutOf
              <http://www.reportinghub.no/np/data/npd/Field-5506919> ;
      flowFacts:possibleTemporalPartName
              "OSL GAS STATION PROD FISCAL GAS"^^xsd:string .

<https://reportinghub.no/ep/schema/flowRegistry#Flow-000002>
      rdf:type ep-flow:Flow , ep-flow:Consume , ep-flow:ProductionFlow , ep-flow:WholeLifeProductionFlow ;
      rdfs:label "flow 000002"^^xsd:string ;
      ep-activity:startedAt
              "2013-02-11T00:00:00.0Z"^^xsd:dateTime ;
      ep-core:name "000002"^^xsd:string ;
      ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-5506919> ;
      ep-flow:flowIntoOrOutOf
              <http://www.reportinghub.no/np/data/npd/Field-5506919> ;
      flowFacts:possibleTemporalPartName
              "OSL MEG TANK1 CONS MEAS CHEM"^^xsd:string , "OSL MEG TANK2 CONS MEAS CHEM"^^xsd:string .