cleaned up
This commit is contained in:
parent
f881175b1d
commit
9071e8daa0
7 changed files with 185 additions and 58 deletions
|
@ -21,6 +21,9 @@
|
|||
}
|
||||
.red { color: #fa0000; }
|
||||
/* Two-column layout */
|
||||
.strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.left-column {
|
||||
width: 50%;
|
||||
float: left;
|
||||
|
@ -144,9 +147,67 @@ Ordnance Survey = data on places of worship is purchased from a private database
|
|||
Open Street Map = open access, generally accurate, but incomplete
|
||||
Google Maps = very expensive. No provision for scholarly use
|
||||
|
||||
---
|
||||
|
||||
### Things are missing:
|
||||
|
||||
Mosques and Islamic community centres in Birmingham metro (+50km):
|
||||
- According to http://mosques.muslimsinbritain.org: 289
|
||||
- According to ordnance survey: 224
|
||||
- According to open street maps: 118
|
||||
- According to google maps: 100
|
||||
|
||||
---
|
||||
|
||||
### Data is bad:
|
||||
|
||||
According to Ordnance Survey:
|
||||
Of 46,057 places of worship in the UK:
|
||||
1692 baptist churches
|
||||
2446 churches designated as “Church of England”
|
||||
2476 Catholic Churches
|
||||
3584 Methodist churches.
|
||||
|
||||
---
|
||||
|
||||
So who cares?
|
||||
|
||||
???
|
||||
So why does all this matter? There are two key reasons why scholarly focus on these data sources might align well with our concern for public literacy about religion and frankly justice. First, for many people walking around in Europe, these data sets are reality. When was the last time you navigated somewhere without using a turn-by-turn app on some smartphone? If data is lacking in completeness, these places simply fall off the map. Second, is metadata. While this term may seem fairly innocuous, it can be a very malevolent force. Metadata is simply the practice of adding a bit of additional data to the 'main stuff'. So we have some coordinates and a name for a place of worship, and then maybe we add the opening hours, or we allow people to add ratings, or we add a category.
|
||||
|
||||
---
|
||||
|
||||
### Exhibit A: All of Google's religion categories:
|
||||
|
||||
- .strikethrough[place of worship]
|
||||
- church
|
||||
- hindu_temple
|
||||
- mosque
|
||||
- synagogue
|
||||
|
||||
### Exhibit B: Schema.org Microdata Specification
|
||||
|
||||
["developed by an open community process"](https://schema.org/)
|
||||
|
||||
Place / CivicStructure / PlaceofWorship subcategories (v3.4):
|
||||
|
||||
- BuddhistTemple
|
||||
- CatholicChurch
|
||||
- Church
|
||||
- HinduTemple
|
||||
- Mosque
|
||||
- Synagogue
|
||||
|
||||
???
|
||||
These categories produce borders and tacitly facilitate exclusion. Have you ever wondered how google finds content based on a given search you produce?
|
||||
|
||||
---
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue