query-b7e6cd70fd90bc2d39ae8f282ea21236

rq turtle/ttl

Fathers and children in srpELTeC and srpELTeC-extended collection

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?father ?fatherLabel ?child ?childLabel
WHERE {
  VALUES ?collection { wd:Q106936149 wd:Q109123373 }
  ?novel wdt:P31 wd:Q7725634;
         wdt:P674 ?father;
         wdt:P747 ?edition.
    ?father wdt:P21 wd:Q6581097;
       wdt:P22 ?child.
  ?edition wdt:P1433 ?collection.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "sr,en". }

Query found at