Re: [DBpedia-discussion] where to find things in the new DBpedia distrib

2018-10-27 Thread hellmann
The prose is now centrally collected here at http://dev.dbpedia.org :
- some written there
- some imported from the Readmes of github
- (future work) data docs collected from the dataid, which are generated from 
the pom.xml of the databus maven plugin:  
https://github.com/dbpedia/databus-maven-plugin/tree/master/dbpedia

-- Sebastian 

On October 26, 2018 11:08:18 PM GMT+02:00, "Peter F. Patel-Schneider" 
 wrote:
>That's a very neat feature.
>
>I was actually looking for something that is a lot more prosaic.   
>What I was
>hoping for is a human-readable roadmap to the files in the dumps, so
>that, for
>example, I can tell which file has ontology-mapped facts and which file
>has
>the raw infobox facts from Flemish Wikipedia.
>
>peter
>
>
>On 10/26/18 1:01 PM, Sebastian Hellmann wrote:
>> Hi Peter,
>> 
>> short answer: The feature is in the dev pipeline:
>> 
>> First, we need to consolidate release quality (at the moment we have
>> duplicates, some RDF errors and unsorted dumps, some metadata UTF-8
>issues), I
>> guess this will get better in 4 -8 weeks or 2 releases.
>> 
>> At the moment you can already query some provenance info:
>> 
>> http://global.dbpedia.org/id/57Lcb or
>>
>http://global.dbpedia.org/?s=http://dbpedia.org/resource/Ronald_Reagan
>> 
>> or via the http://dev.dbpedia.org/Global%20IRI%20Resolution%20Service
>see
>> Reagan here:
>>
>http://vmdbpedia.informatik.uni-leipzig.de:5000/lookup/?uri=http://dbpedia.org/resource/Ronald_Reagan
>> 
>> will give you access to the entity and then you can search for
>properties:
>> 
>> dbo:spouse is extracted from en, fr and wikidata
>> 
>>
>http://global.dbpedia.org/?s=http://dbpedia.org/resource/Ronald_Reagan&p=http://dbpedia.org/ontology/spouse
> 
>> 
>> 
>> dbr:spouse is not yet loaded.
>> 
>> 
>> We are working on extending the provenance information to pinpoint
>the exact
>> dataset file as well (now only linked data links are given on a
>coarse level)
>> 
>> Once this is done it will:
>> 
>> - be available as JSON as per provenance-data-json.bz2   on
>> http://downloads.dbpedia.org/repo/dev/fusion/
>> 
>> - viewable via the GUI above
>> 
>> - from the DBpedia HTML interface, we will link to the provenance
>view
>> 
>> 
>> Note that we will also allow outside datasets to be linked and
>advertised soon
>> (January), see the prototype here:
>http://kurzum.net/dbpedia_banner/Siemens.html
>> 
>> Cheers,
>> 
>> Sebastian
>> 
>> 
>> On 26.10.18 18:53, Peter F. Patel-Schneider wrote:
>>> A big hurrah about the new DBpedia releases, as announced in
>>>
>https://blog.dbpedia.org/2018/10/17/the-release-circle-a-glimpse-behind-the-scenes/
>>>
>>> Is there documentation on what shows up where in
>>> http://downloads.dbpedia.org/repo/lts/
>>>
>>> For example, where can I find triples that look like
>>>
>>> dbr:Ronald_Reagan dbo:spouse dbr:Nancy_Reagan .
>>>
>>>
>>> Thanks,
>>>
>>> peter
>>>
>>>
>>> ___
>>> DBpedia-discussion mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>>>
>> -- 
>> 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
>
>> Homepage: http://aksw.org/SebastianHellmann
>> Research Group: http://aksw.org

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
DBpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion


Re: [DBpedia-discussion] where to find things in the new DBpedia distrib

2018-10-26 Thread Peter F. Patel-Schneider
That's a very neat feature.

I was actually looking for something that is a lot more prosaic.What I was
hoping for is a human-readable roadmap to the files in the dumps, so that, for
example, I can tell which file has ontology-mapped facts and which file has
the raw infobox facts from Flemish Wikipedia.

peter


