EntitySchema talk:E295/Documentation

From Wikidata
Jump to navigation Jump to search

Documentation

[edit]
Cradle
Schema Text Translation
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
start = @<townland>

<townland> {
  wdt:P31 [wd:Q2151232];
  wdt:P17 [wd:Q27 wd:Q145];
  wdt:P625 .;
  wdt:P131 .?;
  wdt:P7959 @<county>;
  wdt:P5097 .;
}

<county> EXTRA wdt:P31 {
  wdt:P31 [wd:Q179872 wd:Q1317848];
}
start at <townland>
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