MonkeyChap

Production Core - Conflict Resolution

<<<<<<< HEAD
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@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/ep/schema/1.0/production-core>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-core:Density
rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial .
ep-core:DensityAt15degC1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial .
ep-core:DensityAt1degC1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "density at 1 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial .
ep-core:DensityAt60degF1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial .
ep-core:MeasureOfDensityOfMaterial
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "measure of amount of material"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:MeasureOfFlowOfMaterial
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "measure of flow of material"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:VolumeFlowRateAt15degC1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
ep-core:VolumeFlowRateAt1degC1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
ep-core:VolumeFlowRateAt60degF1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
ep-core:acre
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "acres"^^xsd:string .
ep-core:apiDensity
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "API Density"^^xsd:string .
ep-core:atmosphere
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "atmosphere"^^xsd:string .
ep-core:barn
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "barn (area)"^^xsd:string .
ep-core:barrel_day-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "barrel day-1"^^xsd:string .
ep-core:centiEuclid
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "CentiEuclid"^^xsd:string .
ep-core:centimetre
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "centimetre"^^xsd:string .
ep-core:cm2
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "square centimetres"^^xsd:string .
ep-core:cm_s-2
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "centimetres per second squared"^^xsd:string .
ep-core:count
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "count"^^xsd:string .
ep-core:degreesOfAngle_100ft-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "degrees of angle per 100ft"^^xsd:string .
ep-core:degreesOfAngle_30ft-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "degrees of angle per 30ft"^^xsd:string .
ep-core:degreesOfAngle_30m-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "degrees of angle per 30m"^^xsd:string .
ep-core:degreesOfAngle_ft-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "degrees of angle per ft"^^xsd:string .
ep-core:degreesOfAngle_hr-1
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "degrees of angle per hour"^^xsd:string .
ep-core:degreesOfAngle_m-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "degrees of angle per m"^^xsd:string .
ep-core:degreesOfAngle_min-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "degrees of angle per minute"^^xsd:string .
ep-core:degreesOfAngle_s-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "degrees of angle per second"^^xsd:string .
ep-core:euclid
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "Euclid"^^xsd:string .
ep-core:fahrenheit
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Temperature ;
rdfs:label "fahrenheit"^^xsd:string .
ep-core:foot_s-2
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "feet per second squared"^^xsd:string .
ep-core:ft2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square feet"^^xsd:string .
ep-core:galileo
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "galileo"^^xsd:string .
ep-core:gn
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "normal acceleration Gn"^^xsd:string .
ep-core:grain_100ft-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "grain per 100ft3"^^xsd:string .
ep-core:grain_ft-3_1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "grain per ft3"^^xsd:string .
ep-core:grain_usGallon-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "grain per US Gallon"^^xsd:string .
ep-core:gram_dm-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "gram dm-3"^^xsd:string .
ep-core:gram_l-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "grams per litre"^^xsd:string .
ep-core:gram_m-3
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "gram m-3"^^xsd:string .
ep-core:gram_ukGallon-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "grams per UK Gallon"^^xsd:string .
ep-core:gram_usGallon-1
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "grams per US Gallon"^^xsd:string .
ep-core:hasSetOfAllPartsOfType
rdf:type owl:ObjectProperty ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "basis for"^^xsd:string .
ep-core:hectare
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "hectares"^^xsd:string .
ep-core:in2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square inches"^^xsd:string .
ep-core:in2_ft-2
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "square inches per square foot"^^xsd:string .
ep-core:in2_in-2
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "square inches per square inch"^^xsd:string .
ep-core:inch_64
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "inch/64"^^xsd:string .
ep-core:kilogram_dm-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "kilogram dm-3"^^xsd:string .
ep-core:kilogram_l-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "kilogram per litre"^^xsd:string .
ep-core:kilogram_m-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "kilogram m-3"^^xsd:string .
ep-core:kilovolt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "kilovolt"^^xsd:string .
ep-core:km2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square kilometres"^^xsd:string .
ep-core:lbm_1000bbl-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
ep-core:lbm_1000ukGallon-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
ep-core:lbm_1000usGallon-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
ep-core:lbm_10bbl-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
ep-core:lbm_bbl-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "pounds (mass) per barrel"^^xsd:string .
ep-core:lbm_ft-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
ep-core:lbm_in-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
ep-core:lbm_millibarrel-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
ep-core:lbm_ukGallon-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
ep-core:lbm_usGallon-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
ep-core:m2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square metres"^^xsd:string .
ep-core:m2_m-2
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "square metres per square metre"^^xsd:string .
ep-core:megagram_m-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "Megagram m-3"^^xsd:string .
ep-core:megavolt
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "Megavolt"^^xsd:string .
ep-core:metre3_hour-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "metre3 hour-1"^^xsd:string .
ep-core:metre_s-2
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "metres per second squared"^^xsd:string .
ep-core:mgn
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "milliGn - normal acceleration"^^xsd:string .
ep-core:mi2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square miles"^^xsd:string .
ep-core:microEuclid
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "MicroEuclid"^^xsd:string .
ep-core:microgram_cm-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "microgram cm-3"^^xsd:string .
ep-core:microvolt
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "microvolt"^^xsd:string .
ep-core:milliEuclid
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "MilliEuclid"^^xsd:string .
ep-core:milliPa_second
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "MPa.second"^^xsd:string .
ep-core:milligalileo
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "milligalileo"^^xsd:string .
ep-core:milligram_dm-3
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "milligram dm-3"^^xsd:string .
ep-core:milligram_l-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "milligrams per litre"^^xsd:string .
ep-core:milligram_m-3
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "milligram m-3"^^xsd:string .
ep-core:milligram_usGallon-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "milligrams per US Gallon"^^xsd:string .
ep-core:millivolt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "millivolt"^^xsd:string .
ep-core:mm2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square millimetres"^^xsd:string .
ep-core:mm2_mm-2
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "square millimetres per square millimetre"^^xsd:string .
ep-core:nanoEuclid
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:label "NanoEuclid"^^xsd:string .
ep-core:radian_ft-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "radians per ft"^^xsd:string .
ep-core:radian_m-1
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "radians per m"^^xsd:string .
ep-core:radian_s-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "radians per s"^^xsd:string .
ep-core:rev_min-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "revolutions per minute"^^xsd:string .
ep-core:rev_s-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "revolutions per second"^^xsd:string .
ep-core:ten_megagram_m-3
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "10 Megagram m-3"^^xsd:string .
ep-core:thousand_barrel
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "thousand barrel"^^xsd:string .
ep-core:um2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square micrometres"^^xsd:string .
ep-core:us_mi2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
rdfs:label "square miles (US)"^^xsd:string .
ep-core:volt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "Volt"^^xsd:string .
ep-core:yd2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square yards"^^xsd:string .
=======
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -973,4 +562,3 @@ ep-core:volt
ep-core:yd2
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "square yards"^^xsd:string .
>>>>>>> IanMon1
......