RDFLib / prez

Prez is a data-configurable Linked Data API framework that delivers profiles of Knowledge Graph data according to the Content Negotiation by Profile standard.
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Link Genreation bugfix #183

Closed recalcitrantsupplant closed 7 months ago

recalcitrantsupplant commented 7 months ago

Bugfix to ensure links are created where an object has >1 class. Wrap call to graph.objects() with list() to create an iterable and prevent generator being consumed on first iteration of for loop.