Zur Übersicht dieser Wikibase: Difference between revisions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
<h2>Karte aller | <h2>Karte aller Inszenierungsorte</h2> | ||
PREFIX wd: <http://www.wikidata.org/entity/> | PREFIX wd: <http://www.wikidata.org/entity/> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
| Line 36: | Line 36: | ||
<h2>Welche sind auf dieser Wikibase angelegt?</h2> | <h2>Welche und wie viele Personen sind auf dieser Wikibase angelegt?</h2> | ||
Revision as of 18:40, 10 March 2025
Zurück zur Übersicht aller Abfragethemen: zurück
Liste aller Properties
PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?property ?propertyLabel WHERE { ?property a wikibase:Property . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ASC(xsd:integer(STRAFTER(STR(?property), 'P')))
Welche Inszenierungen sind auf dieser Wikibase angelegt?
Karte aller Inszenierungsorte
PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX mmd: <https://mtm.uni-trier.de/entity/> PREFIX mmdt: <https://mtm.uni-trier.de/prop/direct/> #defaultView:Map SELECT ?item ?itemLabel ?locLabel ?WikiDataEntity ?coordinateLocation WHERE { ?item mmdt:P8 ?loc. ?loc mmdt:P2 ?o. # P2 = exakte Übereinstimmung Wikidata-item BIND(IRI(REPLACE(STR(?o), "https://www.wikidata.org/wiki", "http://www.wikidata.org/entity", "i")) as ?WikiDataEntity). SERVICE <https://query.wikidata.org/sparql> { ?WikiDataEntity wdt:P625 ?coordinateLocation # P625 = Koordinaten in Wikidata } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". } }