|
|
Line 22: |
Line 22: |
|
| |
|
| {{SPARQL|query= | | {{SPARQL|query= |
| PREFIX wd: <https://libmovit.wikibase.cloud/entity/> | | PREFIX ld: <https://libmovit.wikibase.cloud/entity/> |
| PREFIX wdt: <https://libmovit.wikibase.cloud/prop/direct/> | | PREFIX ldt: <https://libmovit.wikibase.cloud/prop/direct/> |
| # NON FUNZIONA - QUERY COPIATA DA UN ALTRO WIKIBASE PER USARLA COME ESEMPIO -
| | |
| #Show me items designated as plays, with authors added
| | SELECT ?item |
| | WHERE { ?item ldt:P1 ld:Q2 . } |
|
| |
|
| select ?item ?itemLabel ?creatorLabel ?dateLabel
| |
| where { ?item wdt:P1 wd:Q1 .
| |
| ?item wdt:P3 ?creator .
| |
| ?item wdt:P5 ?date .
| |
|
| |
| SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
| |
| }
| |
| }} | | }} |