Skip to content

add hydra pagedCollection info to dcat feed #418

@nvdk

Description

@nvdk

it would be nice to add information on pagination of the dcat feed using hydra, see for example the following extract from http://oppnadata.se/catalog.ttl?page=1

<http://oppnadata.se/catalog.ttl?page=1> a hydra:PagedCollection ;
    hydra:firstPage "http://oppnadata.se/catalog.ttl?page=1" ;
    hydra:itemsPerPage 100 ;
    hydra:lastPage "http://oppnadata.se/catalog.ttl?page=4" ;
    hydra:nextPage "http://oppnadata.se/catalog.ttl?page=2" ;
    hydra:totalItems 371 .

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