@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix fibo-fnd-arr-cls: <https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/> .
@prefix fibo-fnd-qt-qtu: <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> .
@prefix fibo-fnd-rel-rel: <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> .
@prefix fibo-fnd-utl-av: <https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/> .
@prefix lcc-cr: <https://www.omg.org/spec/LCC/Countries/CountryRepresentation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sm: <http://www.omg.org/techprocess/ab/SpecificationMetadata/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/>
    dct:abstract "This ontology provides an initial set of concepts supporting the representation of quantities, units, systems of quantities, and systems of units for use in FIBO. It is compatible with and can be mapped directly to the OMG Date Time Vocabulary (DTV) Quantities Ontology, but has been integrated into FND to provide local coverage of quantities and measurements and eliminate the SBVR mark-up." ;
    dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ;
    sm:contentLanguage "https://www.w3.org/TR/owl2-quick-reference/"^^xsd:anyURI ;
    sm:copyright "Copyright (c) 2015-2021 EDM Council, Inc.", "Copyright (c) 2015-2021 Object Management Group, Inc." ;
    sm:dependsOn "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/"^^xsd:anyURI, "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"^^xsd:anyURI, "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"^^xsd:anyURI, "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"^^xsd:anyURI, "https://www.omg.org/spec/LCC/"^^xsd:anyURI ;
    sm:fileAbbreviation "fibo-fnd-qt-qtu" ;
    sm:filename "QuantitiesAndUnits.rdf" ;
    a owl:Ontology ;
    rdfs:label "Quantities and Units Ontology" ;
    owl:imports <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Arrangements/Arrangements/>, <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Arrangements/ClassificationSchemes/>, <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Relations/Relations/>, <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Utilities/AnnotationVocabulary/>, <https://www.omg.org/spec/LCC/Countries/CountryRepresentation/> ;
    owl:versionIRI <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Quantities/QuantitiesAndUnits/> ;
    skos:changeNote "The https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/ was modified to allow for dimensionless quantity kinds, including but not limited to percentages, and to eliminate duplication with concepts in LCC.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/ was modified to eliminate circular definitions.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/ was modified to eliminate deprecated properties.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/ was modified to eliminate the redundant definition of rate, in favor of ratio in Analytics.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/ was modified to rename (migrate) the hasDefinition property to isDefinedIn.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/ was modified to untangle this ontology from analytics, untangle quantity values (measurements) from measures and add refinements from SysML and ISO 11179, including dimensionality." ;
    fibo-fnd-utl-av:hasMaturityLevel fibo-fnd-utl-av:Release .

fibo-fnd-qt-qtu:BaseQuantity
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "base quantity" ;
    rdfs:subClassOf fibo-fnd-qt-qtu:QuantityKind, [
        a owl:Restriction ;
        owl:onClass fibo-fnd-qt-qtu:SystemOfQuantities ;
        owl:onProperty fibo-fnd-rel-rel:isDefinedIn ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] ;
    skos:definition "quantity kind in a conventionally chosen subset of a given system of quantities, where no subset quantity can be expressed in terms of the others" ;
    skos:example "The International System of Quantities (ISQ) comprises these base quantities (with their SI base measurement units): length (meter), mass (kilogram), duration (second), electric current (ampere), thermodynamic temperature (kelvin), amount of substance (mole), and luminous intensity (candela).  These base quantities are not mutually comparable.  All quantities of any one of these kinds are, however, mutually comparable." ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI .

fibo-fnd-qt-qtu:BaseUnit
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "base unit" ;
    rdfs:subClassOf fibo-fnd-qt-qtu:MeasurementUnit ;
    skos:definition "measurement unit that is defined by a system of units to be the reference measurement unit for a base quantity" ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "Quantity units that are not base units are derived units." .

fibo-fnd-qt-qtu:DerivedQuantity
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "derived quantity" ;
    rdfs:subClassOf fibo-fnd-qt-qtu:QuantityKind, [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-qt-qtu:hasFactor ;
        owl:someValuesFrom fibo-fnd-qt-qtu:QuantityKindFactor
    ], [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-qt-qtu:isDerivedFrom ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (fibo-fnd-qt-qtu:BaseQuantity
                fibo-fnd-qt-qtu:DerivedQuantity
            )
        ]
    ] ;
    owl:disjointWith fibo-fnd-qt-qtu:BaseQuantity ;
    skos:definition "quantity kind that may be defined as a product of powers of one or more other kinds of quantity" ;
    skos:example "velocity (length/time), mass density (mass/length3)" ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "A derived quantity may also be used to define a synonym kind of quantity for another kind of quantity." .

fibo-fnd-qt-qtu:DerivedUnit
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "derived unit" ;
    rdfs:subClassOf fibo-fnd-qt-qtu:MeasurementUnit, [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-qt-qtu:hasFactor ;
        owl:someValuesFrom fibo-fnd-qt-qtu:UnitFactor
    ], [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-qt-qtu:isDerivedFrom ;
        owl:someValuesFrom fibo-fnd-qt-qtu:BaseUnit
    ] ;
    skos:definition "measurement unit that is defined with respect to one or more base units, such as as a product of powers of one or more other measurement units" ;
    skos:example "1 minute = 60 seconds", "For example velocity can be specified as the product of length to the power one times time to the power minus one, and subsequently speed can be specified as velocity to the power one." ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "Every derived unit is defined in terms of base units." .

