the latest fused dump: https://databus.dbpedia.org/vehnem/flexifusion/fusion/2019.11.15
we partitioned by property, contains data from dnb, geonames, wikidata, musicbrainz and of course all wikipedia versions.
Notes:
- properties are clustered, we choose dbo if available, but if not the cluster id is used, e.g. 699A is rdf:type and 69Xo
- thanks to work of @alexolieman you can query these here: https://global.dbpedia.org/same-prop/lookup/?uri=http://www.w3.org/2000/01/rdf-schema%23label
- in later releases we will also rename the files to rdf and rdfs as the global properties should be invisible.
- this is still testing, hence @marvinh published it under his databus account https://databus.dbpedia.org/vehnem
Download all files under https://databus.dbpedia.org/yasgui/ with
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#>
SELECT DISTINCT ?file WHERE {
?dataset dataid:version <https://databus.dbpedia.org/vehnem/flexifusion/fusion/2019.11.15> .
?dataset dcat:distribution ?distribution .
?distribution dcat:downloadURL ?file .
}