dbpedia / databus-maven-plugin

Databus Maven Plugin: Aligning Data and Software Lifecycle with Maven
GNU Affero General Public License v3.0
6 stars 10 forks source link

collection creation use case #69

Closed kurzum closed 4 years ago

kurzum commented 5 years ago

We got a question about creating the following collection @holycrab13 I could not create this with the collection manager at the moment.

we worked on: http://downloads.dbpedia.org/repo/dev/fusion/

We downloaded and mapped:
instance types:
http://downloads.dbpedia.org/repo/dev/fusion/fused-instance-types/2018.11.25/fused-instance-types-2018.11.25-2018.11.25_enwiki.ttl.bz2
literals:
http://downloads.dbpedia.org/repo/dev/fusion/fused-mappingbased-literals/2018.11.25/fused-mappingbased-literals-2018.11.25-2018.11.25_enwiki.ttl.bz2
objects:
http://downloads.dbpedia.org/repo/dev/fusion/fused-mappingbased-objects/2018.11.25/fused-mappingbased-objects-2018.11.25-2018.11.25_enwiki.ttl.bz2
kurzum commented 5 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 .
}
holycrab13 commented 5 years ago

Fixed the collection creation bug

holycrab13 commented 5 years ago

workflow has been changed completely, issue might be out of date