query-9827cf27f1059dd86755c2089d0320c6

rq turtle/ttl

. Set at 2 statements, baseline 16 hits.(P4536)EThOS thesis ID

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 ?item ?subject ?itemLabel

WHERE {?item wdt:P31 wd:Q5.
        ?thesis wdt:P50 ?item;
               wdt:P4536 ?subject.
     ?item wikibase:statements ?statementcount.
   FILTER ( ?statementcount = 2
          )

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?statementcount") v4("?subject"):::projected v3("?thesis") c8(["bd:serviceParam"]):::iri c3(["wd:Q5"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?statementcount = '2^^xsd:integer'"]] f0 --> v1 v2 --"wdt:P31"--> c3 v3 --"wdt:P50"--> v2 v3 --"wdt:P4536"--> v4 v2 --"wikibase:statements"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end