query-588add59b8fe1a7868cfebe43c87bd65

rq turtle/ttl

Give me all members of TMF e.V.!(Comment: Data is not yet complete.)

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 ?wLabel ?w
WHERE 
{
  ?w wdt:P463 wd:Q1718834 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?wLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?w"):::projected v1("?wLabel"):::projected c4(["bd:serviceParam"]):::iri c6(["de,en"]):::literal c2(["wd:Q1718834"]):::iri v2 --"wdt:P463"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end