All public logs
Jump to navigation
Jump to search
Combined display of all available logs of OpenAcolit. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:59, 15 July 2023 Bargioni talk contribs created page Talk:Main Page (Created page with "== Prefissi per query sparql == <pre> PREFIX wd: <https://openacolit.wikibase.cloud/entity/> PREFIX wdt: <https://openacolit.wikibase.cloud/prop/direct/> </pre> == Esempio di query: tutte le lingue definite in OA == <pre> PREFIX wd: <https://openacolit.wikibase.cloud/entity/> PREFIX wdt: <https://openacolit.wikibase.cloud/prop/direct/> SELECT ?q ?qLabel WHERE { ?q wdt:P1 wd:Q1051. SERVICE wikibase:label { bd:serviceParam wikibase:language "it". } } ORDER BY (?qLab...")