fibo-fnd-qt-qtu:Dimensionality
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "dimensionality" ;
    rdfs:subClassOf fibo-fnd-arr-cls:Classifier, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:QuantityKindFactor ;
        owl:onProperty fibo-fnd-qt-qtu:hasFactor
    ] ;
    skos:definition "classifier that represents a set of equivalent units of measure" ;
    fibo-fnd-utl-av:adaptedFrom "ISO 11179-3:2013 Information technology - Metadata registries (MDR)", "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "Note that this definition is broader than that provided in SysML, which is an expression of the dependence of a quantity on the base quantities of a system of quantities as a product of powers of factors corresponding to the base quantities." .

fibo-fnd-qt-qtu:MeasurementUnit
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "measurement unit" ;
    rdfs:subClassOf fibo-fnd-qt-qtu:Quantity, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:MeasurementUnit ;
        owl:onProperty fibo-fnd-qt-qtu:specializes
    ], [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-rel-rel:isDefinedIn ;
        owl:someValuesFrom fibo-fnd-qt-qtu:SystemOfUnits
    ] ;
    skos:definition "quantity, defined and adopted by convention, with which any other quantity of the same kind can be compared to express the ratio of the two quantities as a number" ;
    skos:example "week, day, hour, minute, second, kilogram, joule, meter" ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "A Unit is a quantity in terms of which the magnitudes of other quantities that have the same quantity kind can be stated. A unit often relies on precise and reproducible ways to measure the unit. For example, a unit of length such as meter may be specified as a multiple of a particular wavelength of light. A unit may also specify less stable or precise ways to express some value, such as a cost expressed in some currency, or a severity rating measured by a numerical scale." .

fibo-fnd-qt-qtu:Quantity
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "quantity" ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-qt-qtu:hasQuantityKind ;
        owl:someValuesFrom fibo-fnd-qt-qtu:QuantityKind
    ] ;
    skos:definition "property of a phenomenon, body, or substance, to which a number can be assigned with respect to a reference" ;
    skos:editorialNote "The term quantity is used here to refer to the abstraction of the properties - the amount of measurable stuff that can be compared between particular quantities. The height of the something refers to a particular quantity; 555 ft 5 inches refers to a quantity value." ;
    skos:example "second, kilogram, joule, meter. These are quantities in a general sense, which is what is meant here by quantity." ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "A quantity as defined here is said to be a \"scalar\" as distinct from a \"vector.\" However, a vector or a tensor whose components are quantities is also considered to be a quantity." .

fibo-fnd-qt-qtu:QuantityKind
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "quantity kind" ;
    rdfs:subClassOf fibo-fnd-arr-cls:Classifier, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:MeasurementUnit ;
        owl:onProperty fibo-fnd-qt-qtu:hasMeasurementUnit
    ], [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:QuantityKind ;
        owl:onProperty fibo-fnd-qt-qtu:specializes
    ] ;
    skos:definition "classifier for 'quantity' that characterizes quantities as being mutually comparable" ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "A QuantityKind is a kind of quantity that may be stated by means of defined units. For example, the quantity kind of length may be measured by units of meters, kilometers, or feet.  Note that this definition allows for dimensionless quantity kinds, such as rates.", "Every instance of 'quantity kind' is also a specialization of 'quantity'. So the concept 'duration' is an instance of 'quantity kind' and it is a specialization of 'quantity', i.e., it is a classifier of actual quantities. But a given duration (i.e., the duration of something) is an instance of 'duration' and thus a 'quantity value,' not an instance of 'quantity kind'. For example, a 'year' is not an instance of quantity kind; it is an instance of quantity, but not a category of quantity." .

fibo-fnd-qt-qtu:QuantityKindFactor
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "quantity kind factor" ;
    rdfs:subClassOf fibo-fnd-arr-cls:Classifier, [
        a owl:Restriction ;
        owl:onClass fibo-fnd-qt-qtu:QuantityKind ;
        owl:onProperty fibo-fnd-qt-qtu:hasQuantityKind ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ], [
        a owl:Restriction ;
        owl:onDataRange owl:rational ;
        owl:onProperty fibo-fnd-qt-qtu:hasExponent ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] ;
    skos:definition "factor in a product of powers that defines a derived quantity" ;
    fibo-fnd-utl-av:adaptedFrom "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI .

fibo-fnd-qt-qtu:QuantityValue
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "quantity value" ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:MeasurementUnit ;
        owl:onProperty fibo-fnd-qt-qtu:hasMeasurementUnit
    ], [
        a owl:Restriction ;
        owl:onDataRange xsd:decimal ;
        owl:onProperty fibo-fnd-qt-qtu:hasNumericValue ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] ;
    skos:definition "number and measurement unit together giving magnitude of a quantity" ;
    skos:example "2 days, 3.5 hours, 150 lb, 45.5 miles" ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "The quantity expressed by a quantity value is the quantity whose ratio to the measurement unit is the number.  Note that dimensionless quantities may not have a measurement unit associated with them." ;
    fibo-fnd-utl-av:synonym "measurement" .

