@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

qudt:organizedUnder a rdf:Property,
        owl:ObjectProperty ;
    rdfs:label "organized under" ;
    dcterms:description """
  <p>Relates a quantity kind to a broader quantity kind for the purpose of <em>organization and unit
  applicability only</em> &mdash; it does <strong>not</strong> assert commensurability. A sub-property
  of <code>skos:broader</code> (so it contributes to the concept hierarchy), but unlike
  <code>qudt:specializationOf</code> it makes no commensurability claim:
  <code>qudt:organizedUnder</code> groups quantity kinds that share a dimension but are <em>not</em>
  interchangeable &mdash; principally the dimensionless quantity kinds, which are all organised under
  <code>quantitykind:Dimensionless</code> / <code>quantitykind:DimensionlessRatio</code> without being
  commensurable with one another. <code>qudt:organizedUnder</code> still contributes to the concept
  hierarchy (via <code>skos:broader</code>), and the build still validates that it only links
  quantity kinds of the same dimension, but the applicable-unit computation traverses only
  <code>qudt:specializationOf</code> &mdash; an organizational grouping confers no units on its
  members. The commensurability test likewise traverses
  <code>qudt:specializationOf</code> and <code>qudt:exactMatch</code> (never
  <code>qudt:organizedUnder</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 skos:broader .

