@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#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Activity metadata_def:mappingLoom "activity" ; metadata_def:mappingSameURI ns0:Activity ; metadata_def:prefLabel "activity"@en, "activity"@nl ; metadata:prefixIRI "Activity" ; ns0:alternativeLabel "activity (of a radionuclide)"@en, "activity of a radionuclide"@en ; ns0:commonlyHasUnit ns0:attobecquerel, ns0:becquerel, ns0:centibecquerel, ns0:curie, ns0:decabecquerel, ns0:decibecquerel, ns0:exabecquerel, ns0:femtobecquerel, ns0:gigabecquerel, ns0:hectobecquerel, ns0:kilobecquerel, ns0:megabecquerel, ns0:microbecquerel, ns0:millibecquerel, ns0:nanobecquerel, ns0:petabecquerel, ns0:picobecquerel, ns0:reciprocalSecond-Time, ns0:terabecquerel ; ns0:symbol "A" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Activity is the decay rate of a radioactive substance. It is a derived quantity in the International System of Units. Activity is 1 divided by time."@en ; rdfs:label "activiteit"@nl, "activity"@en ; rdfs:subClassOf ns0:Quantity . ns0:InternationalSystemOfUnits ns0:hasDerivedQuantity ns0:Activity . ns0:radiometryAndRadiobiology ns0:usesQuantity ns0:Activity .
@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#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Activity
    metadata_def:mappingLoom "activity" ;
    metadata_def:mappingSameURI ns0:Activity ;
    metadata_def:prefLabel "activity"@en, "activity"@nl ;
    metadata:prefixIRI "Activity" ;
    ns0:alternativeLabel "activity (of a radionuclide)"@en, "activity of a radionuclide"@en ;
    ns0:commonlyHasUnit ns0:attobecquerel, ns0:becquerel, ns0:centibecquerel, ns0:curie, ns0:decabecquerel, ns0:decibecquerel, ns0:exabecquerel, ns0:femtobecquerel, ns0:gigabecquerel, ns0:hectobecquerel, ns0:kilobecquerel, ns0:megabecquerel, ns0:microbecquerel, ns0:millibecquerel, ns0:nanobecquerel, ns0:petabecquerel, ns0:picobecquerel, ns0:reciprocalSecond-Time, ns0:terabecquerel ;
    ns0:symbol "A" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Activity is the decay rate of a radioactive substance. It is a derived quantity in the International System of Units. Activity is 1 divided by time."@en ;
    rdfs:label "activiteit"@nl, "activity"@en ;
    rdfs:subClassOf ns0:Quantity .

ns0:InternationalSystemOfUnits
    ns0:hasDerivedQuantity ns0:Activity .

ns0:radiometryAndRadiobiology
    ns0:usesQuantity ns0:Activity .