linkedpipes / dcat-ap-forms

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

Expand shortened IRIs in JSON-LD values #152

Closed jakubklimek closed 3 years ago

jakubklimek commented 4 years ago

In the course of OFN release, it was decided that we do not want to shorten IRIs of, typically, code-list values in JSON-LD. Therefore, the output values need to be re-expanded.

This will also enable validation of correct code-lists via JSON Schema.

skodapetr commented 3 years ago

What does that mean? We not not use prefixes like:

{ "http://publications.europa.eu/resource/authority/file-type/": "format", "http://publications.europa.eu/resource/authority/frequency/": "frequency", "http://publications.europa.eu/resource/authority/country/": "country", "http://publications.europa.eu/resource/authority/continent/": "continent", "http://publications.europa.eu/resource/authority/place/": "place", "http://publications.europa.eu/resource/authority/data-theme/": "theme", "http://eurovoc.europa.eu/": "euroVoc", "https://rpp-opendata.egon.gov.cz/odrpp/zdroj/orgán-veřejné-moci/": "ovm", }

and use full URL for those values instead?

jakubklimek commented 3 years ago

Yes