http://purl.oclc.org/NET/ssnx/qu/qu
qu
This part of the ontology defines 21 classes and 33 properties .
Module | Term Name | Type | Definition |
---|---|---|---|
Data | code | property | A code is a string that uniquely identifies an individual. |
Data | conversionFactor | property | Rational number that specifies the factor in the unit conversion relationship. |
Data | conversionOffset | property | Rational number that specifies the offset in the unit conversion relationship. |
Data | definitionURI | property | URI that references an external definition. |
Data | description | property | Textual description |
Data | exponent | property | Rational number that specifies the exponent of the power to which the unit is raised. |
Data | expression | property | Specifies the unit conversion relationship in some expression syntax. |
Data | name | property | |
Data | numericalValue | property | Specifies the numerical value. |
Data | symbol | property | Short symbolic name. |
Data | symbolicExpression | property | Symbolic expression of the quantity dimension's product of powers, in terms of symbols of the kinds of quantity that represent the base kinds of quantity and their exponents. |
Data | unitMultipleFactor | property | Specifies the multiple or submultiple multiplication factor. |
Unit | ConversionBasedUnit | class | A ConversionBasedUnit is an abstract classifier that is a Unit that represents a measurement unit that is defined with respect to another reference unit through an explicit conversion relationship. |
Unit | DerivedUnit | class | A DerivedUnit is a Unit that represents a measurement unit that is defined as a product of powers of one or more other measurement units. For example the measurement unit "metre per second" for "velocity" is specified as the product of "metre" to the power one times "second" to the power minus one |
Unit | GeneralConversionUnit | class | A GeneralConversionUnit is a ConversionBasedUnit that represents a measurement unit that is defined with respect to another reference measurement unit through a conversion relationship expressed in some syntax through a general mathematical expression. The unit conversion relationship is defined by the following equation: valueRU / valueCU = f(valueRU, valueCU) where: valueRU is the quantity value expressed in the referenceUnit, and, valueCU is the quantity value expressed in the GeneralConversionUnit, and, f(valueRU, valueCU) is a mathematical expression that includes valueRU and valueCU. |
Unit | LinearConversionUnit | class | A LinearConversionUnit is a ConversionBasedUnit that represents a measurement unit that is defined with respect to another measurement reference unit through a linear conversion relationship with a conversion factor. The unit conversion relationship is defined by the following equation: valueRU = factor · valueCU, where: valueRU is the quantity value expressed in the referenceUnit, and, valueCU is the quantity value expressed in the LinearConversionUnit. |
Unit | Prefix | class | A Prefix represents a named multiple or submultiple multiplication factor used in the specification of a PrefixedUnit. A SystemOfUnits may specify a set of prefixes. |
Unit | PrefixedUnit | class | A Prefix represents a named multiple or submultiple multiplication factor used in the specification of a PrefixedUnit. A SystemOfUnits may specify a set of prefixes. |
Unit | SimpleUnit | class | A SimpleUnit is a Unit that represents a measurement unit that does not depend on any other Unit. Typically a base unit would be specified as a SimpleUnit. |
Unit | Unit | class | A Unit is an abstract classifier that represents the [VIM] concept of "measurement unit" that is defined as "real scalar 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." |
Unit | UnitFactor | class | A UnitFactor represents a factor in the product of powers that defines a DerivedUnit. |
Unit | prefix | property | Ordered set of Prefix that specifies the prefixes for multiples and submultiples of units in the system |
Unit | referenceUnit | property | Specifies the unit with respect to which the ConversionBasedUnit is defined. |
Unit | unit | property | Specification of the associated Unit. |
Unit | unitFactor | property | Rational number that specifies the factor in the unit conversion relationship. |
Unit | unitKind | property | Specification of the associated Unit "Kind". |
Scale | Scale | class | 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. |
Scale | ScaleValueDefinition | class | A ScaleValueDefinition represents a specific value for a measurement scale. |
Scale | scale | property | Specification of a Scale that is associated to the QuantityKind. |
Scale | scaleValueDefinition | property | Ordered set of ScaleValueDefinition that specifies the defined numerical value(s) and textual definition(s) for the measurement scale. |
Quantity | DerivedQuantityKind | class | A DerivedQuantityKind is a QuantityKind that represents a kind of quantity that is defined as a product of powers of one or more other kinds of quantity. A DerivedQuantityKind may also be used to define a synonym kind of quantity for another kind of quantity. 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. |
Quantity | PropertyKind | class | A PropertyKind is a meta-property which helps to characterise categories of properties e.g. scalar, vector |
Quantity | QuantityKind | class | A QuantityKind is an abstract classifier that represents the [VIM] concept of "kind of quantity" that is defined as "aspect common to mutually comparable quantities." A QuantityKind represents the essence of a quantity without any numerical value or unit. Quantities of the same kind within a given system of quantities have the same quantity dimension. However, quantities of the same dimension are not necessarily of the same kind. |
Quantity | QuantityKindFactor | class | A QuantityKindFactor represents a factor in the product of powers that defines a DerivedQuantityKind. |
Quantity | SimpleQuantityKind | class | A SimpleQuantityKind is a QuantityKind that represents a kind of quantity that does not depend on any other QuantityKind. Typically a base quantity would be specified as a SimpleQuantityKind. |
Quantity | SpecializedQuantityKind | class | A SpecializedQuantityKind is a QuantityKind that represents a kind of quantity that is a specialization of another kind of quantity. For example, "distance", "width", "depth", "radius" and "wavelength" can all be specified as specializations of the "length" SimpleQuantityKind. |
Quantity | dimension | property | Derived ordered set of Dimension. The actual dimension of a QuantityKind depends on the list of baseQuantityKind that are specified in an actual SystemOfQuantities, see the DerivedDimensions constraint. |
Quantity | factorQuantityKind | property | Specification of the associated QuantityKind. |
Quantity | generalQuantityKind | property | A generalization relationship between two kinds of quantities. |
Quantity | propertyType | property | Specification of the associated ProeprtyType. |
Quantity | quantityKind | property | Specification of the associated QuantityKind. |
Quantity | quantityKindFactor | property | Rational number that specifies the factor in the quantity conversion relationship. |
Quantity | specificQuantityKind | property | A specialization relationship between two kinds of quantities. |
Dimension | Dimension | class | 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. |
Dimension | DimensionFactor | class | A DimensionFactor represents a factor in the product of powers that defines a Dimension. |
Dimension | SystemOfQuantities | class | A SystemOfQuantities represents the [VIM] concept of 'system of quantities' that is defined as a 'set of quantities together with a set of non-contradictory equations relating those quantities'. It collects a list of QuantityKind that specifies the kinds of quantity that are known in the system. The International System of Quantities (ISQ) is an example of a SystemOfQuantities, defined in ISO 31 and ISO/IEC 80000. |
Dimension | SystemOfUnits | class | A SystemOfUnits represents the [VIM] concept of 'system of units' that is defined as 'set of base units and derived units, together with their multiples and submultiples, defined in accordance with given rules, for a given system of quantities'. It collects a list of Unit that are known in the system. A SysML SystemOfUnits only optionally defines multiples and submultiples. |
Dimension | baseDimension | property | A Reference to the QuantityKind that represents the base quantity dimension in the factor. |
Dimension | baseQuantityKind | property | Ordered set of QuantityKind that specifies the base quantities of the system of quantities. This is a subset of the complete quantityKind list. The base quantities define the basis for the quantity dimension of a kind of quantity. |
Dimension | baseUnit | property | Ordered set of Unit that specifies the base units of the system of units. A "base unit" is defined in [VIM] as a "measurement unit that is adopted by convention for a base quantity," i.e. it is the (preferred) unit in which base quantities of the associated systemOfQuantities are expressed. |
Dimension | dimensionFactor | property | Rational number that specifies the factor in the dimension conversion relationship. |
Dimension | quantityComponent | property | Quantities attached to a system. |
Dimension | systemOfQuantities | property | Reference to the SystemOfQuantities for which the units are specified. |
Dimension | unitComponent | property | Ordered set of Unit that specifies the units that are known in the system. |
A code is a string that uniquely identifies an individual.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#code |
---|---|
Label: | code |
Source: | skos:closeMatch 'code' [QUDT] |
Range | xsd:string |
Paraphrase (experimental) | Being the qu:code of something, implies being something that is a xsd:string |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#code">
<rdfs:label>code</rdfs:label>
<dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
short symbolic name</dc:description>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>A code is a string that uniquely identifies an individual.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>skos:closeMatch 'code' [QUDT] http://qudt.org/</dc:source>
</owl:DatatypeProperty>
Rational number that specifies the factor in the unit conversion relationship.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#conversionFactor |
---|---|
Label: | conversionFactor |
Source: | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Range | xsd:double |
Paraphrase (experimental) | Being the qu:conversionFactor of something, implies being something that is a xsd:double |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#conversionFactor">
<rdfs:label>conversionFactor</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
<rdfs:comment>
Rational number that specifies the factor in the unit conversion
relationship.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'factor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Rational number that specifies the offset in the unit conversion relationship.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#conversionOffset |
---|---|
Label: | conversionOffset |
Source: | skos:exactMatch 'offset' [SysML 1.2-QUDV] |
Range | xsd:double |
Paraphrase (experimental) | Being the qu:conversionOffset of something, implies being something that is a xsd:double |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#conversionOffset">
<rdfs:label>conversionOffset</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
<rdfs:comment>
Rational number that specifies the offset in the unit conversion
relationship.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'offset' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
URI that references an external definition.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#definitionURI |
---|---|
Label: | definitionURI |
Source: | skos:exactMatch 'definitionURI' [SysML 1.2-QUDV] |
Range | xsd:string |
Paraphrase (experimental) | Being the qu:definitionURI of something, implies being something that is a xsd:string |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#definitionURI">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label>definitionURI</rdfs:label>
<dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
URI that contains an authoritative definition of the referent thing
</dc:description>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>URI that references an external definition.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'definitionURI' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Textual description
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#description |
---|---|
Label: | description |
Source: | skos:exactMatch 'description' [SysML 1.2-QUDV] |
Range | xsd:string |
Paraphrase (experimental) | Being the qu:description of something, implies being something that is a xsd:string |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#description">
<rdfs:label>description</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Textual description</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'description' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Rational number that specifies the exponent of the power to which the unit is raised.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#exponent |
---|---|
Label: | exponent |
Source: | skos:exactMatch 'exponent' [SysML 1.2-QUDV] |
Range | xsd:double |
Paraphrase (experimental) | Being the qu:exponent of something, implies being something that is a xsd:double |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#exponent">
<rdfs:label>exponent</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
<rdfs:comment>
Rational number that specifies the exponent of the power to which the
unit is raised.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'exponent' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Specifies the unit conversion relationship in some expression syntax.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#expression |
---|---|
Label: | conversionExpression |
Source: | skos:exactMatch 'expression' [SysML 1.2-QUDV] |
Range | xsd:string |
Paraphrase (experimental) | Being the qu:expression of something, implies being something that is a xsd:string |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#expression">
<rdfs:label>conversionExpression</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>
Specifies the unit conversion relationship in some expression syntax.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'expression' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#name |
---|---|
Label: | name |
Source: | skos:exactMatch 'name' [SysML 1.2-QUDV] |
Range | xsd:string |
Paraphrase (experimental) | Being the qu:name of something, implies being something that is a xsd:string |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#name">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label>name</rdfs:label>
<dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
human-readable word or sequence of words by which a thing is known
</dc:description>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'name' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Specifies the numerical value.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#numericalValue |
---|---|
Label: | numericalValue |
Source: | skos:exactMatch 'value' [SysML 1.2-QUDV] |
Range | xsd:double |
Paraphrase (experimental) | Being the qu:numericalValue of something, implies being something that is a xsd:double |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#numericalValue">
<rdfs:label>numericalValue</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
<rdfs:comment>Specifies the numerical value.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'value' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Short symbolic name.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#symbol |
---|---|
Label: | symbol |
Source: | skos:exactMatch 'symbol' [SysML 1.2-QUDV] |
Range | xsd:string |
Paraphrase (experimental) | Being the qu:symbol of something, implies being something that is a xsd:string |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#symbol">
<rdfs:label>symbol</rdfs:label>
<dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
short symbolic name</dc:description>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Short symbolic name.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'symbol' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Symbolic expression of the quantity dimension's product of powers, in terms of symbols of the kinds of quantity that represent the base kinds of quantity and their exponents.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#symbolicExpression |
---|---|
Label: | symbolicExpression |
Source: | skos:exactMatch 'symbolicExpression' [SysML 1.2-QUDV] |
Range | xsd:string |
Paraphrase (experimental) | Being the qu:symbolicExpression of something, implies being something that is a xsd:string |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#symbolicExpression">
<rdfs:label>symbolicExpression</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>
Symbolic expression of the quantity dimension's product of powers, in
terms of symbols of the kinds of quantity that represent the base kinds
of quantity and their exponents.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'symbolicExpression' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
Specifies the multiple or submultiple multiplication factor.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#unitMultipleFactor |
---|---|
Label: | unitMultipleFactor |
Source: | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Range | xsd:double |
Paraphrase (experimental) | Being the qu:unitMultipleFactor of something, implies being something that is a xsd:double |
<owl:DatatypeProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#unitMultipleFactor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label>unitMultipleFactor</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
<rdfs:comment>Specifies the multiple or submultiple multiplication factor.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Data</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'factor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:DatatypeProperty>
A ConversionBasedUnit is an abstract classifier that is a Unit that represents a measurement unit that is defined with respect to another reference unit through an explicit conversion relationship.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#ConversionBasedUnit |
---|---|
Label: | ConversionBasedUnit |
Source: | skos:exactMatch 'ConversionBasedUnit' [SysML 1.2-QUDV] |
Subclass of | things that have exactly qu:referenceUnit property that is a qu:Unit and qu:Unit |
Paraphrase (experimental) | A qu:ConversionBasedUnit is something that has exactly qu:referenceUnit property that is a qu:Unit and is a qu:Unit |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#ConversionBasedUnit">
<rdfs:label>ConversionBasedUnit</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#referenceUnit"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<rdfs:comment>
A ConversionBasedUnit is an abstract classifier that is a Unit that
represents a measurement unit that is defined with respect to another
reference unit through an explicit conversion relationship.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'ConversionBasedUnit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A DerivedUnit is a Unit that represents a measurement unit that is defined as a product of powers of one or more other measurement units. For example the measurement unit "metre per second" for "velocity" is specified as the product of "metre" to the power one times "second" to the power minus one
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#DerivedUnit |
---|---|
Label: | DerivedUnit |
Source: | skos:exactMatch 'DerivedUnit' [SysML 1.2-QUDV] |
Subclass of | things that have a qu:unitFactor property who may be a qu:UnitFactor and qu:Unit |
Paraphrase (experimental) | A qu:DerivedUnit is something that has a qu:unitFactor property who may be a qu:UnitFactor and is a qu:Unit |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#DerivedUnit">
<rdfs:label>DerivedUnit</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#unitFactor"/>
<owl:someValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#UnitFactor"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<rdfs:comment>
A DerivedUnit is a Unit that represents a measurement unit that is
defined as a product of powers of one or more other measurement units.
For example the measurement unit "metre per second" for "velocity" is
specified as the product of "metre" to the power one times "second" to
the power minus one
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'DerivedUnit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A GeneralConversionUnit is a ConversionBasedUnit that represents a measurement unit that is defined with respect to another reference measurement unit through a conversion relationship expressed in some syntax through a general mathematical expression. The unit conversion relationship is defined by the following equation: valueRU / valueCU = f(valueRU, valueCU) where: valueRU is the quantity value expressed in the referenceUnit, and, valueCU is the quantity value expressed in the GeneralConversionUnit, and, f(valueRU, valueCU) is a mathematical expression that includes valueRU and valueCU.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#GeneralConversionUnit |
---|---|
Label: | GeneralConversionUnit |
Source: | skos:exactMatch 'GeneralConversionUnit' [SysML 1.2-QUDV] |
Subclass of | things that have exactly qu:expression property that is a xsd:string and qu:ConversionBasedUnit |
Paraphrase (experimental) | A qu:GeneralConversionUnit is something that has exactly qu:expression property that is a xsd:string and is a qu:ConversionBasedUnit |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#GeneralConversionUnit">
<rdfs:label>GeneralConversionUnit</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#expression"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#ConversionBasedUnit"/>
<rdfs:comment>
A GeneralConversionUnit is a ConversionBasedUnit that represents a
measurement unit that is defined with respect to another reference
measurement unit through a conversion relationship expressed in some
syntax through a general mathematical expression. The unit conversion
relationship is defined by the following equation: valueRU / valueCU =
f(valueRU, valueCU) where: valueRU is the quantity value expressed in
the referenceUnit, and, valueCU is the quantity value expressed in the
GeneralConversionUnit, and, f(valueRU, valueCU) is a mathematical
expression that includes valueRU and valueCU.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'GeneralConversionUnit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A LinearConversionUnit is a ConversionBasedUnit that represents a measurement unit that is defined with respect to another measurement reference unit through a linear conversion relationship with a conversion factor. The unit conversion relationship is defined by the following equation: valueRU = factor · valueCU, where: valueRU is the quantity value expressed in the referenceUnit, and, valueCU is the quantity value expressed in the LinearConversionUnit.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#LinearConversionUnit |
---|---|
Label: | LinearConversionUnit |
Source: | skos:exactMatch 'LinearConversionUnit' [SysML 1.2-QUDV] |
Subclass of | things that have exactly qu:conversionFactor property that is a xsd:double and qu:ConversionBasedUnit |
Paraphrase (experimental) | A qu:LinearConversionUnit is something that has exactly qu:conversionFactor property that is a xsd:double and is a qu:ConversionBasedUnit |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#LinearConversionUnit">
<rdfs:label>LinearConversionUnit</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#conversionFactor"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#ConversionBasedUnit"/>
<rdfs:comment>
A LinearConversionUnit is a ConversionBasedUnit that represents a
measurement unit that is defined with respect to another measurement
reference unit through a linear conversion relationship with a
conversion factor. The unit conversion relationship is defined by the
following equation: valueRU = factor · valueCU, where: valueRU is the
quantity value expressed in the referenceUnit, and, valueCU is the
quantity value expressed in the LinearConversionUnit.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'LinearConversionUnit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A Prefix represents a named multiple or submultiple multiplication factor used in the specification of a PrefixedUnit. A SystemOfUnits may specify a set of prefixes.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#Prefix |
---|---|
Label: | Prefix |
Source: | skos:exactMatch 'Prefix' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:Prefix is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#Prefix">
<rdfs:label>Prefix</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#name"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#symbol"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#unitMultipleFactor"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A Prefix represents a named multiple or submultiple multiplication
factor used in the specification of a PrefixedUnit. A SystemOfUnits may
specify a set of prefixes.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'Prefix' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A Prefix represents a named multiple or submultiple multiplication factor used in the specification of a PrefixedUnit. A SystemOfUnits may specify a set of prefixes.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#PrefixedUnit |
---|---|
Label: | PrefixedUnit |
Source: | skos:exactMatch 'Prefix' [SysML 1.2-QUDV] |
Subclass of | things that have exactly qu:prefix property that is a qu:Prefix and qu:ConversionBasedUnit |
Paraphrase (experimental) | A qu:PrefixedUnit is something that has exactly qu:prefix property that is a qu:Prefix and is a qu:ConversionBasedUnit |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#PrefixedUnit">
<rdfs:label>PrefixedUnit</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#prefix"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Prefix"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#ConversionBasedUnit"/>
<rdfs:comment>
A Prefix represents a named multiple or submultiple multiplication
factor used in the specification of a PrefixedUnit. A SystemOfUnits may
specify a set of prefixes.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'Prefix' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A SimpleUnit is a Unit that represents a measurement unit that does not depend on any other Unit. Typically a base unit would be specified as a SimpleUnit.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#SimpleUnit |
---|---|
Label: | SimpleUnit |
Source: | skos:exactMatch 'SimpleUnit' [SysML 1.2-QUDV] |
Subclass of | qu:Unit |
Paraphrase (experimental) | A qu:SimpleUnit is something that is a qu:Unit |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#SimpleUnit">
<rdfs:label>SimpleUnit</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<rdfs:comment>
A SimpleUnit is a Unit that represents a measurement unit that does not
depend on any other Unit. Typically a base unit would be specified as a
SimpleUnit.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'SimpleUnit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A Unit is an abstract classifier that represents the [VIM] concept of "measurement unit" that is defined as "real scalar 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."
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#Unit |
---|---|
Label: | Unit |
Source: | skos:exactMatch 'Unit' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:Unit is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#Unit">
<rdfs:label>Unit</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#quantityKind"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#name"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#symbol"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#definitionURI"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#description"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A Unit is an abstract classifier that represents the [VIM] concept of
"measurement unit" that is defined as "real scalar 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."
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'Unit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A UnitFactor represents a factor in the product of powers that defines a DerivedUnit.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#UnitFactor |
---|---|
Label: | UnitFactor |
Source: | skos:exactMatch 'UnitFactor' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:UnitFactor is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#UnitFactor">
<rdfs:label>UnitFactor</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#unit"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#exponent"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A UnitFactor represents a factor in the product of powers that defines a
DerivedUnit.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'UnitFactor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
Ordered set of Prefix that specifies the prefixes for multiples and submultiples of units in the system
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#prefix |
---|---|
Label: | prefix |
Source: | skos:exactMatch 'prefix' [SysML 1.2-QUDV] |
Type of property: | Irreflexive property |
Range | qu:Prefix |
Paraphrase (experimental) | Being the qu:prefix of something, implies being something that is a qu:Prefix |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#prefix">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<rdfs:label>prefix</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Prefix"/>
<rdfs:comment>
Ordered set of Prefix that specifies the prefixes for multiples and
submultiples of units in the system
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'prefix' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Specifies the unit with respect to which the ConversionBasedUnit is defined.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#referenceUnit |
---|---|
Label: | referenceUnit |
Source: | skos:exactMatch 'referenceUnit' [SysML 1.2-QUDV] |
Range | qu:Unit |
Paraphrase (experimental) | Being the qu:referenceUnit of something, implies being something that is a qu:Unit |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#referenceUnit">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>referenceUnit</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<rdfs:comment>
Specifies the unit with respect to which the ConversionBasedUnit is
defined.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'referenceUnit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Specification of the associated Unit.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#unit |
---|---|
Label: | unit |
Source: | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Range | qu:Unit |
Paraphrase (experimental) | Being the qu:unit of something, implies being something that is a qu:Unit |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#unit">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>unit</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<rdfs:comment>Specification of the associated Unit.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Rational number that specifies the factor in the unit conversion relationship.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#unitFactor |
---|---|
Label: | unit factor |
Source: | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Range | |
Paraphrase (experimental) | Being the qu:unitFactor of something, implies being something which qu:UnitFactor |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#unitFactor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>unit factor</rdfs:label>
<rdfs:range><rdf:Description rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#UnitFactor"/>
</rdfs:range>
<rdfs:comment>
Rational number that specifies the factor in the unit conversion
relationship.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'factor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Specification of the associated Unit "Kind".
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#unitKind |
---|---|
Label: | unitKind |
Range | qu:Unit |
Inverse of | qu:quantityKind |
Paraphrase (experimental) | Being the qu:unitKind of something, implies being something that is a qu:Unit |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#unitKind">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>unitKind</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<owl:inverseOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#quantityKind"/>
<rdfs:comment>Specification of the associated Unit "Kind".</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso>
</owl:ObjectProperty>
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.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#Scale |
---|---|
Label: | Scale |
Source: | skos:exactMatch 'Scale' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:Scale is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#Scale">
<rdfs:label>Scale</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#scaleValueDefinition"/>
<owl:someValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#ScaleValueDefinition"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#unit"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<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:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Scale</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'Scale' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A ScaleValueDefinition represents a specific value for a measurement scale.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#ScaleValueDefinition |
---|---|
Label: | ScaleValueDefinition |
Source: | skos:exactMatch 'ScaleValueDefinition' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:ScaleValueDefinition is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#ScaleValueDefinition">
<rdfs:label>ScaleValueDefinition</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#description"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#numericalValue"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A ScaleValueDefinition represents a specific value for a measurement
scale.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Scale</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'ScaleValueDefinition' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
Specification of a Scale that is associated to the QuantityKind.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#scale |
---|---|
Label: | scale |
Source: | skos:exactMatch 'scale' [SysML 1.2-QUDV] |
Type of property: | Irreflexive property |
Range | qu:Scale |
Paraphrase (experimental) | Being the qu:scale of something, implies being something that is a qu:Scale |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#scale">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<rdfs:label>scale</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Scale"/>
<rdfs:comment>
Specification of a Scale that is associated to the QuantityKind.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Scale</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'scale' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Ordered set of ScaleValueDefinition that specifies the defined numerical value(s) and textual definition(s) for the measurement scale.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#scaleValueDefinition |
---|---|
Label: | scaleValueDefinition |
Source: | skos:exactMatch 'valueDefinition' [SysML 1.2-QUDV] |
Type of property: | Irreflexive property |
Range | qu:ScaleValueDefinition |
Paraphrase (experimental) | Being the qu:scaleValueDefinition of something, implies being something that is a qu:ScaleValueDefinition |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#scaleValueDefinition">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<rdfs:label>scaleValueDefinition</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#ScaleValueDefinition"/>
<rdfs:comment>
Ordered set of ScaleValueDefinition that specifies the defined numerical
value(s) and textual definition(s) for the measurement scale.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Scale</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'valueDefinition' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
A DerivedQuantityKind is a QuantityKind that represents a kind of quantity that is defined as a product of powers of one or more other kinds of quantity. A DerivedQuantityKind may also be used to define a synonym kind of quantity for another kind of quantity. 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.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#DerivedQuantityKind |
---|---|
Label: | DerivedQuantityKind |
Source: | skos:exactMatch 'DerivedQuantityKind ' [SysML 1.2-QUDV] |
Subclass of | things that have a qu:quantityKindFactor property who may be a qu:QuantityKindFactor and qu:QuantityKind |
Paraphrase (experimental) | A qu:DerivedQuantityKind is something that has a qu:quantityKindFactor property who may be a qu:QuantityKindFactor and is a qu:QuantityKind |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#DerivedQuantityKind">
<rdfs:label>DerivedQuantityKind</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#quantityKindFactor"/>
<owl:someValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKindFactor"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>
A DerivedQuantityKind is a QuantityKind that represents a kind of
quantity that is defined as a product of powers of one or more other
kinds of quantity. A DerivedQuantityKind may also be used to define a
synonym kind of quantity for another kind of quantity. 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.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'DerivedQuantityKind ' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A PropertyKind is a meta-property which helps to characterise categories of properties e.g. scalar, vector
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#PropertyKind |
---|---|
Label: | PropertyKind |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#PropertyKind">
<rdfs:label>PropertyKind</rdfs:label>
<rdfs:comment>
A PropertyKind is a meta-property which helps to characterise categories
of properties e.g. scalar, vector
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
</owl:Class>
A QuantityKind is an abstract classifier that represents the [VIM] concept of "kind of quantity" that is defined as "aspect common to mutually comparable quantities." A QuantityKind represents the essence of a quantity without any numerical value or unit. Quantities of the same kind within a given system of quantities have the same quantity dimension. However, quantities of the same dimension are not necessarily of the same kind.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind |
---|---|
Label: | QuantityKind |
Source: | skos:exactMatch 'QuantityKind' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:QuantityKind is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind">
<rdfs:label>QuantityKind</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#scale"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Scale"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#name"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#symbol"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#definitionURI"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#description"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A QuantityKind is an abstract classifier that represents the [VIM]
concept of "kind of quantity" that is defined as "aspect common to
mutually comparable quantities." A QuantityKind represents the essence
of a quantity without any numerical value or unit. Quantities of the
same kind within a given system of quantities have the same quantity
dimension. However, quantities of the same dimension are not necessarily
of the same kind.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'QuantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A QuantityKindFactor represents a factor in the product of powers that defines a DerivedQuantityKind.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKindFactor |
---|---|
Label: | QuantityKindFactor |
Source: | skos:exactMatch 'QuantityKindFactor' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:QuantityKindFactor is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKindFactor">
<rdfs:label>QuantityKindFactor</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#factorQuantityKind"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#exponent"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A QuantityKindFactor represents a factor in the product of powers that
defines a DerivedQuantityKind.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'QuantityKindFactor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A SimpleQuantityKind is a QuantityKind that represents a kind of quantity that does not depend on any other QuantityKind. Typically a base quantity would be specified as a SimpleQuantityKind.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#SimpleQuantityKind |
---|---|
Label: | SimpleQuantityKind |
Source: | skos:exactMatch 'SimpleQuantityKind' [SysML 1.2-QUDV] |
Subclass of | qu:QuantityKind |
Paraphrase (experimental) | A qu:SimpleQuantityKind is something that is a qu:QuantityKind |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#SimpleQuantityKind">
<rdfs:label>SimpleQuantityKind</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>
A SimpleQuantityKind is a QuantityKind that represents a kind of
quantity that does not depend on any other QuantityKind. Typically a
base quantity would be specified as a SimpleQuantityKind.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'SimpleQuantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A SpecializedQuantityKind is a QuantityKind that represents a kind of quantity that is a specialization of another kind of quantity. For example, "distance", "width", "depth", "radius" and "wavelength" can all be specified as specializations of the "length" SimpleQuantityKind.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#SpecializedQuantityKind |
---|---|
Label: | SpecializedQuantityKind |
Source: | skos:exactMatch 'SpecializedQuantityKind' [SysML 1.2-QUDV] |
Subclass of | things that have exactly qu:generalQuantityKind property that is a qu:QuantityKind and qu:QuantityKind |
Paraphrase (experimental) | A qu:SpecializedQuantityKind is something that has exactly qu:generalQuantityKind property that is a qu:QuantityKind and is a qu:QuantityKind |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#SpecializedQuantityKind">
<rdfs:label>SpecializedQuantityKind</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>
A SpecializedQuantityKind is a QuantityKind that represents a kind of
quantity that is a specialization of another kind of quantity. For
example, "distance", "width", "depth", "radius" and "wavelength" can all
be specified as specializations of the "length" SimpleQuantityKind.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'SpecializedQuantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
Derived ordered set of Dimension. The actual dimension of a QuantityKind depends on the list of baseQuantityKind that are specified in an actual SystemOfQuantities, see the DerivedDimensions constraint.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#dimension |
---|---|
Label: | dimension |
Source: | skos:exactMatch 'dimension' [SysML 1.2-QUDV] |
Range | qu:Dimension |
Paraphrase (experimental) | Being the qu:dimension of something, implies being something that is a qu:Dimension |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#dimension">
<rdfs:label>dimension</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Dimension"/>
<rdfs:comment>
Derived ordered set of Dimension. The actual dimension of a QuantityKind
depends on the list of baseQuantityKind that are specified in an actual
SystemOfQuantities, see the DerivedDimensions constraint.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'dimension' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Specification of the associated QuantityKind.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#factorQuantityKind |
---|---|
Label: | factorQuantityKind |
Source: | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Range | qu:QuantityKind |
Paraphrase (experimental) | Being the qu:factorQuantityKind of something, implies being something that is a qu:QuantityKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#factorQuantityKind">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>factorQuantityKind</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>Specification of the associated QuantityKind.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
A generalization relationship between two kinds of quantities.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind |
---|---|
Label: | generalQuantityKind |
Source: | skos:exactMatch 'general' [SysML 1.2-QUDV] |
Source: | skos:exactMatch 'generalization' [QUDT] |
Type of property: | Irreflexive property |
Range | qu:QuantityKind |
Paraphrase (experimental) | Being the qu:generalQuantityKind of something, implies being something that is a qu:QuantityKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<rdfs:label>generalQuantityKind</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>
A generalization relationship between two kinds of quantities.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'general' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
<dc:source>skos:exactMatch 'generalization' [QUDT] http:qudt.org</dc:source>
</owl:ObjectProperty>
Specification of the associated ProeprtyType.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#propertyType |
---|---|
Label: | propertyType |
Range | qu:PropertyKind |
Paraphrase (experimental) | Being the qu:propertyType of something, implies being something that is a qu:PropertyKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#propertyType">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>propertyType</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#PropertyKind"/>
<rdfs:comment>Specification of the associated ProeprtyType.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
</owl:ObjectProperty>
Specification of the associated QuantityKind.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#quantityKind |
---|---|
Label: | quantityKind |
Source: | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Range | qu:QuantityKind |
Paraphrase (experimental) | Being the qu:quantityKind of something, implies being something that is a qu:QuantityKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#quantityKind">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>quantityKind</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>Specification of the associated QuantityKind.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Rational number that specifies the factor in the quantity conversion relationship.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#quantityKindFactor |
---|---|
Label: | quantity kind factor |
Source: | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Range | |
Paraphrase (experimental) | Being the qu:quantityKindFactor of something, implies being something which qu:QuantityKindFactor |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#quantityKindFactor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>quantity kind factor</rdfs:label>
<rdfs:range><rdf:Description rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKindFactor"/>
</rdfs:range>
<rdfs:comment>
Rational number that specifies the factor in the quantity conversion
relationship.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'factor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
A specialization relationship between two kinds of quantities.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#specificQuantityKind |
---|---|
Label: | specificQuantityKind |
Source: | skos:exactMatch 'specific' [SysML 1.2-QUDV] |
Type of property: | Irreflexive property |
Range | qu:SpecializedQuantityKind and qu:QuantityKind |
Inverse of | qu:generalQuantityKind |
Paraphrase (experimental) | Being the qu:specificQuantityKind of something, implies being something that is a qu:SpecializedQuantityKind and a something that is a qu:QuantityKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#specificQuantityKind">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
<rdfs:label>specificQuantityKind</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#SpecializedQuantityKind"/>
<owl:inverseOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind"/>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>
A specialization relationship between two kinds of quantities.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Quantity</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'specific' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
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.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#Dimension |
---|---|
Label: | Dimension |
Source: | skos:exactMatch 'Dimension' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:Dimension is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#Dimension">
<rdfs:label>Dimension</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#dimensionFactor"/>
<owl:allValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#DimensionFactor"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#symbolicExpression"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<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:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'Dimension' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A DimensionFactor represents a factor in the product of powers that defines a Dimension.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#DimensionFactor |
---|---|
Label: | DimensionFactor |
Source: | skos:exactMatch 'DimensionFactor' [SysML 1.2-QUDV] |
Subclass of | things that have exactly qu:baseDimension property that is a qu:QuantityKind |
Paraphrase (experimental) | A qu:DimensionFactor is something that has exactly qu:baseDimension property that is a qu:QuantityKind |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#DimensionFactor">
<rdfs:label>DimensionFactor</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#baseDimension"/>
<owl:onClass rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>
A DimensionFactor represents a factor in the product of powers that
defines a Dimension.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'DimensionFactor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A SystemOfQuantities represents the [VIM] concept of 'system of quantities' that is defined as a 'set of quantities together with a set of non-contradictory equations relating those quantities'. It collects a list of QuantityKind that specifies the kinds of quantity that are known in the system. The International System of Quantities (ISQ) is an example of a SystemOfQuantities, defined in ISO 31 and ISO/IEC 80000.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#SystemOfQuantities |
---|---|
Label: | SystemOfQuantities |
Source: | skos:exactMatch 'SystemOfQuantities' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:SystemOfQuantities is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#SystemOfQuantities">
<rdfs:label>SystemOfQuantities</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#dimension"/>
<owl:someValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Dimension"/>
</owl:Restriction>
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#quantityComponent"/>
<owl:someValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
</owl:Restriction>
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#baseQuantityKind"/>
<owl:allValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#name"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#symbol"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#definitionURI"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#description"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A SystemOfQuantities represents the [VIM] concept of 'system of
quantities' that is defined as a 'set of quantities together with a set
of non-contradictory equations relating those quantities'. It collects a
list of QuantityKind that specifies the kinds of quantity that are known
in the system. The International System of Quantities (ISQ) is an
example of a SystemOfQuantities, defined in ISO 31 and ISO/IEC 80000.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'SystemOfQuantities' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A SystemOfUnits represents the [VIM] concept of 'system of units' that is defined as 'set of base units and derived units, together with their multiples and submultiples, defined in accordance with given rules, for a given system of quantities'. It collects a list of Unit that are known in the system. A SysML SystemOfUnits only optionally defines multiples and submultiples.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#SystemOfUnits |
---|---|
Label: | SystemOfUnits |
Source: | skos:exactMatch 'SystemOfUnits' [SysML 1.2-QUDV] |
Subclass of | (composite term, see schema) |
Paraphrase (experimental) | A qu:SystemOfUnits is something that is a (composite term, see schema) |
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#SystemOfUnits">
<rdfs:label>SystemOfUnits</rdfs:label>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#unitComponent"/>
<owl:someValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
</owl:Restriction>
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#baseUnit"/>
<owl:allValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
</owl:Restriction>
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#prefix"/>
<owl:allValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Prefix"/>
</owl:Restriction>
<owl:Restriction><owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#systemOfQuantities"/>
<owl:allValuesFrom rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#SystemOfQuantities"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#name"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#symbol"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#definitionURI"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#description"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment>
A SystemOfUnits represents the [VIM] concept of 'system of units' that
is defined as 'set of base units and derived units, together with their
multiples and submultiples, defined in accordance with given rules, for
a given system of quantities'. It collects a list of Unit that are known
in the system. A SysML SystemOfUnits only optionally defines multiples
and submultiples.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'SystemOfUnits' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:Class>
A Reference to the QuantityKind that represents the base quantity dimension in the factor.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#baseDimension |
---|---|
Label: | baseDimension |
Source: | skos:exactMatch 'baseDimension' [SysML 1.2-QUDV] |
Range | qu:QuantityKind |
Paraphrase (experimental) | Being the qu:baseDimension of something, implies being something that is a qu:QuantityKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#baseDimension">
<rdfs:label>baseDimension</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>
A Reference to the QuantityKind that represents the base quantity
dimension in the factor.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'baseDimension' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Ordered set of QuantityKind that specifies the base quantities of the system of quantities. This is a subset of the complete quantityKind list. The base quantities define the basis for the quantity dimension of a kind of quantity.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#baseQuantityKind |
---|---|
Label: | baseQuantityKind |
Source: | skos:exactMatch 'baseQuantityKind' [SysML 1.2-QUDV] |
Range | qu:QuantityKind |
Subproperty of | qu:quantityKind |
Paraphrase (experimental) | Being the qu:baseQuantityKind of something, implies being something that is a qu:QuantityKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#baseQuantityKind">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>baseQuantityKind</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:subPropertyOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#quantityKind"/>
<rdfs:comment>
Ordered set of QuantityKind that specifies the base quantities of the
system of quantities. This is a subset of the complete quantityKind
list. The base quantities define the basis for the quantity dimension of
a kind of quantity.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'baseQuantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Ordered set of Unit that specifies the base units of the system of units. A "base unit" is defined in [VIM] as a "measurement unit that is adopted by convention for a base quantity," i.e. it is the (preferred) unit in which base quantities of the associated systemOfQuantities are expressed.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#baseUnit |
---|---|
Label: | baseUnit |
Source: | skos:exactMatch 'baseUnit' [SysML 1.2-QUDV] |
Range | qu:Unit |
Subproperty of | qu:unit |
Paraphrase (experimental) | Being the qu:baseUnit of something, implies being something that is a qu:Unit |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#baseUnit">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>baseUnit</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<rdfs:subPropertyOf rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#unit"/>
<rdfs:comment>
Ordered set of Unit that specifies the base units of the system of
units. A "base unit" is defined in [VIM] as a "measurement unit that is
adopted by convention for a base quantity," i.e. it is the (preferred)
unit in which base quantities of the associated systemOfQuantities are
expressed.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'baseUnit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Rational number that specifies the factor in the dimension conversion relationship.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#dimensionFactor |
---|---|
Label: | dimension factor |
Source: | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Range | |
Paraphrase (experimental) | Being the qu:dimensionFactor of something, implies being something which qu:DimensionFactor |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#dimensionFactor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>dimension factor</rdfs:label>
<rdfs:range><rdf:Description rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#DimensionFactor"/>
</rdfs:range>
<rdfs:comment>
Rational number that specifies the factor in the dimension conversion
relationship.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'factor' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Quantities attached to a system.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#quantityComponent |
---|---|
Label: | quantityComponent |
Source: | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Range | qu:QuantityKind |
Paraphrase (experimental) | Being the qu:quantityComponent of something, implies being something that is a qu:QuantityKind |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#quantityComponent">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>quantityComponent</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#QuantityKind"/>
<rdfs:comment>Quantities attached to a system.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Reference to the SystemOfQuantities for which the units are specified.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#systemOfQuantities |
---|---|
Label: | systemOfQuantities |
Source: | skos:exactMatch 'systemOfQuantities' [SysML 1.2-QUDV] |
Range | qu:SystemOfQuantities |
Paraphrase (experimental) | Being the qu:systemOfQuantities of something, implies being something that is a qu:SystemOfQuantities |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#systemOfQuantities">
<rdfs:label>systemOfQuantities</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#SystemOfQuantities"/>
<rdfs:comment>
Reference to the SystemOfQuantities for which the units are specified.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'systemOfQuantities' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
Ordered set of Unit that specifies the units that are known in the system.
URI: | http://purl.oclc.org/NET/ssnx/qu/qu#unitComponent |
---|---|
Label: | unitComponent |
Source: | skos:exactMatch 'unit' [SysML 1.2-QUDV] |
Range | qu:Unit |
Paraphrase (experimental) | Being the qu:unitComponent of something, implies being something that is a qu:Unit |
<owl:ObjectProperty rdf:about="http://purl.oclc.org/NET/ssnx/qu/qu#unitComponent">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
<rdfs:label>unitComponent</rdfs:label>
<rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/qu/qu#Unit"/>
<rdfs:comment>
Ordered set of Unit that specifies the units that are known in the system.
</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/qu</rdfs:isDefinedBy>
<rdfs:seeAlso>http://www.omgsysml.org/qudv#Dimension</rdfs:seeAlso>
<dc:source>
skos:exactMatch 'unit' [SysML 1.2-QUDV]
http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv
</dc:source>
</owl:ObjectProperty>
This part of the ontology defines no classes and one property .
Module | Term Name | Type | Definition |
---|---|---|---|
cc | license | property |
URI: | http://creativecommons.org/ns#license |
---|---|
Type of property: | Annotation property |
<owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#license"/>