qudt / qudt-public-repo

QUDT -Quantities, Units, Dimensions and dataTypes - public repository
Other
110 stars 71 forks source link

New unit request: CFU/100 mL #399

Open magdasalatka opened 3 years ago

magdasalatka commented 3 years ago

QUDT already has Colony Forming Unit. It would be great to have it scaled to the volume (per 100 mL).

Suggestion:

@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/vocab/unit/CFU-PER-100ML>
  a <http://qudt.org/schema/qudt/DerivedUnit> ;
  <http://purl.org/dc/terms/description> "\"Colony Forming Unit\" per 100 mL is a derived unit for 'Microbial Formation' expressed as \\(CFU/100mL\\). Colony Forming Unit is divided by the 0.001-fold of the unit litre."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MicrobialFormation> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Colony-forming_unit?oldid=473146689"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> ;
  <http://qudt.org/schema/qudt/symbol> "CFU/100mL" ;
  <http://qudt.org/schema/qudt/ucumCode> "[CFU.mL-1]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:label "Colony Forming Unit per 100 mL"@en .
steveraysteveray commented 2 years ago

Would you say a unit:CFU is a dimensionless Count?

magdasalatka commented 2 years ago

Would you say a unit:CFU is a dimensionless Count?

Yes, it refers to number of occurences in a sample. So while CFU is comparable within an experiment (e.g. lab uses one model of petri dish, so they always have same volume), it is not comparable across different experiments.