Querying

From ottgaz.org
Revision as of 14:07, 30 September 2022 by Will (talk | contribs) (formatting)
Jump to navigation Jump to search

Namespace

Declare these namespaces at the start of every query:

PREFIX wd: <https://ottgaz.org/entity/>
PREFIX wdt: <https://ottgaz.org/prop/direct/>

Sample queries

Label

SELECT ?vilayet ?vilayetLabel
WHERE 
{
  ?vilayet wdt:P6 wd:Q5 . 
  ?vilayet rdfs:label ?vilayetLabel .
}