Warning:
This wiki has been archived and is now read-only.
QU Ontology
Library for Quantity Kinds and Units: schema, based on QUDV model OMG SysML(TM), Version 1.2
DRAFT DOCUMENTATION
DO NOT EDIT - This is a semi-automatically generated documentation derived from the OWL file (with some extra (rdfs:seeAlso annotations added manually to structure the documents per themes)
Authors
Working group of the SysML 1.2 Revision Task Force (RTF)
W3C Semantic Sensor Network Incubator Group
Description
This ontology is partially based on the conceptual model for Quantities, Units, Dimensions, Values (QUDV) to define systems of units and quantities for use in system models proposed by a working group of the SysML 1.2 Revision Task Force (RTF), working in close coordination with the OMG MARTE specification group. This Model Library for Quantities, Units, Dimensions and Values (QUDV) is described in OMG SysMLTM, Version 1.2 Appendix C.4 Model Library for Quantity Kinds and Units http://ontolog.cim3.net/file/resource/reference/UoM_Ontology_Standard/available-UoM-references/QUDV-Annex-C4-C5--OMG-SysML-v1-2_Oct-2009.pdf (Note: the SYSML-QUDV definitions are flagged with a rdfs:seeAlso annotation equal to with http://www.omgsysml.org/qudv.
This ontology is developed as a complement to the Agriculture Meteorology example showcasing the ontology developed by the W3C Semantic Sensor Networks incubator group (SSN-XG). For more information on the group's activities see: http://www.w3.org/2005/Incubator/ssn/ .
Please report any errors to the Semantic Sensor Network Incubator Activity via the public W3C list public-xg-ssn@w3.org or alternatively, to the QUDV mailing list: http://www.omg.org/publicarchives/qudv/
See also
http://www.w3.org/2005/Incubator/ssn/
Latest Version
http://purl.oclc.org/NET/ssnx/qu/qu
Rights
Copyright 2010 W3C.
License
Use and distribution of this ontology are permitted under the terms of the W3C Software Notice and License.
URI
The URI for this ontology is http://purl.org/NET/ssnx/qu/qu#
Prefix
When used in XML documents the suggested prefix is qu
Table of Contents
Section http://www.omgsysml.org/qudv
Introduction http://www.omgsysml.org/qudv
This part of the ontology defines 20 classes and 32 properties .
|
|
|
|
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 | 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 | 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. |
Module Data
code
A code is a string that uniquely identifies an individual.
|
http://purl.org/NET/ssnx/qu/qu#code |
|
code |
|
skos:closeMatch 'code' [QUDT] |
|
xsd:string |
|
Being the qu:code of something, implies being something that is a xsd:string |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
conversionFactor
Rational number that specifies the factor in the unit conversion relationship.
|
http://purl.org/NET/ssnx/qu/qu#conversionFactor |
|
conversionFactor |
|
skos:exactMatch 'factor' [SysML 1.2-QUDV] |
|
xsd:double |
|
Being the qu:conversionFactor of something, implies being something that is a xsd:double |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
conversionOffset
Rational number that specifies the offset in the unit conversion relationship.
|
http://purl.org/NET/ssnx/qu/qu#conversionOffset |
|
conversionOffset |
|
skos:exactMatch 'offset' [SysML 1.2-QUDV] |
|
xsd:double |
|
Being the qu:conversionOffset of something, implies being something that is a xsd:double |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
definitionURI
URI that references an external definition.
|
http://purl.org/NET/ssnx/qu/qu#definitionURI |
|
definitionURI |
|
skos:exactMatch 'definitionURI' [SysML 1.2-QUDV] |
|
xsd:string |
|
Being the qu:definitionURI of something, implies being something that is a xsd:string |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
description
Textual description
|
http://purl.org/NET/ssnx/qu/qu#description |
|
description |
|
skos:exactMatch 'description' [SysML 1.2-QUDV] |
|
xsd:string |
|
Being the qu:description of something, implies being something that is a xsd:string |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
exponent
Rational number that specifies the exponent of the power to which the unit is raised.
|
http://purl.org/NET/ssnx/qu/qu#exponent |
|
exponent |
|
skos:exactMatch 'exponent' [SysML 1.2-QUDV] |
|
xsd:double |
|
Being the qu:exponent of something, implies being something that is a xsd:double |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
expression
Specifies the unit conversion relationship in some expression syntax.
|
http://purl.org/NET/ssnx/qu/qu#expression |
|
conversionExpression |
|
skos:exactMatch 'expression' [SysML 1.2-QUDV] |
|
xsd:string |
|
Being the qu:expression of something, implies being something that is a xsd:string |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
name
|
http://purl.org/NET/ssnx/qu/qu#name |
|
name |
|
skos:exactMatch 'name' [SysML 1.2-QUDV] |
|
xsd:string |
|
Being the qu:name of something, implies being something that is a xsd:string |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
numericalValue
Specifies the numerical value.
|
http://purl.org/NET/ssnx/qu/qu#numericalValue |
|
numericalValue |
|
skos:exactMatch 'value' [SysML 1.2-QUDV] |
|
xsd:double |
|
Being the qu:numericalValue of something, implies being something that is a xsd:double |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
symbol
Short symbolic name.
|
http://purl.org/NET/ssnx/qu/qu#symbol |
|
symbol |
|
skos:exactMatch 'symbol' [SysML 1.2-QUDV] |
|
xsd:string |
|
Being the qu:symbol of something, implies being something that is a xsd:string |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
symbolicExpression
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.
|
http://purl.org/NET/ssnx/qu/qu#symbolicExpression |
|
symbolicExpression |
|
skos:exactMatch 'symbolicExpression' [SysML 1.2-QUDV] |
|
xsd:string |
|
Being the qu:symbolicExpression of something, implies being something that is a xsd:string |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
unitMultipleFactor
Specifies the multiple or submultiple multiplication factor.
|
http://purl.org/NET/ssnx/qu/qu#unitMultipleFactor |
|
unitMultipleFactor |
|
skos:exactMatch 'factor' [SysML 1.2-QUDV] |
|
xsd:double |
|
Being the qu:unitMultipleFactor of something, implies being something that is a xsd:double |
Schema:
<owl:DatatypeProperty rdf:about="http://purl.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.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>
Module Unit
ConversionBasedUnit
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.
|
http://purl.org/NET/ssnx/qu/qu#ConversionBasedUnit |
|
ConversionBasedUnit |
|
skos:exactMatch 'ConversionBasedUnit' [SysML 1.2-QUDV] |
|
things that have exactly qu:referenceUnit property that is a qu:Unit and qu:Unit |
|
A qu:ConversionBasedUnit is something that has exactly qu:referenceUnit property that is a qu:Unit and is a qu:Unit |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#ConversionBasedUnit"> <rdfs:label>ConversionBasedUnit</rdfs:label> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#referenceUnit"/> <owl:onClass rdf:resource="http://purl.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.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.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>
DerivedUnit
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
|
http://purl.org/NET/ssnx/qu/qu#DerivedUnit |
|
DerivedUnit |
|
skos:exactMatch 'DerivedUnit' [SysML 1.2-QUDV] |
|
things that have a qu:unitactor property who may be a qu:UnitFactor and qu:Unit |
|
A qu:DerivedUnit is something that has a qu:unitactor property who may be a qu:UnitFactor and is a qu:Unit |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#DerivedUnit"> <rdfs:label>DerivedUnit</rdfs:label> <rdfs:subClassOf> <owl:Restriction><owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#unitactor"/> <owl:someValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#UnitFactor"/> </owl:Restriction> </rdfs:subClassOf> <rdfs:subClassOf rdf:resource="http://purl.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.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>
GeneralConversionUnit
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.
|
http://purl.org/NET/ssnx/qu/qu#GeneralConversionUnit |
|
GeneralConversionUnit |
|
skos:exactMatch 'GeneralConversionUnit' [SysML 1.2-QUDV] |
|
things that have exactly qu:expression property that is a xsd:string and qu:ConversionBasedUnit |
|
A qu:GeneralConversionUnit is something that has exactly qu:expression property that is a xsd:string and is a qu:ConversionBasedUnit |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#GeneralConversionUnit"> <rdfs:label>GeneralConversionUnit</rdfs:label> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.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.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.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>
LinearConversionUnit
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.
|
http://purl.org/NET/ssnx/qu/qu#LinearConversionUnit |
|
LinearConversionUnit |
|
skos:exactMatch 'LinearConversionUnit' [SysML 1.2-QUDV] |
|
things that have exactly qu:conversionFactor property that is a xsd:double and qu:ConversionBasedUnit |
|
A qu:LinearConversionUnit is something that has exactly qu:conversionFactor property that is a xsd:double and is a qu:ConversionBasedUnit |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#LinearConversionUnit"> <rdfs:label>LinearConversionUnit</rdfs:label> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.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.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.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>
Prefix
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.
|
http://purl.org/NET/ssnx/qu/qu#Prefix |
|
Prefix |
|
skos:exactMatch 'Prefix' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:Prefix is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.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.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <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.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>
PrefixedUnit
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.
|
http://purl.org/NET/ssnx/qu/qu#PrefixedUnit |
|
PrefixedUnit |
|
skos:exactMatch 'Prefix' [SysML 1.2-QUDV] |
|
things that have exactly qu:prefix property that is a qu:Prefix and qu:ConversionBasedUnit |
|
A qu:PrefixedUnit is something that has exactly qu:prefix property that is a qu:Prefix and is a qu:ConversionBasedUnit |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#PrefixedUnit"> <rdfs:label>PrefixedUnit</rdfs:label> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#prefix"/> <owl:onClass rdf:resource="http://purl.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.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.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>
SimpleUnit
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.
|
http://purl.org/NET/ssnx/qu/qu#SimpleUnit |
|
SimpleUnit |
|
skos:exactMatch 'SimpleUnit' [SysML 1.2-QUDV] |
|
qu:Unit |
|
A qu:SimpleUnit is something that is a qu:Unit |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#SimpleUnit"> <rdfs:label>SimpleUnit</rdfs:label> <rdfs:subClassOf rdf:resource="http://purl.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.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>
Unit
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.â€
|
http://purl.org/NET/ssnx/qu/qu#Unit |
|
Unit |
|
skos:exactMatch 'Unit' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:Unit is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#quantityKind"/> <owl:onClass rdf:resource="http://purl.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.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.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.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <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.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>
UnitFactor
A UnitFactor represents a factor in the product of powers that defines a DerivedUnit.
|
http://purl.org/NET/ssnx/qu/qu#UnitFactor |
|
UnitFactor |
|
skos:exactMatch 'UnitFactor' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:UnitFactor is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#unit"/> <owl:onClass rdf:resource="http://purl.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment> A UnitFactor represents a factor in the product of powers that defines a DerivedUnit. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
prefix
Ordered set of Prefix that specifies the prefixes for multiples and submultiples of units in the system
|
http://purl.org/NET/ssnx/qu/qu#prefix |
|
prefix |
|
skos:exactMatch 'prefix' [SysML 1.2-QUDV] |
|
Irreflexive property |
|
qu:Prefix |
|
Being the qu:prefix of something, implies being something that is a qu:Prefix |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.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.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>
referenceUnit
Specifies the unit with respect to which the ConversionBasedUnit is defined.
|
http://purl.org/NET/ssnx/qu/qu#referenceUnit |
|
referenceUnit |
|
skos:exactMatch 'referenceUnit' [SysML 1.2-QUDV] |
|
qu:Unit |
|
Being the qu:referenceUnit of something, implies being something that is a qu:Unit |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.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.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>
unit
Specification of the associated Unit.
|
http://purl.org/NET/ssnx/qu/qu#unit |
|
unit |
|
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
|
qu:Unit |
|
Being the qu:unit of something, implies being something that is a qu:Unit |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#Unit"/> <rdfs:comment>Specification of the associated Unit.</rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
unitFactor
Rational number that specifies the factor in the unit conversion relationship.
|
http://purl.org/NET/ssnx/qu/qu#unitFactor |
|
unit factor |
|
skos:exactMatch 'factor' [SysML 1.2-QUDV] |
|
|
|
Being the qu:unitFactor of something, implies being something which qu:UnitFactor |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.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.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>
unitKind
Specification of the associated Unit "Kind".
|
http://purl.org/NET/ssnx/qu/qu#unitKind |
|
unitKind |
|
qu:Unit |
|
qu:quantityKind |
|
Being the qu:unitKind of something, implies being something that is a qu:Unit |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#Unit"/> <owl:inverseOf rdf:resource="http://purl.org/NET/ssnx/qu/qu#quantityKind"/> <rdfs:comment>Specification of the associated Unit "Kind".</rdfs:comment> <rdfs:isDefinedBy>http://purl.org/NET/ssnx/qu</rdfs:isDefinedBy> <rdfs:seeAlso>http://www.omgsysml.org/qudv#Unit</rdfs:seeAlso> </owl:ObjectProperty>
Module Scale
Scale
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.
|
http://purl.org/NET/ssnx/qu/qu#Scale |
|
Scale |
|
skos:exactMatch 'Scale' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:Scale is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#scaleValueDefinition"/> <owl:someValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#ScaleValueDefinition"/> </owl:Restriction> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#unit"/> <owl:onClass rdf:resource="http://purl.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <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.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>
ScaleValueDefinition
A ScaleValueDefinition represents a specific value for a measurement scale.
|
http://purl.org/NET/ssnx/qu/qu#ScaleValueDefinition |
|
ScaleValueDefinition |
|
skos:exactMatch 'ScaleValueDefinition' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:ScaleValueDefinition is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment> A ScaleValueDefinition represents a specific value for a measurement scale. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
scale
Specification of a Scale that is associated to the QuantityKind.
|
http://purl.org/NET/ssnx/qu/qu#scale |
|
scale |
|
skos:exactMatch 'scale' [SysML 1.2-QUDV] |
|
Irreflexive property |
|
qu:Scale |
|
Being the qu:scale of something, implies being something that is a qu:Scale |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#Scale"/> <rdfs:comment> Specification of a Scale that is associated to the QuantityKind. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
scaleValueDefinition
Ordered set of ScaleValueDefinition that specifies the defined numerical value(s) and textual definition(s) for the measurement scale.
|
http://purl.org/NET/ssnx/qu/qu#scaleValueDefinition |
|
scaleValueDefinition |
|
skos:exactMatch 'valueDefinition' [SysML 1.2-QUDV] |
|
Irreflexive property |
|
qu:ScaleValueDefinition |
|
Being the qu:scaleValueDefinition of something, implies being something that is a qu:ScaleValueDefinition |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.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.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>
Module Quantity
DerivedQuantityKind
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.
|
http://purl.org/NET/ssnx/qu/qu#DerivedQuantityKind |
|
DerivedQuantityKind |
|
skos:exactMatch 'DerivedQuantityKind ' [SysML 1.2-QUDV] |
|
things that have a qu:quantityKindFactor property who may be a qu:QuantityKindFactor and qu:QuantityKind |
|
A qu:DerivedQuantityKind is something that has a qu:quantityKindFactor property who may be a qu:QuantityKindFactor and is a qu:QuantityKind |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#DerivedQuantityKind"> <rdfs:label>DerivedQuantityKind</rdfs:label> <rdfs:subClassOf> <owl:Restriction><owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#quantityKindFactor"/> <owl:someValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#QuantityKindFactor"/> </owl:Restriction> </rdfs:subClassOf> <rdfs:subClassOf rdf:resource="http://purl.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.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>
QuantityKind
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.
|
http://purl.org/NET/ssnx/qu/qu#QuantityKind |
|
QuantityKind |
|
skos:exactMatch 'QuantityKind' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:QuantityKind is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#scale"/> <owl:onClass rdf:resource="http://purl.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.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.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.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <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.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>
QuantityKindFactor
A QuantityKindFactor represents a factor in the product of powers that defines a DerivedQuantityKind.
|
http://purl.org/NET/ssnx/qu/qu#QuantityKindFactor |
|
QuantityKindFactor |
|
skos:exactMatch 'QuantityKindFactor' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:QuantityKindFactor is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#factorQuantityKind"/> <owl:onClass rdf:resource="http://purl.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment> A QuantityKindFactor represents a factor in the product of powers that defines a DerivedQuantityKind. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
SimpleQuantityKind
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.
|
http://purl.org/NET/ssnx/qu/qu#SimpleQuantityKind |
|
SimpleQuantityKind |
|
skos:exactMatch 'SimpleQuantityKind' [SysML 1.2-QUDV] |
|
qu:QuantityKind |
|
A qu:SimpleQuantityKind is something that is a qu:QuantityKind |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#SimpleQuantityKind"> <rdfs:label>SimpleQuantityKind</rdfs:label> <rdfs:subClassOf rdf:resource="http://purl.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.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>
SpecializedQuantityKind
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.
|
http://purl.org/NET/ssnx/qu/qu#SpecializedQuantityKind |
|
SpecializedQuantityKind |
|
skos:exactMatch 'SpecializedQuantityKind' [SysML 1.2-QUDV] |
|
things that have exactly qu:generalQuantityKind property that is a qu:QuantityKind and qu:QuantityKind |
|
A qu:SpecializedQuantityKind is something that has exactly qu:generalQuantityKind property that is a qu:QuantityKind and is a qu:QuantityKind |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#SpecializedQuantityKind"> <rdfs:label>SpecializedQuantityKind</rdfs:label> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#generalQuantityKind"/> <owl:onClass rdf:resource="http://purl.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.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.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>
dimension
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.
|
http://purl.org/NET/ssnx/qu/qu#dimension |
|
dimension |
|
skos:exactMatch 'dimension' [SysML 1.2-QUDV] |
|
qu:Dimension |
|
Being the qu:dimension of something, implies being something that is a qu:Dimension |
Schema:
<owl:ObjectProperty rdf:about="http://purl.org/NET/ssnx/qu/qu#dimension"> <rdfs:label>dimension</rdfs:label> <rdfs:range rdf:resource="http://purl.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.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>
factorQuantityKind
Specification of the associated QuantityKind.
|
http://purl.org/NET/ssnx/qu/qu#factorQuantityKind |
|
factorQuantityKind |
|
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
|
qu:QuantityKind |
|
Being the qu:factorQuantityKind of something, implies being something that is a qu:QuantityKind |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#QuantityKind"/> <rdfs:comment>Specification of the associated QuantityKind.</rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
generalQuantityKind
A generalization relationship between two kinds of quantities.
|
http://purl.org/NET/ssnx/qu/qu#generalQuantityKind |
|
generalQuantityKind |
|
skos:exactMatch 'general' [SysML 1.2-QUDV] |
|
skos:exactMatch 'generalization' [QUDT] |
|
Irreflexive property |
|
qu:QuantityKind |
|
Being the qu:generalQuantityKind of something, implies being something that is a qu:QuantityKind |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#QuantityKind"/> <rdfs:comment> A generalization relationship between two kinds of quantities. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
quantityKind
Specification of the associated QuantityKind.
|
http://purl.org/NET/ssnx/qu/qu#quantityKind |
|
quantityKind |
|
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
|
qu:QuantityKind |
|
Being the qu:quantityKind of something, implies being something that is a qu:QuantityKind |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#QuantityKind"/> <rdfs:comment>Specification of the associated QuantityKind.</rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
quantityKindFactor
Rational number that specifies the factor in the quantity conversion relationship.
|
http://purl.org/NET/ssnx/qu/qu#quantityKindFactor |
|
quantity kind factor |
|
skos:exactMatch 'factor' [SysML 1.2-QUDV] |
|
|
|
Being the qu:quantityKindFactor of something, implies being something which qu:QuantityKindFactor |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.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.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>
specificQuantityKind
A specialization relationship between two kinds of quantities.
|
http://purl.org/NET/ssnx/qu/qu#specificQuantityKind |
|
specificQuantityKind |
|
skos:exactMatch 'specific' [SysML 1.2-QUDV] |
|
Irreflexive property |
|
qu:SpecializedQuantityKind and qu:QuantityKind |
|
qu:generalQuantityKind |
|
Being the qu:specificQuantityKind of something, implies being something that is a qu:SpecializedQuantityKind and a something that is a qu:QuantityKind |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#SpecializedQuantityKind"/> <owl:inverseOf rdf:resource="http://purl.org/NET/ssnx/qu/qu#generalQuantityKind"/> <rdfs:range rdf:resource="http://purl.org/NET/ssnx/qu/qu#QuantityKind"/> <rdfs:comment> A specialization relationship between two kinds of quantities. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
Module Dimension
Dimension
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.
|
http://purl.org/NET/ssnx/qu/qu#Dimension |
|
Dimension |
|
skos:exactMatch 'Dimension' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:Dimension is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#dimensionFactor"/> <owl:allValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#DimensionFactor"/> </owl:Restriction> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <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.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>
DimensionFactor
A DimensionFactor represents a factor in the product of powers that defines a Dimension.
|
http://purl.org/NET/ssnx/qu/qu#DimensionFactor |
|
DimensionFactor |
|
skos:exactMatch 'DimensionFactor' [SysML 1.2-QUDV] |
|
things that have exactly qu:baseDimension property that is a qu:QuantityKind and owl:Thing |
|
A qu:DimensionFactor is something that has exactly qu:baseDimension property that is a qu:QuantityKind and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.org/NET/ssnx/qu/qu#DimensionFactor"> <rdfs:label>DimensionFactor</rdfs:label> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#baseDimension"/> <owl:onClass rdf:resource="http://purl.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://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment> A DimensionFactor represents a factor in the product of powers that defines a Dimension. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
SystemOfQuantities
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.
|
http://purl.org/NET/ssnx/qu/qu#SystemOfQuantities |
|
SystemOfQuantities |
|
skos:exactMatch 'SystemOfQuantities' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:SystemOfQuantities is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#dimension"/> <owl:someValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#Dimension"/> </owl:Restriction> <owl:Restriction><owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#quantityComponent"/> <owl:someValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#QuantityKind"/> </owl:Restriction> <owl:Restriction><owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#baseQuantityKind"/> <owl:allValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#QuantityKind"/> </owl:Restriction> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.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.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.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <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.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>
SystemOfUnits
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.
|
http://purl.org/NET/ssnx/qu/qu#SystemOfUnits |
|
SystemOfUnits |
|
skos:exactMatch 'SystemOfUnits' [SysML 1.2-QUDV] |
|
(composite term, see schema) and owl:Thing |
|
A qu:SystemOfUnits is something that is a (composite term, see schema) and is a owl:Thing |
Schema:
<owl:Class rdf:about="http://purl.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.org/NET/ssnx/qu/qu#unitComponent"/> <owl:someValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#Unit"/> </owl:Restriction> <owl:Restriction><owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#baseUnit"/> <owl:allValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#Unit"/> </owl:Restriction> <owl:Restriction><owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#prefix"/> <owl:allValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#Prefix"/> </owl:Restriction> <owl:Restriction><owl:onProperty rdf:resource="http://purl.org/NET/ssnx/qu/qu#systemOfQuantities"/> <owl:allValuesFrom rdf:resource="http://purl.org/NET/ssnx/qu/qu#SystemOfQuantities"/> </owl:Restriction> <owl:Restriction> <owl:onProperty rdf:resource="http://purl.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.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.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.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:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <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.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>
baseDimension
A Reference to the QuantityKind that represents the base quantity dimension in the factor.
|
http://purl.org/NET/ssnx/qu/qu#baseDimension |
|
baseDimension |
|
skos:exactMatch 'baseDimension' [SysML 1.2-QUDV] |
|
qu:QuantityKind |
|
Being the qu:baseDimension of something, implies being something that is a qu:QuantityKind |
Schema:
<owl:ObjectProperty rdf:about="http://purl.org/NET/ssnx/qu/qu#baseDimension"> <rdfs:label>baseDimension</rdfs:label> <rdfs:range rdf:resource="http://purl.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.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>
baseQuantityKind
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.
|
http://purl.org/NET/ssnx/qu/qu#baseQuantityKind |
|
baseQuantityKind |
|
skos:exactMatch 'baseQuantityKind' [SysML 1.2-QUDV] |
|
qu:QuantityKind |
|
qu:quantityKind |
|
Being the qu:baseQuantityKind of something, implies being something that is a qu:QuantityKind |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#QuantityKind"/> <rdfs:subPropertyOf rdf:resource="http://purl.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.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>
baseUnit
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.
|
http://purl.org/NET/ssnx/qu/qu#baseUnit |
|
baseUnit |
|
skos:exactMatch 'baseUnit' [SysML 1.2-QUDV] |
|
qu:Unit |
|
qu:unit |
|
Being the qu:baseUnit of something, implies being something that is a qu:Unit |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#Unit"/> <rdfs:subPropertyOf rdf:resource="http://purl.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.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>
dimensionFactor
Rational number that specifies the factor in the dimension conversion relationship.
|
http://purl.org/NET/ssnx/qu/qu#dimensionFactor |
|
dimension factor |
|
skos:exactMatch 'factor' [SysML 1.2-QUDV] |
|
|
|
Being the qu:dimensionFactor of something, implies being something which qu:DimensionFactor |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.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.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>
quantityComponent
Quantities attached to a system.
|
http://purl.org/NET/ssnx/qu/qu#quantityComponent |
|
quantityComponent |
|
skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
|
qu:QuantityKind |
|
Being the qu:quantityComponent of something, implies being something that is a qu:QuantityKind |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.org/NET/ssnx/qu/qu#QuantityKind"/> <rdfs:comment>Quantities attached to a system.</rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
systemOfQuantities
Reference to the SystemOfQuantities for which the units are specified.
|
http://purl.org/NET/ssnx/qu/qu#systemOfQuantities |
|
systemOfQuantities |
|
skos:exactMatch 'systemOfQuantities' [SysML 1.2-QUDV] |
|
qu:SystemOfQuantities |
|
Being the qu:systemOfQuantities of something, implies being something that is a qu:SystemOfQuantities |
Schema:
<owl:ObjectProperty rdf:about="http://purl.org/NET/ssnx/qu/qu#systemOfQuantities"> <rdfs:label>systemOfQuantities</rdfs:label> <rdfs:range rdf:resource="http://purl.org/NET/ssnx/qu/qu#SystemOfQuantities"/> <rdfs:comment> Reference to the SystemOfQuantities for which the units are specified. </rdfs:comment> <rdfs:isDefinedBy>http://purl.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>
unitComponent
Ordered set of Unit that specifies the units that are known in the system.
|
http://purl.org/NET/ssnx/qu/qu#unitComponent |
|
unitComponent |
|
skos:exactMatch 'unit' [SysML 1.2-QUDV] |
|
qu:Unit |
|
Being the qu:unitComponent of something, implies being something that is a qu:Unit |
Schema:
<owl:ObjectProperty rdf:about="http://purl.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.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.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>
Mappings
|
|
|
Data | code | skos:closeMatch 'code' [QUDT] |
Data | conversionFactor | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Data | conversionOffset | skos:exactMatch 'offset' [SysML 1.2-QUDV] |
Data | definitionURI | skos:exactMatch 'definitionURI' [SysML 1.2-QUDV] |
Data | description | skos:exactMatch 'description' [SysML 1.2-QUDV] |
Data | exponent | skos:exactMatch 'exponent' [SysML 1.2-QUDV] |
Data | expression | skos:exactMatch 'expression' [SysML 1.2-QUDV] |
Data | name | skos:exactMatch 'name' [SysML 1.2-QUDV] |
Data | numericalValue | skos:exactMatch 'value' [SysML 1.2-QUDV] |
Data | symbol | skos:exactMatch 'symbol' [SysML 1.2-QUDV] |
Data | symbolicExpression | skos:exactMatch 'symbolicExpression' [SysML 1.2-QUDV] |
Data | unitMultipleFactor | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Unit | ConversionBasedUnit | skos:exactMatch 'ConversionBasedUnit' [SysML 1.2-QUDV] |
Unit | DerivedUnit | skos:exactMatch 'DerivedUnit' [SysML 1.2-QUDV] |
Unit | GeneralConversionUnit | skos:exactMatch 'GeneralConversionUnit' [SysML 1.2-QUDV] |
Unit | LinearConversionUnit | skos:exactMatch 'LinearConversionUnit' [SysML 1.2-QUDV] |
Unit | Prefix | skos:exactMatch 'Prefix' [SysML 1.2-QUDV] |
Unit | PrefixedUnit | skos:exactMatch 'Prefix' [SysML 1.2-QUDV] |
Unit | SimpleUnit | skos:exactMatch 'SimpleUnit' [SysML 1.2-QUDV] |
Unit | Unit | skos:exactMatch 'Unit' [SysML 1.2-QUDV] |
Unit | UnitFactor | skos:exactMatch 'UnitFactor' [SysML 1.2-QUDV] |
Unit | prefix | skos:exactMatch 'prefix' [SysML 1.2-QUDV] |
Unit | referenceUnit | skos:exactMatch 'referenceUnit' [SysML 1.2-QUDV] |
Unit | unit | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Unit | unitFactor | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Unit | unitKind | |
Scale | Scale | skos:exactMatch 'Scale' [SysML 1.2-QUDV] |
Scale | ScaleValueDefinition | skos:exactMatch 'ScaleValueDefinition' [SysML 1.2-QUDV] |
Scale | scale | skos:exactMatch 'scale' [SysML 1.2-QUDV] |
Scale | scaleValueDefinition | skos:exactMatch 'valueDefinition' [SysML 1.2-QUDV] |
Quantity | DerivedQuantityKind | skos:exactMatch 'DerivedQuantityKind ' [SysML 1.2-QUDV] |
Quantity | QuantityKind | skos:exactMatch 'QuantityKind' [SysML 1.2-QUDV] |
Quantity | QuantityKindFactor | skos:exactMatch 'QuantityKindFactor' [SysML 1.2-QUDV] |
Quantity | SimpleQuantityKind | skos:exactMatch 'SimpleQuantityKind' [SysML 1.2-QUDV] |
Quantity | SpecializedQuantityKind | skos:exactMatch 'SpecializedQuantityKind' [SysML 1.2-QUDV] |
Quantity | dimension | skos:exactMatch 'dimension' [SysML 1.2-QUDV] |
Quantity | factorQuantityKind | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Quantity | generalQuantityKind | skos:exactMatch 'general' [SysML 1.2-QUDV] |
Quantity | quantityKind | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Quantity | quantityKindFactor | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Quantity | specificQuantityKind | skos:exactMatch 'specific' [SysML 1.2-QUDV] |
Dimension | Dimension | skos:exactMatch 'Dimension' [SysML 1.2-QUDV] |
Dimension | DimensionFactor | skos:exactMatch 'DimensionFactor' [SysML 1.2-QUDV] |
Dimension | SystemOfQuantities | skos:exactMatch 'SystemOfQuantities' [SysML 1.2-QUDV] |
Dimension | SystemOfUnits | skos:exactMatch 'SystemOfUnits' [SysML 1.2-QUDV] |
Dimension | baseDimension | skos:exactMatch 'baseDimension' [SysML 1.2-QUDV] |
Dimension | baseQuantityKind | skos:exactMatch 'baseQuantityKind' [SysML 1.2-QUDV] |
Dimension | baseUnit | skos:exactMatch 'baseUnit' [SysML 1.2-QUDV] |
Dimension | dimensionFactor | skos:exactMatch 'factor' [SysML 1.2-QUDV] |
Dimension | quantityComponent | skos:exactMatch 'quantityKind' [SysML 1.2-QUDV] |
Dimension | systemOfQuantities | skos:exactMatch 'systemOfQuantities' [SysML 1.2-QUDV] |
Dimension | unitComponent | skos:exactMatch 'unit' [SysML 1.2-QUDV] |