LinkedDataFragments / Client.js

[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.

Home Page:http://linkeddatafragments.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single URI for multiple fragments result in hash collision

pietercolpaert opened this issue · comments

The data in http://pieter.pm/parkingtest.ttl currently contains

<http://pieter.pm/parkingtest.ttl> void:count "200" .

while the correct predicate is void:triples. Fixing this yields the expected result.

The error is triggered only with ≥ 2 triple patterns, because then count metadata is used to optimize the join order.