Hi Martin,
On 17.05.19 15:46, Martin Dominguez wrote:
Thanks a lot, Sebastian for your answer.
I have one remaining question,
for 2017 and 2019, there are note files?
I don't understand this question. We are quite happy that we are finally
able to stabilize and speed up regular mapping releases. So it will get
better in the future.
is there any way to generate this, in
http://live.dbpedia.org/changesets/, there is an hourly changeset,
there is not any way to obtain a type and mapping files for the
desired date?
I don't know your use case, but theoretically you could produce
arbitrary time slices and snapshots of mappingbased/instance types from
the changesets, right?
Please post, if you are going to implement this.
Note that we are doing a server wipe and fresh install of
live.dbpedia.org next week, so the changesets will be unavailable for
some days.
-- Sebastian
Cheers
Martín
El mar., 14 may. 2019 a las 14:46, Sebastian Hellmann
(<hellm...@informatik.uni-leipzig.de
<mailto:hellm...@informatik.uni-leipzig.de>>) escribió:
Hi Martin,
the data you arer looking for is here:
https://databus.dbpedia.org/dbpedia/mappings
specifically:
https://databus.dbpedia.org/dbpedia/mappings/instance-types
https://databus.dbpedia.org/dbpedia/mappings/mappingbased-objects-uncleaned
the query for instance-types latest version on
https://databus.dbpedia.org/repo/sparql
PREFIX dataid: <http://dataid.dbpedia.org/ns/core#>
<http://dataid.dbpedia.org/ns/core#>
PREFIX dataid-cv: <http://dataid.dbpedia.org/ns/cv#>
<http://dataid.dbpedia.org/ns/cv#>
PREFIX dct: <http://purl.org/dc/terms/> <http://purl.org/dc/terms/>
PREFIX dcat: <http://www.w3.org/ns/dcat#> <http://www.w3.org/ns/dcat#>
# Get all files
SELECT DISTINCT ?file WHERE {
?dataset dataid:artifact
<https://databus.dbpedia.org/dbpedia/mappings/instance-types>
<https://databus.dbpedia.org/dbpedia/mappings/instance-types> .
?dataset dcat:distribution ?distribution .
?dataset dct:hasVersion ?latestVersion .
{
SELECT (max(?version) as ?latestVersion) WHERE {
?dataset dataid:artifact
<https://databus.dbpedia.org/dbpedia/mappings/instance-types>
<https://databus.dbpedia.org/dbpedia/mappings/instance-types> .
?dataset dct:hasVersion ?version .
?dataset dcat:distribution ?distribution .
?distribution dataid:contentVariant
'en'^^<http://www.w3.org/2001/XMLSchema#string>
<http://www.w3.org/2001/XMLSchema#string> .
?distribution dataid:contentVariant
'transitive'^^<http://www.w3.org/2001/XMLSchema#string>
<http://www.w3.org/2001/XMLSchema#string> .
}
}
?distribution dataid:contentVariant
'en'^^<http://www.w3.org/2001/XMLSchema#string>
<http://www.w3.org/2001/XMLSchema#string> .
?distribution dataid:contentVariant
'transitive'^^<http://www.w3.org/2001/XMLSchema#string>
<http://www.w3.org/2001/XMLSchema#string> .
?distribution dcat:downloadURL ?file .
}
query can be built on the website, but note that these are
unreleased due to:
- website is not working 100%
- small encoding problem of the releases duer to RDF parser
All the best,
Sebastian
On 14.05.19 15:26, Martin Dominguez wrote:
Hi all,
I am Martín Domínguez, a researcher from Universidad de
Córdoba, Argentina. We make researching by using DBpedia dumps,
and the latest ones, in the format we use, are available for 2016
(https://wiki.dbpedia.org/develop/datasets/downloads-2016-10).
We specifically use the "Instance Types" and "Mapping-based
properties" files, which are available for 2016 and previous dates.
Actually, we found DBpedia Live, and I found the last dumps and
the changesets described in
(https://wiki.dbpedia.org/online-access/DBpediaLive#4%20Important%20Pointers).
After reading this documentation, it is possible to have a new
Dump up to date, but, is it possible only extracting dumps for
"Instance Types" and "Mapping-based properties"?.
We also need to obtain those files not for the latest update, but
also for a given previous date, it is possible?
regards!
Martín
_______________________________________________
DBpedia-developers mailing list
DBpedia-developers@lists.sourceforge.net
<mailto:DBpedia-developers@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/dbpedia-developers
--
All the best,
Sebastian Hellmann
Director of Knowledge Integration and Linked Data Technologies
(KILT) Competence Center
at the Institute for Applied Informatics (InfAI) at Leipzig University
Executive Director of the DBpedia Association
Projects: http://dbpedia.org, http://nlp2rdf.org,
http://linguistics.okfn.org, https://www.w3.org/community/ld4lt
<http://www.w3.org/community/ld4lt>
Homepage: http://aksw.org/SebastianHellmann
Research Group: http://aksw.org
--
All the best,
Sebastian Hellmann
Director of Knowledge Integration and Linked Data Technologies (KILT)
Competence Center
at the Institute for Applied Informatics (InfAI) at Leipzig University
Executive Director of the DBpedia Association
Projects: http://dbpedia.org, http://nlp2rdf.org,
http://linguistics.okfn.org, https://www.w3.org/community/ld4lt
<http://www.w3.org/community/ld4lt>
Homepage: http://aksw.org/SebastianHellmann
Research Group: http://aksw.org
_______________________________________________
DBpedia-developers mailing list
DBpedia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-developers