=============================== Classification Types and Values =============================== Get the classification types and values in the DEXPI Information Model. Variables ========= classification_type The classification type. classification_value A value of the classification type. classification_value_rdl The RDL reference associated with the classification value in a DEXPI-compliant Proteus file. classification_value_symbol Optional. A readable symbol representing the classification value. SPARQL Query ============ .. code-block:: sparql PREFIX meta: SELECT ?classification_type ?classification_value ?classification_value_rdl ?classification_value_symbol WHERE { [] a meta:ClassificationType; meta:simpleLabel ?classification_type; meta:hasClassification ?classification_value_obj. ?classification_value_obj meta:simpleLabel ?classification_value; meta:rdl ?classification_value_rdl. OPTIONAL { ?classification_value_obj meta:symbol ?classification_value_symbol. } } ORDER BY ?classification_type ?classification_value Partial SPARQL Results ====================== The full query result contains 178 rows. The first rows are as follows: +--------------------------------+----------------------+-----------------------------------------------+-----------------------------+ | classification_type | classification_value | classification_value_rdl | classification_value_symbol | +================================+======================+===============================================+=============================+ | ChamberFunctionClassification | Cooling | http://data.posccaesar.org/rdl/RDS9684422 | cooling | +--------------------------------+----------------------+-----------------------------------------------+-----------------------------+ | ChamberFunctionClassification | Heating | http://data.posccaesar.org/rdl/RDS9666872 | heating | +--------------------------------+----------------------+-----------------------------------------------+-----------------------------+ | ChamberFunctionClassification | Processing | http://data.posccaesar.org/rdl/RDS9658367 | processing | +--------------------------------+----------------------+-----------------------------------------------+-----------------------------+ | ChamberFunctionClassification | Tempering | http://sandbox.dexpi.org/rdl/Tempering | tempering | +--------------------------------+----------------------+-----------------------------------------------+-----------------------------+ | CompositionBreakClassification | CompositionBreak | http://sandbox.dexpi.org/rdl/CompositionBreak | composition break | +--------------------------------+----------------------+-----------------------------------------------+-----------------------------+ | ... | ... | ... | ... | +--------------------------------+----------------------+-----------------------------------------------+-----------------------------+ 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 `__)