@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:InformationFlowRate
  a qudt:QuantityKind ;
  dcterms:description """The rate at which information content (Shannon entropy) is conveyed by a source or over a channel:
    information content per unit time, measured in shannons, nats, or hartleys per second according to the logarithm base. It is
    an information-theoretic quantity, distinct from quantitykind:DataRate, which counts raw bits transferred per second
    regardless of their information content; by the source coding theorem the information flow rate of a channel is at most its
    data rate.
  """@en ;
  qudt:applicableUnit unit:HART-PER-SEC ;
  qudt:applicableUnit unit:NAT-PER-SEC ;
  qudt:applicableUnit unit:SHANNON-PER-SEC ;
  qudt:eclassCode "0173-1#Z4-BAJ464#001" ;
  qudt:eclassCode "0173-1#Z4-BAJ470#001" ;
  qudt:eclassCode "0173-1#Z4-BAJ471#001" ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ;
  rdfs:comment "Applicable units are those of quantitykind:InformationFlowRate" ;
  rdfs:comment """ECLASS models the choice of logarithm base as three separate quantities, so all three of its codes map to this
    one quantity kind, with the base carried by the unit. Where a single ECLASS code is required, select the one matching the
    unit in which the quantity is expressed: BAJ464 (base 2) for unit:SHANNON-PER-SEC, BAJ470 (base 10) for unit:HART-PER-SEC,
    and BAJ471 (base e) for unit:NAT-PER-SEC. ECLASS also qualifies these as a "median" information flow; that is a statistical
    property of a particular measurement rather than of the quantity kind, so it is not reflected here. See qudt-public-repo
    issue 1410.
  """@en ;
  rdfs:isDefinedBy <http://qudt.org/3.5.0/vocab/quantitykind> ;
  rdfs:label "Information Flow Rate"@en .
