@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:HZ
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  $\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon.
  One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones.
  The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:IMPERIAL ;
  qudt:applicableSystem sou:SI ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:exactMatch unit:CYC-PER-SEC ;
  qudt:exactMatch unit:PER-SEC ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasQuantityKind quantitykind:Frequency ;
  qudt:iec61360Code "0112/2///62720#UAA170" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA170"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
  qudt:siExactMatch si-unit:hertz ;
  qudt:symbol "Hz" ;
  qudt:ucumCode "Hz"^^qudt:UCUMcs ;
  qudt:udunitsCode "Hz" ;
  qudt:uneceCommonCode "HTZ" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q39369> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Herc"@pl ;
  rdfs:label "Hercio"@es ;
  rdfs:label "Hertz" ;
  rdfs:label "Hertz"@cs ;
  rdfs:label "Hertz"@de ;
  rdfs:label "Hertz"@en ;
  rdfs:label "Hertz"@fr ;
  rdfs:label "Hertz"@hu ;
  rdfs:label "Hertz"@it ;
  rdfs:label "Hertz"@ms ;
  rdfs:label "Hertz"@pt ;
  rdfs:label "Hertz"@ro ;
  rdfs:label "Hertz"@sl ;
  rdfs:label "Hertz"@tr ;
  rdfs:label "Hertzium"@la ;
  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 .
