SwissDataScienceCenter / calamus

A JSON-LD Serialization Libary for Python
Apache License 2.0
29 stars 12 forks source link

feat: add RawJsonLD field #58

Closed vigsterkr closed 3 years ago

vigsterkr commented 3 years ago

a Raw field that contains a JSON-LD will be flattened when serializing the graph. This will cause troubles when trying to deserialize the graph as the references are not going to be resolved in the Raw field.

RawJsonLD field type supports the dereferencing the ids in the jsonld field.

Panaetius commented 3 years ago

I think you need to run black on this PR

vigsterkr commented 3 years ago

@Panaetius finally fixed the spelling 🤦 merge?