language code | label | description | aliases | edit |
---|
en | Sandbox Schema | An EntitySchema to try things out, not intended for productive use | test schema | edit |
de | Spielwiese-Schema | | | edit |
fr | [bac à sable] | bac à sable des schémas d'entité | | edit |
nl | zandbak schema | | | edit |
# This schema is for items about ceramics factories
# technically items with P31:Q28938152 (instance of:ceramics factory)
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
#samples:
# SELECT ?item { ?item wdt:P31 wd:Q28938152 }
start = @<ceramics_factory>
<ceramics_factory> EXTRA wdt:P31 {
wdt:P31 [wd:Q43981055] ;
}