query-fe5f98abb90105ff552777f9e9b6a7b8

rq turtle/ttl

PropertiesARK Name Assigning Authority Number (P1870)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?institution ?institutionLabel ?value 
{
    ?institution wdt:P1870 ?value .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en"  }    
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?institution"):::projected v2("?value"):::projected c3(["bd:serviceParam"]):::iri c5(["en,en"]):::literal v1 --"wdt:P1870"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end