@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.oclc.org/NET/ssnx/qu/qu#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . ns0:Dimension metadata_def:mappingLoom "dimension" ; metadata_def:mappingSameURI ns0:Dimension ; metadata_def:prefLabel "Dimension" ; metadata:prefixIRI "qu:Dimension" ; dc:source "skos:exactMatch 'Dimension' [SysML 1.2-QUDV] http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv" ; a owl:Class ; rdfs:comment """A Dimension represents the [VIM] concept of 'quantity dimension' that is defined as '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, omitting any numerical factor.' For example in the ISQ the quantity dimension of 'force' is denoted by dim F = L�M�T^2, where 'F' is the symbol for 'force', and 'L', 'M', 'T' are the symbols for the ISQ base quantities 'length', 'mass' and 'time' respectively. The Dimension of any QuantityKind can be derived through the algorithm that is defined in C.5.3.20 with SystemOfQuantities. The actual Dimension for a given QuantityKind depends on the choice of baseQuantityKind specified in a SystemOfQuantities.""" ; rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ; rdfs:label "Dimension" ; rdfs:seeAlso "http://www.omgsysml.org/qudv#Dimension" ; rdfs:subClassOf owl:Thing . ns0:dimension rdfs:range ns0:Dimension .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.oclc.org/NET/ssnx/qu/qu#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

ns0:Dimension
    metadata_def:mappingLoom "dimension" ;
    metadata_def:mappingSameURI ns0:Dimension ;
    metadata_def:prefLabel "Dimension" ;
    metadata:prefixIRI "qu:Dimension" ;
    dc:source "skos:exactMatch 'Dimension' [SysML 1.2-QUDV] http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv" ;
    a owl:Class ;
    rdfs:comment """A Dimension represents the [VIM] concept of 'quantity dimension' that is defined as '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, omitting any numerical factor.'

For example in the ISQ the quantity dimension of 'force' is denoted by dim F = L�M�T^2, where 'F' is the symbol for 'force', and 'L', 'M', 'T' are the symbols for the ISQ base quantities 'length', 'mass' and 'time' respectively.

The Dimension of any QuantityKind can be derived through the algorithm that is defined in C.5.3.20 with SystemOfQuantities. The actual Dimension for a given QuantityKind depends on the choice of baseQuantityKind specified in a SystemOfQuantities.""" ;
    rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ;
    rdfs:label "Dimension" ;
    rdfs:seeAlso "http://www.omgsysml.org/qudv#Dimension" ;
    rdfs:subClassOf owl:Thing .

ns0:dimension
    rdfs:range ns0:Dimension .