================================== 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 ```` instead of the camel-case name of the RDL reference. SPARQL Query ============ .. code-block:: sparql PREFIX 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: * :doc:`HTML table ` * :download:`CSV ` (encoding: UTF-8, column separator: tabulator (Unicode: ``CHARACTER TABULATION``, i.e. ``\u0009``), row separator: line feed (Unicode: ``LINE FEED (LF)``, i.e. ``\u000a``) * :download:`Office Open XML Spreadsheet ` (LibreOffice, OpenOffice, Excel, etc.) * :download:`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: * `plain text table `__ * `HTML table `__ * `XML `__ (see `SPARQL Query Results XML Format `__)