-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
If we examine the response to https://rdf-play.rubensworks.net/#url=https%3A%2F%2Ffragments.dbpedia.org%2F2016-04%2Fen%3Fpage%3D2; it has the structure
<CONTROLS> {
<CONTROLS> foaf:primaryTopic <FRAGMENT> .
<DATASET>
void:subset <FRAGMENT> ;
hydra:search [...] ;
.
<FRAGMENT> void:subset <PAGE>.
<PAGE>
void:triples 1040358853 ;
hydra:previous <PREVIOUS> ;
hydra:next <NEXT> ;
.
}
when really it should be
<CONTROLS> {
<CONTROLS> foaf:primaryTopic <FRAGMENT> .
<DATASET>
void:subset <FRAGMENT> ;
hydra:search [...] ;
void:triples 1040358853 ;
hydra:totalItems 1040358853 .
<FRAGMENT> void:subset <PAGE>.
<PAGE>
hydra:previous <PREVIOUS> ;
hydra:next <NEXT> ;
.
}
Discovered by @langsamu
Metadata
Metadata
Assignees
Labels
No labels