@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:Activity
    ns0:commonlyHasUnit ns0:curie .
ns0:curie
    ns0:hasDimension ns0:frequency-Dimension ;
    ns0:hasFactor 37000000000 ;
    ns0:hasUnit ns0:becquerel ;
    ns0:symbol "Ci" ;
    a ns0:SingularUnit, ns0:Unit, owl:NamedIndividual ;
    rdfs:comment "The curie is a unit of activity defined as 3.7e10 becquerel."@en ;
    rdfs:label "curie"@en, "curie"@nl .
ns0:radiometryAndRadiobiology
    ns0:usesUnit ns0:curie .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:Activity
    ns0:commonlyHasUnit ns0:curie .
ns0:curie
    ns0:hasDimension ns0:frequency-Dimension ;
    ns0:hasFactor 37000000000 ;
    ns0:hasUnit ns0:becquerel ;
    ns0:symbol "Ci" ;
    a ns0:SingularUnit, ns0:Unit, owl:NamedIndividual ;
    rdfs:comment "The curie is a unit of activity defined as 3.7e10 becquerel."@en ;
    rdfs:label "curie"@en, "curie"@nl .
ns0:radiometryAndRadiobiology
    ns0:usesUnit ns0:curie .