fibo-fnd-qt-qtu:SystemOfQuantities
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "system of quantities"@en ;
    rdfs:subClassOf fibo-fnd-arr-cls:ClassificationScheme, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:SystemOfQuantities ;
        owl:onProperty fibo-fnd-rel-rel:comprises
    ], [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:SystemOfQuantities ;
        owl:onProperty lcc-cr:uses
    ], [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-rel-rel:defines ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (fibo-fnd-qt-qtu:BaseQuantity
                fibo-fnd-qt-qtu:DerivedQuantity
            )
        ]
    ] ;
    skos:definition "set of quantities together with a set of non-contradictory equations relating those quantities" ;
    skos:example "The International System of Quantities (ISQ) is an example of a SystemOfQuantities, defined in ISO 31 and ISO/IEC 80000." ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI .

fibo-fnd-qt-qtu:SystemOfUnits
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "system of units" ;
    rdfs:subClassOf fibo-fnd-arr-cls:ClassificationScheme, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:SystemOfUnits ;
        owl:onProperty fibo-fnd-rel-rel:comprises
    ], [
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass fibo-fnd-qt-qtu:SystemOfUnits ;
        owl:onProperty lcc-cr:uses
    ], [
        a owl:Restriction ;
        owl:onClass fibo-fnd-qt-qtu:SystemOfQuantities ;
        owl:onProperty fibo-fnd-rel-rel:appliesTo ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ], [
        a owl:Restriction ;
        owl:onProperty fibo-fnd-rel-rel:defines ;
        owl:someValuesFrom fibo-fnd-qt-qtu:MeasurementUnit
    ] ;
    skos:definition "set of measurement units associated with a system of quantities, together with a set of rules that assign one measurement unit to be the base unit for each base quantity in the system of quantities and a set of rules for the derivation of other units from the base units" ;
    skos:example "The International System of Units (SI) is a system of units." ;
    fibo-fnd-utl-av:adaptedFrom "http://www.omg.org/spec/DTV/1.1/"^^xsd:anyURI, "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI .

fibo-fnd-qt-qtu:UnitFactor
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "unit factor" ;
    rdfs:subClassOf fibo-fnd-arr-cls:Classifier, [
        a owl:Restriction ;
        owl:onClass fibo-fnd-qt-qtu:MeasurementUnit ;
        owl:onProperty fibo-fnd-qt-qtu:hasMeasurementUnit ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ], [
        a owl:Restriction ;
        owl:onDataRange owl:rational ;
        owl:onProperty fibo-fnd-qt-qtu:hasExponent ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] ;
    skos:definition "factor in a product of powers that defines a derived unit" ;
    fibo-fnd-utl-av:adaptedFrom "https://www.omg.org/spec/SysML/1.5/"^^xsd:anyURI .

fibo-fnd-qt-qtu:hasDimension
    a owl:ObjectProperty ;
    rdfs:domain fibo-fnd-qt-qtu:QuantityKind ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "has dimension" ;
    rdfs:range fibo-fnd-qt-qtu:Dimensionality ;
    skos:definition "indicates a measurable extent associated with a given quantity kind in some system of quantities, which may be derived, depending on the choice of base quantity" .

fibo-fnd-qt-qtu:hasExponent
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "has exponent" ;
    rdfs:range owl:rational ;
    skos:definition "indicates the number of times a number should be multiplied by itself" .

fibo-fnd-qt-qtu:hasFactor
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "has factor" ;
    skos:definition "indicates a number or quantity that when multiplied with another produces a given number or expression" .

fibo-fnd-qt-qtu:hasMeasurementUnit
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "has measurement unit" ;
    rdfs:range fibo-fnd-qt-qtu:MeasurementUnit ;
    skos:definition "indicates the unit in which something is expressed" .

fibo-fnd-qt-qtu:hasNumericValue
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "has numeric value" ;
    rdfs:range xsd:decimal ;
    skos:definition "indicates a value associated with something that is a number" .

fibo-fnd-qt-qtu:hasQuantityKind
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "has quantity kind" ;
    rdfs:range fibo-fnd-qt-qtu:QuantityKind ;
    skos:definition "indicates the class of mutually comparable quantities involved in the definition of an individual quantity or factor" .

fibo-fnd-qt-qtu:hasQuantityValue
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "has quantity value" ;
    rdfs:range fibo-fnd-qt-qtu:QuantityValue ;
    skos:definition "relates something (an expression, formula, etc.) to its magnitude expressed as a number together with its unit of measure (if applicable)" .

fibo-fnd-qt-qtu:isDerivedFrom
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "is derived from" ;
    skos:definition "indicates something from which the subject is obtained or determined" ;
    skos:example "a derived quantity is derived from a base quantity; a derived unit is derived from a base unit" .

fibo-fnd-qt-qtu:specializes
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/> ;
    rdfs:label "specializes" ;
    skos:definition "indicates something whose nature is more general (broader than) the subject" .

