query-c558cb7f798182be150ca0aee86cf213
Add nicknames of members of Italian learned societies, cf. the following query: (P742)pseudonym Currently, the most commonly used data model doesn't appear to be appropriate (mostly the nickname is given as
Use at
- https://query.wikidata.org/sparql
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 ?pers ?persLabel ?society ?societyLabel ?name WHERE {
?pers wdt:P31 wd:Q5 ;
wdt:P463 ?society ;
wdt:P1810| wdt:P742 | wdt:P1449 ?name .
?society wdt:P17 wd:Q38 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "it". }