query-d2e3cff489384509d9b45ba07a0227bd

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)Encyclopædia Britannica Online ID (P1417)copyright license (P275)

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 ?item ?itemLabel ?ebLabel ?license ?licenseLabel ?class ?classLabel
WHERE 
{
  ?item wdt:P31/wdt:P279*  wd:Q7397.
  ?item wdt:P1417 ?eb.
 ?item wdt:P275 ?license.
  ?license wdt:P31 ?class.
  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; v4("?class"):::projected v2("?eb") v1("?item"):::projected v3("?license"):::projected a1((" ")) c3(["wd:Q7397"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P1417"--> v2 v1 --"wdt:P275"--> v3 v3 --"wdt:P31"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end