cyberborean / rdfbeans

Java persistence with RDF
Other
11 stars 12 forks source link

Feature/head tail lists #7

Closed wherget closed 8 years ago

wherget commented 8 years ago

This pull request adds support for marshalling and unmarshalling of RDF Head-Tail lists, or "Collections" (https://www.w3.org/TR/rdf-schema/#ch_collectionvocab).

While testing, I noticed URI marshalling behaving strangely, which lead to #6. Included within is a fix for that.