Searching for Sources of Data on the Web with LODatio+

Dear Semantic Web Community

We are pleased to announce that our Linked Data search engine LODatio+ 
is made available for the community. Started with LODatio some years 
ago, we now have a fully refurbished version with new datasets and user 
interface. The system's stability has also significantly improved, to 
make LODatio+ a reliable source of LOD search.

*What is LODatio+*
LODatio+ is a search engine to locate data sources on the Linked Open 
Data cloud that contain resources of specific types and using specific 
properties. For a certain information need, LODatio will not only return 
the matching data sources but also provide query recommendations to 
generalize or to further narrow down the information need.
LODatio is running as part of the EU project MOVING 
(http://moving-project.eu/). It is maintained by the Knowledge Discovery 
group at Kiel University and ZBW – Leibniz information center for 
economics in Kiel. It has been initially designed by Thomas Gottron and 
Ansgar Scherp at the Institute for Web Science and Technologies (WeST) 
at the University of Koblenz-Landau. LODatio currently provides an index 
of the Billion Triple Track of the Semantic Web Challenge 2014.

*How to use LODatio+*
You can use LODatio by formulating your information need as a SPARQL 
query using only types and properties. The example queries provided can 
help you get familiar with these queries. For each query, LODatio will 
provide you with a ranked list of data sources on the Linked Open Data 
cloud that contain data matching the types and properties specified in 
the query. Please note, the current prototype is limited to retrieve 
only the top 10,000 data sources.

*TRY LODatio+ NOW: http://lodatio.informatik.uni-kiel.de *

Some example queries with direct link access:

- Find datasources with bibliographic information:

http://lodatio.informatik.uni-kiel.de/?query=%27PREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%20%0APREFIX%20foaf%3A%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%20%0APREFIX%20dcterms%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0A%0ASELECT%20%3Fx%20%0AWHERE%20%7B%20%0A%09%3Fx%20dcterms%3Atitle%20%3Fa%20.%0A%09%3Fx%20dcterms%3Acreator%20%3Fb%20.%0A%09%3Fx%20dcterms%3Asubject%20%3Fc%20.%0A%09%3Fx%20foaf%3AisPrimaryTopicOf%20%3Fd.%0A%09%3Fx%20rdf%3Atype%20dcterms%3ABibliographicResource%20.%0A%7D%27

- Query for datasources containing a FOAF knows network:

http://lodatio.informatik.uni-kiel.de/?query=%27PREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%20%20%0APREFIX%20foaf%3A%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%20%20%0ASELECT%20%3Fx%20%0AWHERE%20%7B%0A%09%3Fx%20rdf%3Atype%20foaf%3APerson%20.%0A%09%3Fx%20foaf%3Aknows%20%3Fy%20.%20%20%0A%09%3Fy%20rdf%3Atype%20foaf%3APerson%20.%0A%7D%27

- Find sources containing research data:

http://lodatio.informatik.uni-kiel.de/?query=%27PREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%20%0APREFIX%20qb%3A%20%3Chttp%3A%2F%2Fpurl.org%2Flinked-data%2Fcube%23%3E%20%0ASELECT%20%3Fx%20%0AWHERE%20%7B%0A%09%3Fx%20rdf%3Atype%20qb%3AObservation%20.%0A%09%3Fx%20qb%3AdataSet%20%3Fy%20.%0A%7D%27



Kind regards,

Ansgar

on behalf of the LODatio+ team:

* Marius Leka
* Henrik Schmidt
* Till Blume
* Iacopo Vagliano
* Ansgar Scherp

Received on Thursday, 22 February 2018 14:38:18 UTC