linkedpipes / dcat-ap-forms

Forms application for filling out DCAT-AP v2.0.0 compatible metadata
MIT License
2 stars 2 forks source link

Invalid expected output #114

Closed skodapetr closed 4 years ago

skodapetr commented 4 years ago

In the test there is the following output expected:

"http://www.w3.org/ns/dcat#mediaType": { "@id": null }

but this is not valid JSON-LD according to https://json-ld.org/playground/ jsonld.SyntaxError: Invalid JSON-LD syntax; "@id" value must a string.