cyberborean / rdfbeans

Java persistence with RDF
Other
11 stars 12 forks source link

Better handling when a resource has several types #18

Closed wherget closed 8 years ago

wherget commented 8 years ago

Currently, RDFBeans is looking for a binding for the first rdf:type it sees. This may lead to the situation where there is a binding available for the resource, but is not realized. We should probably check all types to see if a binding is available for any of them.