EntitySchema:E3: Difference between revisions
Created a new Schema: event edition |
Updated Schema text |
||
| Schema / Line 15: | Schema / Line 15: | ||
wdt:P20 . ; # country | wdt:P20 . ; # country | ||
wdt:P78 . ; # location | wdt:P78 . ; # location | ||
wdt:P71 . + | wdt:P71 . +; # participant | ||
wdt:P131 . + | wdt:P131 . + ; # presented works of a performance | ||
rdfs:label rdf:langString+; | rdfs:label rdf:langString+; | ||
} | } | ||
Revision as of 16:19, 5 May 2026
| language code | label | description | aliases | edit |
|---|---|---|---|---|
| lgg | edit | |||
| en | event edition | a single edition of an event | edit |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wd: <https://wikibase.almeda.engelska.uu.se/entity/>
PREFIX wdt: <https://wikibase.almeda.engelska.uu.se/prop/direct/>
start = @<event-version>
<event-version> EXTRA wdt:P91, wdt:P92, wdt:P25, wdt:P93, wdt:P20, wdt:P78 {
wdt:P4 [wd:Q19657]; # instance of event-edition
wdt:P91 . ; # part of the series
wdt:P92 . ; # edition number
wdt:P25 xsd:datetime . ; # start time
wdt:P93 xsd:datetime . ; # end time
wdt:P20 . ; # country
wdt:P78 . ; # location
wdt:P71 . +; # participant
wdt:P131 . + ; # presented works of a performance
rdfs:label rdf:langString+;
}