Closed kurzum closed 4 years ago
PREFIX dataid: <http://dataid.dbpedia.org/ns/core#>
PREFIX dataid-cv: <http://dataid.dbpedia.org/ns/cv#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX dcat: <http://www.w3.org/ns/dcat#>
# Get all files
SELECT DISTINCT ?file WHERE {
?dataset dataid:artifact ?artifact .
FILTER (?artifact IN (<https://databus.dbpedia.org/dbpedia/fusion/mappingbased-literals>, <https://databus.dbpedia.org/dbpedia/fusion/instance-types> , <https://databus.dbpedia.org/dbpedia/fusion/labels>, <https://databus.dbpedia.org/dbpedia/fusion/mappingbased-objects-uncleaned>, <https://databus.dbpedia.org/dbpedia/fusion/geo-coordinates>) ) .
?dataset dct:hasVersion '2019.03.01'^^<http://www.w3.org/2001/XMLSchema#string> .
?dataset dcat:distribution ?distribution .
?distribution dcat:downloadURL ?file .
}
Fixed the collection creation bug
workflow has been changed completely, issue might be out of date
We got a question about creating the following collection @holycrab13 I could not create this with the collection manager at the moment.