@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:specializationOf a rdf:Property,
        owl:ObjectProperty ;
    rdfs:label "specialization of" ;
    dcterms:description """
  <p>Relates a quantity kind to a broader quantity kind of which it is a <em>specialization</em>,
  asserting <strong>commensurability</strong>: the two share a dimension, their values are comparable
  and addable, and their units are inter-convertible. A sub-property of <code>skos:broader</code>.
  Commensurability families are the connected components under
  <code>(qudt:specializationOf | qudt:exactMatch)</code>. Contrast <code>qudt:organizedUnder</code>,
  which groups quantity kinds without asserting commensurability.</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 .

