Skip to content

void:triples has page as subject instead of dataset. #177

@jeswr

Description

@jeswr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions