Project:Meta/place: Difference between revisions

From Beyond Notability
(initial place page)
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
A place is typically a location at which a meeting took place, where an excavation happened, or where somebody lived, was born, or died.
A place is typically a location at which a meeting took place, where an excavation happened, or where somebody lived, was born, or died.


In order to be able to make queries about people who, say, [https://beyond-notability.wiki.opencura.com/wiki/Project:SPARQL/examples#People_whose_residence_was_at_one_time_in_the_east_or_south_east_of_England.2C_excluding_London lived close to one another], it is important to record places hierarchically.
In order to be able to make queries about people who, say, [https://beyond-notability.wikibase.cloud/wiki/Project:SPARQL/examples#People_whose_residence_was_at_one_time_in_the_east_or_south_east_of_England.2C_excluding_London lived close to one another], it is important to record places hierarchically.


For places in the United Kingdom, this means using the [https://beyond-notability.wiki.opencura.com/wiki/Property:P33 located in the administrative territorial entity (P33)] property to connect specific places to generic places, specifically the [https://en.wikipedia.org/wiki/First-level_NUTS_of_the_European_Union#United_Kingdom 12 NUTS regions]. For example:
For places in the United Kingdom, this means using the [https://beyond-notability.wikibase.cloud/wiki/Property:P33 located in the administrative territorial entity (P33)] property to connect specific places to generic places, specifically the [https://en.wikipedia.org/wiki/First-level_NUTS_of_the_European_Union#United_Kingdom 12 NUTS regions]. For example:


* [https://beyond-notability.wiki.opencura.com/wiki/Item:Q198 Barnard Castle (Q198)] > [https://beyond-notability.wiki.opencura.com/wiki/Property:P33 (P33)] > [https://beyond-notability.wiki.opencura.com/wiki/Item:Q199 County Durham (Q199)]
* [https://beyond-notability.wikibase.cloud/wiki/Item:Q198 Barnard Castle (Q198)] > [https://beyond-notability.wikibase.cloud/wiki/Property:P33 (P33)] > [https://beyond-notability.wikibase.cloud/wiki/Item:Q199 County Durham (Q199)]
* [https://beyond-notability.wiki.opencura.com/wiki/Item:Q199 County Durham (Q199)] > [https://beyond-notability.wiki.opencura.com/wiki/Property:P33 (P33)] > [https://beyond-notability.wiki.opencura.com/wiki/Item:Q200 North East England (Q200)]
* [https://beyond-notability.wikibase.cloud/wiki/Item:Q199 County Durham (Q199)] > [https://beyond-notability.wikibase.cloud/wiki/Property:P33 (P33)] > [https://beyond-notability.wikibase.cloud/wiki/Item:Q200 North East England (Q200)]
 
Where possible (and especially for places in the UK), ensure that '''specific places''' (e.g. villages/towns) are connected to a '''district or paris'''h, which is connected to a '''county''', which is connected to a '''region''', which is connected a '''country'''. In most cases where a new village or town is created, this means '''not''' connecting what village or town directly to a county (the Wikidata entry for the village or town can be great help is figuring this out). [https://beyond-notability.wikibase.cloud/wiki/Project:SPARQL/examples#People_not_in_London_with_the_district,_county,_and_region_at_which_they_were_once_resident_(in_the_UK)_listed The result of this query] is a useful way of seeing how this works, as well spotting rogue entries.


=== Template ===
=== Template ===
==== Category ====
Instance of:
<blockquote>[https://beyond-notability.wikibase.cloud/wiki/Property:P12 instance of (P12)] is used to record that a place is a [https://beyond-notability.wikibase.cloud/wiki/Item:Q2147 locality (Q2147)] </blockquote>


==== Administrative territorial entity ====
==== Administrative territorial entity ====


[https://beyond-notability.wiki.opencura.com/wiki/Property:P33 located in the administrative territorial entity (P33)] > the administrative territorial entity in which they are located. For example for [https://beyond-notability.wiki.opencura.com/wiki/Item:Q207 Moretonhampstead (Q207)], then [https://beyond-notability.wiki.opencura.com/wiki/Item:Q206 Teignbridge (Q206)]
<blockquote>[https://beyond-notability.wikibase.cloud/wiki/Property:P33 located in the administrative territorial entity (P33)] > the administrative territorial entity in which they are located. For example for [https://beyond-notability.wikibase.cloud/wiki/Item:Q207 Moretonhampstead (Q207)], then [https://beyond-notability.wikibase.cloud/wiki/Item:Q206 Teignbridge (Q206)]</blockquote>


This information is available on wikidata pages for each location.
This information is available on wikidata pages for each location.
Line 20: Line 28:
==== Link to Wikidata entry ====
==== Link to Wikidata entry ====


[https://beyond-notability.wiki.opencura.com/wiki/Property:P14 described at URL (P14)] > full url for wikidata item for places, e.g. https://www.wikidata.org/wiki/Q21694695.
<blockquote>[https://beyond-notability.wikibase.cloud/wiki/Property:P117 Wikidata ID (P117)] > free text identifer for the place
 
With qualifier:
 
* [https://beyond-notability.wikibase.cloud/wiki/Property:P14 described at URL (P14)] > full url to Wikidata identifer for person, e.g. [https://www.wikidata.org/wiki/Q21694695 https://www.wikidata.org/wiki/Q21694695]
</blockquote>
 
== Beyond Notability: Other places ==
 
Some places are [https://beyond-notability.wikibase.cloud/wiki/Item:Q2818 hillforts], [https://beyond-notability.wikibase.cloud/wiki/Item:Q384 amphitheatres], [https://beyond-notability.wikibase.cloud/wiki/Item:Q2738 abbeys], [https://beyond-notability.wikibase.cloud/wiki/Item:Q2830 country houses], or other related entities.
 
In these cases, use your judgement to decide how to use '[https://beyond-notability.wikibase.cloud/wiki/Property:P12 instance of]' statements, as some may be [https://beyond-notability.wikibase.cloud/wiki/Item:Q86 archaeological sites], others simply [https://beyond-notability.wikibase.cloud/wiki/Item:Q2147 localities].
 
Use the heritage IDs for [https://beyond-notability.wikibase.cloud/wiki/Property:P129 England], [https://beyond-notability.wikibase.cloud/wiki/Property:P139 Scotland], [https://beyond-notability.wikibase.cloud/wiki/Property:P138 Wales], and [https://beyond-notability.wikibase.cloud/wiki/Property:P135 Ireland] (and other places!) where possible.

Latest revision as of 12:40, 13 June 2023

Beyond Notability: Places

A place is typically a location at which a meeting took place, where an excavation happened, or where somebody lived, was born, or died.

In order to be able to make queries about people who, say, lived close to one another, it is important to record places hierarchically.

For places in the United Kingdom, this means using the located in the administrative territorial entity (P33) property to connect specific places to generic places, specifically the 12 NUTS regions. For example:

Where possible (and especially for places in the UK), ensure that specific places (e.g. villages/towns) are connected to a district or parish, which is connected to a county, which is connected to a region, which is connected a country. In most cases where a new village or town is created, this means not connecting what village or town directly to a county (the Wikidata entry for the village or town can be great help is figuring this out). The result of this query is a useful way of seeing how this works, as well spotting rogue entries.

Template

Category

Instance of:

instance of (P12) is used to record that a place is a locality (Q2147)

Administrative territorial entity

located in the administrative territorial entity (P33) > the administrative territorial entity in which they are located. For example for Moretonhampstead (Q207), then Teignbridge (Q206)

This information is available on wikidata pages for each location.

Link to Wikidata entry

Wikidata ID (P117) > free text identifer for the place

With qualifier:

Beyond Notability: Other places

Some places are hillforts, amphitheatres, abbeys, country houses, or other related entities.

In these cases, use your judgement to decide how to use 'instance of' statements, as some may be archaeological sites, others simply localities.

Use the heritage IDs for England, Scotland, Wales, and Ireland (and other places!) where possible.