linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link

Display "data service name" in the data service properties, if present #222

Closed jakubklimek closed 3 years ago

jakubklimek commented 3 years ago

Example. I would add it as another item into the data service properties list. image

skodapetr commented 3 years ago

So we need to read http://purl.org/dc/terms/title from the http://www.w3.org/ns/dcat#DataService and show it in a similar way as "Typ média" ~ value + title. The only issue can be lenght of the string here.

An alternative may be to add it into the DataService title, where is now Distribution title + format type.

jakubklimek commented 3 years ago

It seems reasonable to display it in the same place as Distribution title, and only when that one is not present.

skodapetr commented 3 years ago

@jakubklimek Do we have test data?