@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:Viscosity
  a qudt:QuantityKind ;
  dcterms:description """Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or
    extensional stress. In general terms it is the resistance of a liquid to flow, or its "thickness". Viscosity describes a
    fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation
    or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or
    absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is
    being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or
    kinematic viscosity.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:CentiPOISE ;
  qudt:applicableUnit unit:DecaPOISE ;
  qudt:applicableUnit unit:GM-PER-CentiM-SEC ;
  qudt:applicableUnit unit:KiloGM-PER-M-DAY ;
  qudt:applicableUnit unit:KiloGM-PER-M-HR ;
  qudt:applicableUnit unit:KiloGM-PER-M-MIN ;
  qudt:applicableUnit unit:KiloGM-PER-M-SEC ;
  qudt:applicableUnit unit:KiloPOISE ;
  qudt:applicableUnit unit:LB-PER-FT-DAY ;
  qudt:applicableUnit unit:LB-PER-FT-HR ;
  qudt:applicableUnit unit:LB-PER-FT-MIN ;
  qudt:applicableUnit unit:LB-PER-FT-SEC ;
  qudt:applicableUnit unit:LB_F-SEC-PER-FT2 ;
  qudt:applicableUnit unit:LB_F-SEC-PER-IN2 ;
  qudt:applicableUnit unit:MicroPOISE ;
  qudt:applicableUnit unit:MilliPA-SEC ;
  qudt:applicableUnit unit:N-SEC-PER-M2 ;
  qudt:applicableUnit unit:PA-SEC ;
  qudt:applicableUnit unit:PDL-SEC-PER-FT2 ;
  qudt:applicableUnit unit:PDL-SEC-PER-IN2 ;
  qudt:applicableUnit unit:POISE ;
  qudt:applicableUnit unit:SLUG-PER-FT-SEC ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ;
  qudt:exactMatch quantitykind:DynamicViscosity ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ;
  qudt:plainTextDescription """Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress
    or extensional stress. In general terms it is the resistance of a liquid to flow, or its "thickness". Viscosity describes a
    fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation
    or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or
    absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is
    being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or
    kinematic viscosity.
  """ ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q128709> ;
  rdfs:comment "Applicable units are those of quantitykind:Viscosity" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Viscosity"@en .
