LinkedDataFragments / Server.Java

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

Change to IndexRequestProcessorForTPFs #48

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>). This PR includes a fix, a test case and includes a dependency on JUnit in pom.xml.

RubenVerborgh commented 6 years ago

Accidental close?

larsgsvensson commented 6 years ago

Accidental close?

Seems so...