@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:CYC-PER-SEC
  a qudt:ContextualUnit, qudt:Unit ;
  dcterms:description """The "cycle per second" is a once-common English name for the unit of frequency now known as the hertz
    (Hz). In this vocabulary, "cycle" is treated as a dimensionless counting unit (one complete oscillation), making 1 cycle/s = 1
    Hz exactly. This is consistent with the SI definition of the hertz and with the extended dimension vector assignment of N=1
    (count) rather than R=1 (angle) for unit:CYC. Whether a cycle is inherently rotational is debated: one cycle equals one
    revolution (2pi rad), and unit:REV-PER-SEC is the appropriate unit when the angular character is explicit (1 rev/s = 2pi
    rad/s, a unit of angular velocity). The choice here reflects the conventional physics usage in which frequency is expressed as
    a scalar count rate, not an angular rate.
  """ ;
  qudt:altSymbol "c.p.s" ;
  qudt:altSymbol "cycles/s" ;
  qudt:applicableSystem sou:IMPERIAL ;
  qudt:applicableSystem sou:SI ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:exactMatch unit:HZ ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:CYC ;
  ] ;
  qudt:hasQuantityKind quantitykind:Frequency ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Cycle_per_second"^^xsd:anyURI ;
  qudt:symbol "cycle/s" ;
  qudt:unitForQuantityKind quantitykind:Frequency ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Cycle per Second" ;
  rdfs:label "Cycle per Second"@en .
