New pages
- 21:32, 3 December 2025 Voting (hist | edit) [5,482 bytes] Admin (talk | contribs) (Created page with "Back to the overview of all query topics: back == List of productions and their voting methods and voting results == <syntaxhighlight lang="sparql" line="1"> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> PREFIX p: <https://mtm.uni-trier.de/prop/> PREFIX ps: <https://mtm.uni-trier.de/prop/statement/> PREFIX pq: <https://mtm.uni-trier.de/prop/qualifier/> SELECT DISTINCT ?production ?productionLabel ?v...") Tag: Visual edit
- 21:29, 3 December 2025 Costumes (hist | edit) [7,300 bytes] Admin (talk | contribs) (Created page with "Back to the overview of all query topics: back == Description of all costumes for all roles == <syntaxhighlight lang="sparql" line="1"> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> PREFIX p: <https://mtm.uni-trier.de/prop/> PREFIX ps: <https://mtm.uni-trier.de/prop/statement/> PREFIX pq: <https://mtm.uni-trier.de/prop/qualifier/> SELECT ?productionLabel ?roleLabel ?costumeLabel ?description WHERE {...") Tag: Visual edit
- 21:25, 3 December 2025 Stage designs (hist | edit) [3,997 bytes] Admin (talk | contribs) (Created page with "Back to the overview of all query topics: back == List of all descriptions of stage designs == <syntaxhighlight lang="sparql" line="1"> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?production ?productionLabel ?stageDescription WHERE { ?production wdt:P3 wd:Q309. ?production wdt:P35 ?stageDesign. ?stageDesign wdt:P54 ?stageDescription. SERVICE wikibase:label { bd:serviceParam wi...") Tag: Visual edit
- 20:51, 3 December 2025 Locations (hist | edit) [3,719 bytes] Admin (talk | contribs) (Created page with "Back to the overview of all query topics: back") Tag: Visual edit
- 20:48, 28 November 2025 Gender-related questions (hist | edit) [8,697 bytes] Admin (talk | contribs) (Created page with "Back to the overview of all query topics: back") Tag: Visual edit
- 20:12, 28 November 2025 People (hist | edit) [11,804 bytes] Admin (talk | contribs) (Created page with "Back to the overview of all query topics: back == Images of the listed persons == <syntaxhighlight lang="sparql" line="1"> 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:ImageGrid SELECT ?personLabel ?image WHERE { ?person mmdt:P3 mmd:Q241. # Person is a real person ?...") Tag: Visual edit
- 17:12, 28 November 2025 General parameters of the stagings (hist | edit) [10,336 bytes] Admin (talk | contribs) (Created page with "== Which productions had the most/fewest performances? == <syntaxhighlight lang="sparql" line="1"> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?production ?productionLabel ?numberOfPerformances WHERE { ?production wdt:P3 wd:Q309. # Production is a production [Q309] ?production wdt:P16 ?numberOfPerformances. # Production has a number of performances [P16] SERVICE wikibase:label { # Adds...") Tag: Visual edit
- 16:58, 28 November 2025 Information about venues (hist | edit) [8,033 bytes] Admin (talk | contribs) (Created page with "Back to the overview of all query topics: back == Pictures of the theatre buildings == <syntaxhighlight lang="sparql" line="1"> 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:ImageGrid SELECT ?theatreBuildingLabel ?image WHERE { ?theatreBuilding mmdt:P3 mmd:Q239. # Theatre building is...") Tag: Visual edit
- 16:28, 28 November 2025 Overview of this Wikibase (hist | edit) [6,251 bytes] Admin (talk | contribs) (Created page with "== List of all properties == <syntaxhighlight lang="sparql"> 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 { #Ensures readable labels bd:serviceParam wikibase:language "[AUTO_LANGUAGE], en". } } ORDER BY ASC(xsd:integer(STRAFTER(STR(?property), 'P'))) </syntaxhighlight>") Tag: Visual edit
- 17:46, 23 November 2025 SPARQL-Queries (hist | edit) [2,768 bytes] Admin (talk | contribs) (Created page with "The following are examples of SPARQL queries: * overview of this Wikibase ** List of all properties ** Which stagings are modeled on this Wikibase? ** Map of all stagings locations ** Which and how many people are listed on this Wikibase? * Information about venues ** Pictures of theatre buildings ** What stagings were staged in Berlin? ** Which stagings took place in theatre buildings? ** Which stagings did not take place in theatre buildings? ** Which stagings took pl...") Tag: Visual edit
- 15:01, 23 November 2025 Introduction (hist | edit) [2,663 bytes] Admin (talk | contribs) (Created page with "== Modeling theatrical staging characteristics in Wikidata using the example of Ferdinand von Schirach's "Terror" == This Wikibase was designed as part of a master's thesis in Digital Humanities at the University of Trier. Its purpose is to model theatre productions and their characteristics on a Wikibase. This approach should make it possible to query and compare the staging characteristics of productions. == Data model == To get a quick overview of the data model desi...") Tag: Visual edit
- 14:55, 23 November 2025 Einführung (hist | edit) [2,766 bytes] Admin (talk | contribs) (Created page with "== Modellierung theaterinszenatorischer Merkmale (MtM) in Wikidata am Beispiel von Ferdinand von Schirachs „Terror” == Diese Wikibase wurde im Rahmen einer Masterarbeit an den Digital Humanities an der Universität Trier entworfen. Sie macht es sich Aufgabe, Theaterinszenierungen und ihre Merkmale auf einer Wikibase zu modellieren. Dieser Ansatz soll ermöglichen, inszenatorische Merkmale von Inszenierungen abfragen und miteinander vergleichen zu können. == Datenmo...") Tag: Visual edit
- 20:15, 31 October 2025 Data Model (english) (hist | edit) [53 bytes] Admin (talk | contribs) (Created page with "thumb|975x975px") Tag: Visual edit
- 09:52, 3 April 2025 Farbvokabular (hist | edit) [1,138 bytes] Admin (talk | contribs) (Created page with "{| class="wikitable" |+ !MtM-Label !MtM-ID !Wikidata ID !Wikidata URL !Wikidata Label |- |Beige |Q285 |Q843607 |https://www.wikidata.org/wiki/Q843607 |beige |- |Gold |Q110 |Q208045 |https://www.wikidata.org/wiki/Q208045 |Gold |- |Grau |Q118 |Q42519 |https://www.wikidata.org/wiki/Q42519 |Grau |- |Orange |Q222 |Q39338 |https://www.wikidata.org/wiki/Q39338 |Orange |- |Schwarz |Q121 |Q23445 |https://www.wikidata.org/wiki/Q23445 |Schwarz |- |Silber |Q227 |Q317802 |https://www...") Tag: Visual edit
- 16:40, 23 March 2025 Personen (hist | edit) [8,627 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der Abfragen: zurück")
- 20:53, 10 March 2025 Abstimmung (hist | edit) [9,240 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der SPARQL-Abfragethemen: zurück == Welches ist die am häufigsten gewählte Abstimmungsart in den hier gelisteten Inszenierungen? == <syntaxhighlight lang="sparql" line="1" start="1"> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?inszenierung ?inszenierungLabel ?abstimmungsart ?abstimmungsartLabel (COUNT(?interaktionselement) AS ?vorkommen) WHERE { ?inszenierung w...") Tag: Visual edit
- 20:46, 10 March 2025 Kostüme (hist | edit) [8,291 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der SPARQL-Abfragethemen: zurück == Beschreibungen aller Kostüme einer bestimmten Rolle == <syntaxhighlight lang="sparql" line="1" start="1"> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?rolle ?kostüm ?kostümLabel ?beschreibung WHERE { wd:Q27 wdt:P88 ?rolle. #Figur Angeklagter [Q27] ist Grundlage der Rolle [P88] Angeklagte:r ?rolle wdt:P55 ?kos...") Tag: Visual edit
- 20:41, 10 March 2025 Bühnenkonzeptionen (hist | edit) [6,126 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der SPARQL-Abfragethemen: zurück == Liste aller Beschreibungen von Bühnenkonzeptionen == <syntaxhighlight lang="sparql" line="1" start="1"> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?inszenierung ?inszenierungLabel ?buehnenbeschreibung WHERE { ?inszenierung wdt:P35 ?buehnengestaltung. #Inszenierung hat eine Bühnengestaltung [P35] ?buehnengestaltu...") Tag: Visual edit
- 19:18, 10 March 2025 Handlungsorte (hist | edit) [4,661 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der SPARQL-Abfragethemen: zurück")
- 18:52, 10 March 2025 Gender-bezogene Fragen (hist | edit) [7,956 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der SPARQL-Abfragethemen: zurück")
- 18:44, 10 March 2025 Rahmenbedingungen der Inszenierungen (hist | edit) [9,172 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der SPARQL-Abfragethemen: zurück <h2>Welche Inszenierungen hatte die meisten/geringsten Aufführungen?</h2> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?inszenierung ?inszenierungLabel ?anzahl WHERE { ?inszenierung wdt:P16 ?anzahl. #Inszenierung hat eine Aufführungsanzahl [P16] SERVICE wikibase:label { #Fügt lesbare Labels hinzu bd:serviceParam wikibase:language "[AUT...") Tag: Visual edit: Switched
- 18:34, 10 March 2025 Informationen zu Spielorten (hist | edit) [4,997 bytes] Admin (talk | contribs) (Created page with "zurück zur Übersicht der Abfragen: zurück <h2>Welche Inszenierungen gab es in Berlin?</h2> PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> SELECT ?spielort ?spielortLabel ?inszenierung ?inszenierungLabel WHERE { ?inszenierung wdt:P8 ?spielort. #Inszenierung hat einen Spielort (bspw. ein Theater) [P8] ?spielort wdt:P21 wd:Q237. # der Spielort befindet sich in einem Ort – in dem Fall Berlin [Q237] S...") Tag: Visual edit: Switched
- 18:24, 10 March 2025 Zur Übersicht dieser Wikibase (hist | edit) [3,874 bytes] Admin (talk | contribs) (Created page with "Liste aller Properties: PREFIX wdt: <https://mtm.uni-trier.de/prop/direct/> PREFIX wd: <https://mtm.uni-trier.de/entity/> # SPARQL-Abfrage für alle P-Items in einer Wikibase SELECT ?property ?propertyLabel WHERE { # Suche nach allen Items, die den Typ "Property" haben ?property a wikibase:Property . # Optional: Hole die Labels der Properties (falls verfügbar) SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ASC(x...")
- 19:40, 7 March 2025 SPARQL-Abfragen (hist | edit) [3,319 bytes] Admin (talk | contribs) (Created page with "Folgend werden Beispiel-SPARQL-Abfragen angegeben:")
- 19:39, 7 March 2025 Datenmodell (hist | edit) [70 bytes] Admin (talk | contribs) (Beschreibung des hier verwendeten Datenmodells)