Tagged: SPARQL

Wikidata Query Interface 0

Learning SPARQL with Wikidata

SPARQL has a lot of similarities to SQL and also is very different. Here I am going to get the English works of Rabindranath Tagore from Wikidata. I will use this as an exercise to learn SPARQL. As you will see, I have not tried to explain the terms here as I expect some knowledge of SQL and Semantic Triples. Since I go step by step, I think it’s easy to understand.

1

Getting started with RDF using Blazegraph

Table of Contents1 Semantic Web, Triple and Triplestore2 Blazegraph2.1 Download and install the database.2.2 Import some data3 Next – SPARQL This started as a simple exercise of querying WikiData database using their SPQRQL query service. That lead me to studying about RDF and Triplets. I found it very interesting. I spent hours on...