7,739
edits
(→Place) |
(→Place) |
||
Line 345: | Line 345: | ||
</sparql> | </sparql> | ||
===Districts in which women resided, sorted by how many residences all women had in that district (or equivalent sub-level for non-UK residences)=== | |||
<sparql tryit="1"> | <sparql tryit="1"> | ||
Line 368: | Line 369: | ||
ORDER BY DESC(?district_count) | ORDER BY DESC(?district_count) | ||
</sparql> | </sparql> | ||
===Counties in which women resided, sorted by how many residences all women had in that county=== | |||
<sparql tryit="1"> | <sparql tryit="1"> | ||
Line 392: | Line 395: | ||
ORDER BY DESC(?county_count) | ORDER BY DESC(?county_count) | ||
</sparql> | </sparql> | ||
===Regions in which women resided, sorted by how many residences all women had in that region=== | |||
<sparql tryit="1"> | <sparql tryit="1"> |