@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:Frequency
  a qudt:QuantityKind ;
  dcterms:description """"Frequency" is the number of occurrences of a repeating event per unit time. The repetition of the events
    may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between
    event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic
    frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq).  In
    spectroscopy, $\\nu$ is mostly used. Light passing through different media keeps its frequency, but not its wavelength or
    wavenumber.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:CYC-PER-SEC ;
  qudt:applicableUnit unit:GigaHZ ;
  qudt:applicableUnit unit:HZ ;
  qudt:applicableUnit unit:HectoHZ ;
  qudt:applicableUnit unit:KiloHZ ;
  qudt:applicableUnit unit:MegaHZ ;
  qudt:applicableUnit unit:MilliHZ ;
  qudt:applicableUnit unit:PER-DAY ;
  qudt:applicableUnit unit:PER-HR ;
  qudt:applicableUnit unit:PER-MIN ;
  qudt:applicableUnit unit:PER-MO ;
  qudt:applicableUnit unit:PER-MilliSEC ;
  qudt:applicableUnit unit:PER-SEC ;
  qudt:applicableUnit unit:PER-WK ;
  qudt:applicableUnit unit:PER-YR ;
  qudt:applicableUnit unit:PERCENT-PER-DAY ;
  qudt:applicableUnit unit:PERCENT-PER-HR ;
  qudt:applicableUnit unit:PERCENT-PER-MO ;
  qudt:applicableUnit unit:PPTH-PER-HR ;
  qudt:applicableUnit unit:PetaHZ ;
  qudt:applicableUnit unit:PlanckFrequency ;
  qudt:applicableUnit unit:TeraHZ ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Frequency"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ;
  qudt:iec61360Code "0112/2///62720#UAD056" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD056"^^xsd:anyURI ;
  qudt:latexDefinition """$f = 1/T$, where $T$ is a period.

Alternatively,

$\\nu = 1/T$"""^^qudt:LatexString ;
  qudt:latexSymbol "$\\nu, f$"^^qudt:LatexString ;
  qudt:organizedUnder quantitykind:InverseTime ;
  qudt:siExactMatch si-quantity:FREQ ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q11652> ;
  rdfs:comment "Applicable units are those of quantitykind:Frequency" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Frekuensi"@ms ;
  rdfs:label "Frekvence"@cs ;
  rdfs:label "Frequency"@en ;
  rdfs:label "Frequenz"@de ;
  rdfs:label "częstotliwość"@pl ;
  rdfs:label "frecuencia"@es ;
  rdfs:label "frecvență"@ro ;
  rdfs:label "frekans"@tr ;
  rdfs:label "frekvenca"@sl ;
  rdfs:label "frekvencia"@hu ;
  rdfs:label "frequentia"@la ;
  rdfs:label "frequenza"@it ;
  rdfs:label "frequência"@pt ;
  rdfs:label "fréquence"@fr ;
  rdfs:label "Συχνότητα"@el ;
  rdfs:label "Частота"@ru ;
  rdfs:label "Честота"@bg ;
  rdfs:label "תדירות"@he ;
  rdfs:label "التردد لدى نظام الوحدات الدولي"@ar ;
  rdfs:label "بسامد"@fa ;
  rdfs:label "आवृत्ति"@hi ;
  rdfs:label "周波数"@ja ;
  rdfs:label "频率"@zh ;
  skos:broader quantitykind:InverseTime .
