Physical Quantity Types and Scales¶
Get the types for physical quantities in the DEXPI Information Model, including admissible scales (units of measurement).
Variables¶
- phys_quant_type
- The physical quantity type.
- scale
- An admissible scale.
- scale_rdl
- The RDL reference associated with the scale.
- scale_symbol
- Optional. A human-readable representation of the scale.
- alt_proteus_scale_symbol
- Optional. An alternative name for the scale that can be used
in a
<GenericAttribute>
instead of the camel-case name of the RDL reference.
SPARQL Query¶
PREFIX meta: <http://sandbox.dexpi.org/meta/>
SELECT ?phys_quant_type ?scale ?scale_rdl ?scale_symbol ?alt_proteus_scale_symbol
WHERE
{
[] a meta:PhysicalQuantityType;
meta:simpleLabel ?phys_quant_type;
meta:hasScale ?scale_obj.
?scale_obj meta:simpleLabel ?scale;
meta:rdl ?scale_rdl.
OPTIONAL
{
?scale_obj meta:symbol ?scale_symbol.
}
OPTIONAL
{
?scale_obj meta:alternativeProteusSymbol ?alt_proteus_scale_symbol.
}
}
ORDER BY ?phys_quant_type ?scale
Partial SPARQL Results¶
The full query result contains 211 rows. The first rows are as follows:
phys_quant_type | scale | scale_rdl | scale_symbol | alt_proteus_scale_symbol |
---|---|---|---|---|
Angle | CentesimalMinute | http://data.posccaesar.org/rdl/RDS17254212 | ||
Angle | CentesimalSecond | http://data.posccaesar.org/rdl/RDS17254167 | ||
Angle | Cycle | http://data.posccaesar.org/rdl/RDS1321964 | ||
Angle | DecimalDegree | http://data.posccaesar.org/rdl/RDS1325519 | ||
Angle | Degree-angle | http://data.posccaesar.org/rdl/RDS43166353217 | deg | |
... | ... | ... | ... | ... |
Full SPARQL Results¶
Cached¶
Note
The cached results below are guaranteed to correspond to DEXPI P&ID Specification 1.2.
Cached results:
- HTML table
CSV
(encoding: UTF-8, column separator: tabulator (Unicode:CHARACTER TABULATION
, i.e.\u0009
), row separator: line feed (Unicode:LINE FEED (LF)
, i.e.\u000a
)Office Open XML Spreadsheet
(LibreOffice, OpenOffice, Excel, etc.)XML
(see SPARQL Query Results XML Format)
Online¶
Note
Online results can change! There is no guarantee that these results correspond to DEXPI P&ID Specification 1.2.
Get results online from DEXPI SPARQL server at http://endpoint.dexpi.org: