eclipse-basyx / basyx-python-sdk

MIT License
57 stars 27 forks source link

Add RDF serialization and deserialization #208

Open s-heppner opened 8 months ago

s-heppner commented 8 months ago

The specification of the AAS also supports RDF additionally to our already implemented XML, JSON and AASX serialization formats. We should implement an adapter for RDF to support all the formats specified.

mhrimaz commented 8 months ago

A working Parser implemented by me, however it is for pydantic models that I created (Unfortunately, for my work, I couldn't wait for the release of this SDK, so I had to do my implementation). The most critical issue with current RDF representation is the lack of support for ordered elements (Reference). My priority right now is to implement it in AAS4j. But feel free to use my code, take idea, and let me know if you need any help.