@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 dc: <http://purl.org/dc/elements/1.1/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Scale metadata_def:mappingLoom "scale" ; metadata_def:mappingSameURI ns0:Scale ; metadata_def:prefLabel "Scale" ; metadata:prefixIRI "qu:Scale" ; dc:source "skos:exactMatch 'Scale' [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 Scale represents the [VIM] concept of a \"measurement scale\" that is defined as an \"ordered set of quantity values of quantities of a given kind of quantity used in ranking, according to magnitude, quantities of that kind.\" A Scale specifies one or more fixed values that have a specific significance in the definition of the associating QuantityKind. For example the \"thermodynamic temperature\" kind of quantity is defined by specifying the values of 0 and 273.16 kelvin as the temperatures of absolute zero and the triple point of water respectively. A Scale does not always need to specify a unit. For example the \"Rockwell C Hardness Scale\" or the \"Beaufort Wind Force Scale\" are ordinal scales that do not have a particular associated unit. Similarly, subjective scales for a \"priority\" or \"risk\" kind of quantity with e.g. value definitions 0 for \"low\", 1 for \"medium\" and 3 for \"high\" do not have a particular associated unit.""" ; rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ; rdfs:label "Scale" ; rdfs:seeAlso "http://www.omgsysml.org/qudv#Scale" ; rdfs:subClassOf owl:Thing . ns0:scale rdfs:range ns0:Scale .
@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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Scale
    metadata_def:mappingLoom "scale" ;
    metadata_def:mappingSameURI ns0:Scale ;
    metadata_def:prefLabel "Scale" ;
    metadata:prefixIRI "qu:Scale" ;
    dc:source "skos:exactMatch 'Scale' [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 Scale represents the [VIM] concept of a \"measurement scale\" that is defined as an \"ordered set of quantity values of
quantities of a given kind of quantity used in ranking, according to magnitude, quantities of that kind.\" A Scale specifies one
or more fixed values that have a specific significance in the definition of the associating QuantityKind.
For example the \"thermodynamic temperature\" kind of quantity is defined by specifying the values of 0 and 273.16 kelvin as
the temperatures of absolute zero and the triple point of water respectively.
A Scale does not always need to specify a unit. For example the \"Rockwell C Hardness Scale\" or the \"Beaufort Wind Force
Scale\" are ordinal scales that do not have a particular associated unit. Similarly, subjective scales for a \"priority\" or \"risk\" kind
of quantity with e.g. value definitions 0 for \"low\", 1 for \"medium\" and 3 for \"high\" do not have a particular associated unit.""" ;
    rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ;
    rdfs:label "Scale" ;
    rdfs:seeAlso "http://www.omgsysml.org/qudv#Scale" ;
    rdfs:subClassOf owl:Thing .

ns0:scale
    rdfs:range ns0:Scale .