Skip to content

json serialisation misses @base #80

@renevoorburg

Description

@renevoorburg

The json serialisation, for example at https://data.bibliotheken.nl/doc/thes/p068842368.json , misses the @base in the @context. That results in incorrect URIs. In the provided example, the main URI is "id/thes/p068842368" in stead of "http://data.bibliotheken.nl/id/thes/p068842368".

With @base added, as shown here,

  "@context" : {
    "@base" : "http://data.bibliotheken.nl/",

this would be fixed.

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