This is an old revision of the document!
p_queens
' is out-of-scope.See also the notes on Global Demographics.
Unless explicitly noted otherwise, the statistics on this page omit people for which the relevant data is not known.
Demographics on the people in New York City.
A breakdown of the types of all known creatures in New York
A “by clan” count of the Kindred in New York.
fields {
?c: Clan
?p_nyc@count[text]: Total
?p_manhattan@count[text]: Manhattan
?p_brooklyn@count[text]: Brooklyn
?p_queens@count[text]: Queens
?p_bronx@count[text]: The Bronx
?p_staten_island@count[text]: Staten Island
}
where {
union {
{
?p_nyc is a: person
?p_nyc Type[ref::ic]: Kindred
?p_nyc Tags[ref::ic]: New York City
?p_nyc Clan[ref]: ?c
}
{
?p_manhattan is a: person
?p_manhattan Type[ref::ic]: Kindred
?p_manhattan Tags[ref::ic]: Manhattan
?p_manhattan Clan[ref]: ?c
}
{
?p_brooklyn is a: person
?p_brooklyn Type[ref::ic]: Kindred
?p_brooklyn Tags[ref::ic]: Brooklyn
?p_brooklyn Clan[ref]: ?c
}
{
?p_quuens is a: person
?p_quuens Type[ref::ic]: Kindred
?p_quuens Tags[ref::ic]: Queens
?p_quuens Clan[ref]: ?c
}
{
?p_bronx is a: person
?p_bronx Type[ref::ic]: Kindred
?p_bronx Tags[ref::ic]: The Bronx
?p_bronx Clan[ref]: ?c
}
{
?p_staten_island is a: person
?p_staten_island Type[ref::ic]: Kindred
?p_staten_island Tags[ref::ic]: Staten Island
?p_staten_island Clan[ref]: ?c
}
}
}
group {
?c
}
|