@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://qudt.org/schema/qudt/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://uri.etsi.org/ngsi-ld/> . @prefix ns2: <https://saref.etsi.org/core/> . @prefix ns3: <http://qudt.org/2.1/schema/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns4: <http://purl.oclc.org/NET/ssnx/qu/qu#> . ns4:Unit owl:equivalentClass ns0:Unit . ns0:Unit metadata_def:mappingLoom "unit" ; metadata_def:mappingSameURI ns0:Unit ; metadata_def:prefLabel "Unit" ; metadata:prefixIRI "qudt:Unit" ; a owl:Class ; rdfs:comment "A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n)" ; rdfs:isDefinedBy ns3:qudt ; rdfs:label "Unit" ; rdfs:subClassOf ns1:Entity ; owl:equivalentClass ns2:UnitOfMeasure . ns0:unit rdfs:range ns0:Unit .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://qudt.org/schema/qudt/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://uri.etsi.org/ngsi-ld/> .
@prefix ns2: <https://saref.etsi.org/core/> .
@prefix ns3: <http://qudt.org/2.1/schema/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns4: <http://purl.oclc.org/NET/ssnx/qu/qu#> .

ns4:Unit
    owl:equivalentClass ns0:Unit .

ns0:Unit
    metadata_def:mappingLoom "unit" ;
    metadata_def:mappingSameURI ns0:Unit ;
    metadata_def:prefLabel "Unit" ;
    metadata:prefixIRI "qudt:Unit" ;
    a owl:Class ;
    rdfs:comment "A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n)" ;
    rdfs:isDefinedBy ns3:qudt ;
    rdfs:label "Unit" ;
    rdfs:subClassOf ns1:Entity ;
    owl:equivalentClass ns2:UnitOfMeasure .

ns0:unit
    rdfs:range ns0:Unit .