Zur Übersicht dieser Wikibase

From MtM
Revision as of 18:29, 10 March 2025 by Admin (talk | contribs)

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 Inszenierungen
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".   }
}


Wie viele Personen sind auf dieser Wikibase angelegt?