query-c7ac554d60f840d146aa7c4922b3754d

rq turtle/ttl

Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Libellé en plusieurs langues, il est également possible d'obtenir des libellés en plusieurs langues en même temps. rdfs:labelA l'aide de Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in meerdere talen ook gebruiken om in verschillende talen tegelijkertijd de labels op te vragen. rdfs:labelU kunt Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use Label in multiple languages to query labels in different languages at the same time. rdfs:labelYou can also use

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?book ?bookLabel_de ?bookLabel_en WHERE {
    ?book wdt:P50 wd:Q35610.
    OPTIONAL { SERVICE wikibase:label { bd:serviceParam wikibase:language "de". ?book rdfs:label ?bookLabel_de } }
    OPTIONAL { SERVICE wikibase:label { bd:serviceParam wikibase:language "en". ?book rdfs:label ?bookLabel_en } }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?book"):::projected v2("?bookLabel_de"):::projected v3("?bookLabel_en"):::projected c6(["de"]):::literal c4(["bd:serviceParam"]):::iri c8(["en"]):::literal c2(["wd:Q35610"]):::iri v1 --"wdt:P50"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 -."wikibase:language".-> c6 v1 --"rdfs:label"--> v2 end end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 -."wikibase:language".-> c8 v1 --"rdfs:label"--> v3 end end