Ringdiagramm, dass den Anteil falscher Formatangaben bei GovData zeigt: Es sind ein Sechstel. Die genauen Zahlen: 545404 richtig und 109855 falsch.
PREFIX dcat: <http://www.w3.org/ns/dcat#>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT DISTINCT ?format WHERE {
?dist a dcat:Distribution .
FILTER(!STRSTARTS(STR(?format),
"http://publications.europa.eu/resource/authority/file-type/"))
?dist dct:format ?format .
} LIMIT 100
Für Formate gibt es bei DCAT-AP.de ein vorgeschriebenes Vokabular der EU: publications.europa.eu/resource/authority/file-...
Super praktisch, da man dann nicht wissen muss, ob jemand WFS, Web Feature Service, Downloaddienst oder sonst etwas […]
[Original post on norden.social]