@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:BQ
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity.
  Radioactivity is caused when atoms disintegrate, ejecting energetic particles.
  One becquerel is the radiation caused by one disintegration per second;
  this is equivalent to about $27.0270 \\text{picocuries (pCi)}$.
  The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908),
  the discoverer of radioactivity.
  Note: both the becquerel and the hertz are basically defined as one event per second,
  yet they measure different things.
  The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle.
  The becquerel is used to measure the rates of events that happen sporadically and unpredictably,
  not in a definite cycle.
  """^^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/Becquerel"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasQuantityKind quantitykind:Activity ;
  qudt:iec61360Code "0112/2///62720#UAA111" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA111"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
  qudt:siExactMatch si-unit:becquerel ;
  qudt:symbol "Bq" ;
  qudt:ucumCode "Bq"^^qudt:UCUMcs ;
  qudt:udunitsCode "Bq" ;
  qudt:uneceCommonCode "BQL" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q102573> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Becquerel" ;
  rdfs:label "Becquerel"@cs ;
  rdfs:label "Becquerel"@de ;
  rdfs:label "Becquerel"@en ;
  rdfs:label "Becquerel"@es ;
  rdfs:label "Becquerel"@fr ;
  rdfs:label "Becquerel"@hu ;
  rdfs:label "Becquerel"@it ;
  rdfs:label "Becquerel"@ms ;
  rdfs:label "Becquerel"@pt ;
  rdfs:label "Becquerel"@ro ;
  rdfs:label "Becquerel"@sl ;
  rdfs:label "Becquerelium"@la ;
  rdfs:label "Bekerel"@pl ;
  rdfs:label "Bekerel"@tr ;
  rdfs:label "Μπεκερέλ"@el ;
  rdfs:label "Бекерел"@bg ;
  rdfs:label "Беккерель"@ru ;
  rdfs:label "בקרל"@he ;
  rdfs:label "بيكريل"@ar ;
  rdfs:label "بکرل"@fa ;
  rdfs:label "बैक्वेरल"@hi ;
  rdfs:label "ベクレル"@ja ;
  rdfs:label "贝克勒尔"@zh .
