@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

qudt:categorizedByQuantityKind a rdf:Property,
        owl:ObjectProperty ;
    rdfs:label "categorized by quantity kind" ;
    dcterms:description """
  <p>Relates a unit to a non-commensurate quantity-kind <em>category</em> under which it is grouped
  &mdash; e.g. the placeholder <code>quantitykind:Unknown</code>, or a dimensionless bucket such as
  <code>quantitykind:DimensionlessRatio</code> &mdash; <strong>without</strong> asserting that the
  unit measures or is convertible within a commensurate family. A sub-property of
  <code>qudt:hasQuantityKind</code>. Contrast <code>qudt:unitForQuantityKind</code>.</p>"""^^rdf:HTML ;
    rdfs:isDefinedBy <http://qudt.org/3.4.0/schema/qudt>,
        <http://qudt.org/3.4.0/schema/shacl/qudt> ;
    rdfs:range qudt:QuantityKind ;
    rdfs:subPropertyOf qudt:hasQuantityKind .

