mdesalvo / RDFSharp

Lightweight and friendly .NET library for realizing Semantic Web applications
Apache License 2.0
118 stars 26 forks source link

Long-standing issue with RDF/XML serialization of floating containers and collections #251

Closed mdesalvo closed 2 years ago

mdesalvo commented 2 years ago

RDF/XML abbreviation goodies for containers and collection are only possible when the containr/collection is not floating: this means that at least a triple reaches it as object. Otherwise the container/collection should be written in its verbose triple-based form.

Before this intervention we were not able to do this in case of multiple containers/collections found in a graph: now we have container/collection specific granularity, so that we can properly handle both floating and not-floating container/collections.