You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we did not advertise the existence of
the RDF serializer in our `README.md`.
This adds a reference to this experimental
feature and where to find it.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The `compliance_tool` is to be determined.
24
24
* Modelling of AASs as Python objects
25
25
* Reading and writing of AASX package files
26
26
* (De-)serialization of AAS objects into/from JSON and XML
27
+
* Experimental serialization to RDF (see branch [Experimental/Adapter/RDF](https://github.com/eclipse-basyx/basyx-python-sdk/tree/Experimental/Adapter/RDF/basyx/aas/adapter/rdf)).
28
+
Please refer to discussion of PR [#308](https://github.com/eclipse-basyx/basyx-python-sdk/pull/308) for the reasoning behind keeping this feature experimental.
27
29
* Storing of AAS objects in CouchDB, Backend infrastructure for easy expansion
28
30
* Compliance checking of AAS XML and JSON files
29
31
*[Server](./server/README.md): Docker Image of a specification compliant HTTP Server implementing the interfaces:
0 commit comments