EntitySchema talk:E18

From Wikidata
Jump to navigation Jump to search

Documentation[edit]

Cradle
Schema Text Translation
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>

start = @<wikidata-tvseason>

#recent samples:
# SELECT?item{?item wdt:P31 wd:Q3464665}ORDER BY DESC(xsd:integer(SUBSTR(STR(?item),33)))LIMIT 20

#old samples:
# SELECT?item{?item wdt:P31 wd:Q3464665}ORDER BY (xsd:integer(SUBSTR(STR(?item),33)))LIMIT 50

<wikidata-tvseason> EXTRA p:P31 {    
	wdt:P31 [wd:Q3464665];
        wdt:P179 { wdt:P31 [wd:Q5398426] };
        wdt:P580 . ;
}
start at <wikidata-tvseason>
Please note that this documentation is manually updated. The information may not be correct if the schema has been changed since this talk page was last updated