derrickoswald / CIMSpark

Spark access to Common Information Model (CIM) files
MIT License
15 stars 1 forks source link

rdf:about #7

Closed derrickoswald closed 7 years ago

derrickoswald commented 7 years ago

Currently, the CIMReader parses only rdf:ID elements (the reference element with the given ID).

In order to support Steady State Hypothesis (SSH) and other modifications to the reference element, it is necessary to handle rdf:about elements. This requires:

Consideration should be given to making the remembered fields also available to rdf:ID elements so that the export function can emit only the same fields seen on import.

derrickoswald commented 7 years ago

Added support for rdf:about processing in version CIMReader-2.11-2.1.1-2.4.0 (Spark 2.1.1) and CIMReader-2.11-2.2.0-2.4.0 (Spark 2.2.0).