unit:MilliDARCY

URI: http://qudt.org/vocab/unit/MilliDARCY

Type
Description

The Millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length2.

Properties
qudt:conversionMultiplier
0.0000000000000009869233
qudt:plainTextDescription
The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length².
Annotations
dcterms:description
The Millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length2.
rdfs:label
Millidarcy
Millidarcy(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/unit/MilliDARCY">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/HydraulicPermeability"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.5/vocab/unit"/>
    <j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Milli"/>
    <j.0:symbol>md</j.0:symbol>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <rdfs:label xml:lang="en">Millidarcy</rdfs:label>
    <j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/DARCY"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0000000000000009869233</j.0:conversionMultiplier>
    <rdfs:label>Millidarcy</rdfs:label>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  The $\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. 
  It is not an SI unit, but it is widely used in petroleum engineering and geology. 
  The unit has also been used in biophysics and biomechanics, where the flow of fluids such as 
  blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. 
  A millidarcy has dimensional units of $length^2$.
  </j.1:description>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$d$</j.0:expression>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.0:plainTextDescription>The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length².</j.0:plainTextDescription>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">9.869233E-16</j.0:conversionMultiplierSN>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Darcy_(unit)</j.0:informativeReference>
  </rdf:Description>
</rdf:RDF>
TURTLE
@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://qudt.org/vocab/unit/MilliDARCY>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> """
  The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. 
  It is not an SI unit, but it is widely used in petroleum engineering and geology. 
  The unit has also been used in biophysics and biomechanics, where the flow of fluids such as 
  blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. 
  A millidarcy has dimensional units of $length^2$.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000009869233 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.869233E-16 ;
  <http://qudt.org/schema/qudt/expression> "$d$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length²." ;
  <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ;
  <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/DARCY> ;
  <http://qudt.org/schema/qudt/symbol> "md" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.5/vocab/unit> ;
  rdfs:label "Millidarcy" ;
  rdfs:label "Millidarcy"@en ;
.
JSON
{"resource":"Millidarcy" 
 ,"qname":"unit:MilliDARCY" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliDARCY" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:SI" 
    ,"conversion multiplier":"0.0000000000000009869233" 
    ,"conversion multiplier scientific":"9.869233E-16" 
    ,"description":"\n  The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. \n  It is not an SI unit, but it is widely used in petroleum engineering and geology. \n  The unit has also been used in biophysics and biomechanics, where the flow of fluids such as \n  blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. \n  A millidarcy has dimensional units of $length^2$.\n  " 
    ,"description (plain text)":"The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length&sup2;." 
    ,"expression":"$d$" 
    ,"has dimension vector":"dimension:A0E0L2I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:HydraulicPermeability" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Darcy_(unit)" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.5\/vocab\/unit&gt;" 
    ,"label":"Millidarcy" 
    ,"label":"Millidarcy" 
    ,"prefix":"prefix:Milli" 
    ,"scalingOf":"unit:DARCY" 
    ,"symbol":"md" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/MilliDARCY",
  "@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
  "description" : "\n  The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. \n  It is not an SI unit, but it is widely used in petroleum engineering and geology. \n  The unit has also been used in biophysics and biomechanics, where the flow of fluids such as \n  blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. \n  A millidarcy has dimensional units of $length^2$.\n  ",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
  "conversionMultiplier" : "0.0000000000000009869233",
  "conversionMultiplier:SN" : 9.869233E-16,
  "expression" : "$d$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HydraulicPermeability",
  "informativeReference" : "https://en.wikipedia.org/wiki/Darcy_(unit)",
  "plainTextDescription" : "The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length².",
  "prefix" : "http://qudt.org/vocab/prefix/Milli",
  "scalingOf" : "http://qudt.org/vocab/unit/DARCY",
  "symbol" : "md",
  "isDefinedBy" : "http://qudt.org/3.1.5/vocab/unit",
  "label" : [ {
    "@language" : "en",
    "@value" : "Millidarcy"
  }, "Millidarcy" ],
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "prefix" : {
      "@id" : "http://qudt.org/schema/qudt/prefix",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "scalingOf" : {
      "@id" : "http://qudt.org/schema/qudt/scalingOf",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2025-08-28T12:48:45.939-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)