linkedpipes / dcat-ap-forms

Forms application for filling out DCAT-AP v3.0 and DCAT-AP HVD compatible metadata
MIT License
2 stars 2 forks source link

Add support for additional spatial coverage URLs #80

Closed jakubklimek closed 4 years ago

jakubklimek commented 5 years ago

Currently, LP-DAF only supports RÚIAN as the source of dcterms:spatial values. However, we should support adding 1) multiple RÚIAN items (and we need to think about the UI here) 2) any other URL as additional spatial coverage (e.g. EU vocabularies continents, countries or geonames URLs). See https://github.com/opendata-mvcr/nkod/issues/17.

Regarding the UI, it would be best to investigate whether we can create a separate spatial coverage dialog, where we would have 1) multiple items 2) each item would be either RÚIAN, EU Voc Continent, EU Voc Country, EU Voc Place or arbitrary URL

At the primary form level, there would be a list of selected items visible. (labels where we have them, URLs where there are no labels).

jakubklimek commented 5 years ago

Druhá várka vylepšení formulářů směrem k DCAT-AP 2.0.0

jakubklimek commented 4 years ago

Pracovat na issues k DCAT-AP-Forms ohledně DCAT2

jakubklimek commented 4 years ago

@eghuro Now I can add multiple spatial items, however, in the output JSON-LD, they are missing URLs:

"http://purl.org/dc/terms/spatial": [
    {
      "@id": "https://linked.cuzk.cz/resource/ruian/stat/1"
    },
    null,
    null,
    null
  ],

image