LinkedDataFragments / Server.Java

A Triple Pattern Fragments server for Java
MIT License
27 stars 20 forks source link

IndexRequestProcessorForTPFs emits `void:Dataset` as a literal instead of as a URI #49

Closed larsgsvensson closed 6 years ago

larsgsvensson commented 6 years ago

When querying the server for metadata about all datasets, the triple typing the dataset as a void:Dataset gives the object as a literal ("http://rdfs.org/ns/void#Dataset") and not as a URI (http://rdfs.org/ns/void#Dataset). I've made a PR (#48) that solves that problem.