query-b62124a455456f84e009f3569032bc00

rq turtle/ttl

added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class WHERE { ?thing wdt:P31 ?class. ?thing wdt:P279 ?class. SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#added before 2016-10

SELECT ?thingLabel ?classLabel ?thing ?class
WHERE
{
    ?thing wdt:P31 ?class.
    ?thing wdt:P279 ?class.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?class"):::projected v1("?thing"):::projected c4(["bd:serviceParam"]):::iri c6(["en"]):::literal v1 --"wdt:P31"--> v2 v1 --"wdt:P279"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end