@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:PERMEABILITY_REL
  a qudt:Unit ;
  dcterms:description """In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of
    the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute
    permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given
    steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:conversionMultiplier 0.00000125663706 ;
  qudt:conversionMultiplierSN 1.25663706E-6 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ;
  qudt:derivedUnitOfSystem sou:CGS-EMU ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
  qudt:hasQuantityKind quantitykind:PermeabilityRatio ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ;
  qudt:scalingOf unit:UNITLESS ;
  qudt:symbol "kᵣ" ;
  qudt:unitForQuantityKind quantitykind:PermeabilityRatio ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Relative Permeability" ;
  rdfs:label "Relative Permeability"@en .