On 10/26/18 1:01 PM, Sebastian Hellmann wrote:
> Hi Peter,
> 
> short answer: The feature is in the dev pipeline:
> 
> First, we need to consolidate release quality (at the moment we have
> duplicates, some RDF errors and unsorted dumps, some metadata UTF-8 issues), I
> guess this will get better in 4 -8 weeks or 2 releases.
> 
> At the moment you can already query some provenance info:
> 
> http://global.dbpedia.org/id/57Lcb or
> http://global.dbpedia.org/?s=http://dbpedia.org/resource/Ronald_Reagan
> 
> or via the http://dev.dbpedia.org/Global%20IRI%20Resolution%20Service see
> Reagan here:
> http://vmdbpedia.informatik.uni-leipzig.de:5000/lookup/?uri=http://dbpedia.org/resource/Ronald_Reagan
> 
> will give you access to the entity and then you can search for properties:
> 
> dbo:spouse is extracted from en, fr and wikidata
> 
> http://global.dbpedia.org/?s=http://dbpedia.org/resource/Ronald_Reagan&p=http://dbpedia.org/ontology/spouse
>  
> 
> 
> dbr:spouse is not yet loaded.
> 
> 
> We are working on extending the provenance information to pinpoint the exact
> dataset file as well (now only linked data links are given on a coarse level)
> 
> Once this is done it will:
> 
> - be available as JSON as per provenance-data-json.bz2   on
> http://downloads.dbpedia.org/repo/dev/fusion/
> 
> - viewable via the GUI above
> 
> - from the DBpedia HTML interface, we will link to the provenance view
> 
> 
> Note that we will also allow outside datasets to be linked and advertised soon
> (January), see the prototype here: 
> http://kurzum.net/dbpedia_banner/Siemens.html
> 
> Cheers,
> 
> Sebastian
> 
> 
> On 26.10.18 18:53, Peter F. Patel-Schneider wrote:
>> A big hurrah about the new DBpedia releases, as announced in
>> https://blog.dbpedia.org/2018/10/17/the-release-circle-a-glimpse-behind-the-scenes/
>>
>> Is there documentation on what shows up where in
>> http://downloads.dbpedia.org/repo/lts/
>>
>> For example, where can I find triples that look like
>>
>> dbr:Ronald_Reagan dbo:spouse dbr:Nancy_Reagan .
>>
>>
>> Thanks,
>>
>> peter
>>
>>
>> ___
>> DBpedia-discussion mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>>
> -- 
> 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 
> Homepage: http://aksw.org/SebastianHellmann
> Research Group: http://aksw.org


___
DBpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion


Re: [DBpedia-discussion] where to find things in the new DBpedia distrib

2018-10-26 Thread Sebastian Hellmann

Hi Peter,

short answer: The feature is in the dev pipeline:

First, we need to consolidate release quality (at the moment we have 
duplicates, some RDF errors and unsorted dumps, some metadata UTF-8 
issues), I guess this will get better in 4 -8 weeks or 2 releases.


At the moment you can already query some provenance info:

http://global.dbpedia.org/id/57Lcb or 
http://global.dbpedia.org/?s=http://dbpedia.org/resource/Ronald_Reagan


or via the http://dev.dbpedia.org/Global%20IRI%20Resolution%20Service 
see Reagan here: 
http://vmdbpedia.informatik.uni-leipzig.de:5000/lookup/?uri=http://dbpedia.org/resource/Ronald_Reagan


will give you access to the entity and then you can search for properties:

dbo:spouse is extracted from en, fr and wikidata

http://global.dbpedia.org/?s=http://dbpedia.org/resource/Ronald_Reagan&p=http://dbpedia.org/ontology/spouse 



dbr:spouse is not yet loaded.


We are working on extending the provenance information to pinpoint the 
exact dataset file as well (now only linked data links are given on a 
coarse level)


Once this is done it will:

- be available as JSON as per provenance-data-json.bz2   on 
http://downloads.dbpedia.org/repo/dev/fusion/


- viewable via the GUI above

- from the DBpedia HTML interface, we will link to the provenance view


Note that we will also allow outside datasets to be linked and 
advertised soon (January), see the prototype here: 
http://kurzum.net/dbpedia_banner/Siemens.html


Cheers,

Sebastian


On 26.10.18 18:53, Peter F. Patel-Schneider wrote:

A big hurrah about the new DBpedia releases, as announced in
https://blog.dbpedia.org/2018/10/17/the-release-circle-a-glimpse-behind-the-scenes/

Is there documentation on what shows up where in
http://downloads.dbpedia.org/repo/lts/

For example, where can I find triples that look like

dbr:Ronald_Reagan dbo:spouse dbr:Nancy_Reagan .


Thanks,

peter


___
DBpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion


--
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 


Homepage: http://aksw.org/SebastianHellmann
Research Group: http://aksw.org
___
DBpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion


[DBpedia-discussion] where to find things in the new DBpedia distrib

2018-10-26 Thread Peter F. Patel-Schneider
A big hurrah about the new DBpedia releases, as announced in
https://blog.dbpedia.org/2018/10/17/the-release-circle-a-glimpse-behind-the-scenes/

Is there documentation on what shows up where in
http://downloads.dbpedia.org/repo/lts/

For example, where can I find triples that look like

dbr:Ronald_Reagan dbo:spouse dbr:Nancy_Reagan .


Thanks,

peter


___
DBpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion