Wikidata talk:WP EMEW/Manors

Manors

 

Discuss

 

Progress

 

Data Modelling

 

Data Model Discussion

 

Items

 

Property Usage

 

Resources & Queries

 


General discussion page for the manors sub-project of Wikidata:WikiProject Early Modern England and Wales

Please sign your comments with four tildes (~~~~).

structure of dashboards

edit

It's probably useful to note this down somewhere

embeds two pages (which can be jumped to using the 'view' buttons)

These then each call a template for their breakout lists

All four of the pages rely on a selector sub-query at the top, that defines what set of items to do the analysis on. This can be readily changed, but if so the same update should be made on all 4 pages. (Much of all of this could probably be templated to advantage, but so far it is as it is). The selector sub-query is currently:

WITH {
  SELECT DISTINCT ?item WHERE {
    ?item wdt:P31 wd:Q2116450 .      ## item to have "instance of" = "manor estate"
    ?item wdt:P1343 wd:Q105770461 .  ## item to have "described by" = "Manorial Documents Register"
  }
} AS %items

Two redirects are also needed to make the Properties page work (they skip down a level for the breakout templates),

Wikidata:WP EMEW/Manors/Properties/get_values ---> Wikidata:WP EMEW/Manors/Properties/props/get_values
Wikidata:WP EMEW/Manors/Properties/external IDs/get_list ---> Wikidata:WP EMEW/Manors/Properties/external IDs/get_list
Return to the project page "WP EMEW/Manors".