Main Page: Difference between revisions
Jump to navigation
Jump to search
Provalo!
(Created page with "'''Benvenutə!''' LibMovIt Wikibase è un progetto dedicato ai dati strutturati relativi al progetto PRIN omonimo per ospitare i dati prodotti nel quadro della ricerca e offrirne uno strumento di elaborazione e analisi. Questa istanza è ospitata su [https://www.wikibase.cloud/ wikibase.cloud]. *Dai un'occhiata a un item di esempio *Dai un'occhiata a un item a caso *Crea un nuovo item *User_talk:Carlo_Bianchini&action...") |
No edit summary |
||
Line 8: | Line 8: | ||
---- | ---- | ||
Query già predisposte | |||
{{SPARQL|query= | |||
PREFIX wd: <https://lcpindex.wikibase.cloud/entity/> | |||
PREFIX wdt: <https://lcpindex.wikibase.cloud/prop/direct/> | |||
#Show me items designated as plays, with authors added | |||
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". } | |||
} | |||
}} |
Revision as of 08:10, 23 January 2024
Benvenutə!
LibMovIt Wikibase è un progetto dedicato ai dati strutturati relativi al progetto PRIN omonimo per ospitare i dati prodotti nel quadro della ricerca e offrirne uno strumento di elaborazione e analisi. Questa istanza è ospitata su wikibase.cloud.
- Dai un'occhiata a un item di esempio
- Dai un'occhiata a un item a caso
- Crea un nuovo item
- Scrivi all'admin
Query già predisposte
PREFIX wd: <https://lcpindex.wikibase.cloud/entity/>
PREFIX wdt: <https://lcpindex.wikibase.cloud/prop/direct/>
#Show me items designated as plays, with authors added
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". }
}