<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.ontology-of-units-of-measure.org/resource/om-2/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <ns0:Unit rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/curie"> <rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> <rdfs:label xml:lang="en">curie</rdfs:label> <rdfs:label xml:lang="nl">curie</rdfs:label> <rdfs:comment xml:lang="en">The curie is a unit of activity defined as 3.7e10 becquerel.</rdfs:comment> <ns0:hasUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel"/> <ns0:hasDimension rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension"/> <ns0:hasFactor rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">37000000000</ns0:hasFactor> <ns0:symbol>Ci</ns0:symbol> </ns0:Unit> <rdf:Description rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/Activity"> <ns0:commonlyHasUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/curie"/> </rdf:Description> <rdf:Description rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/radiometryAndRadiobiology"> <ns0:usesUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/curie"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.ontology-of-units-of-measure.org/resource/om-2/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <ns0:Unit rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/curie">
    <rdf:type rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
    <rdfs:label xml:lang="en">curie</rdfs:label>
    <rdfs:label xml:lang="nl">curie</rdfs:label>
    <rdfs:comment xml:lang="en">The curie is a unit of activity defined as 3.7e10 becquerel.</rdfs:comment>
    <ns0:hasUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel"/>
    <ns0:hasDimension rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension"/>
    <ns0:hasFactor rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">37000000000</ns0:hasFactor>
    <ns0:symbol>Ci</ns0:symbol>
  </ns0:Unit>
  <rdf:Description rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/Activity">
    <ns0:commonlyHasUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/curie"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.ontology-of-units-of-measure.org/resource/om-2/radiometryAndRadiobiology">
    <ns0:usesUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/curie"/>
  </rdf:Description>
</rdf:RDF>