====== Demographics ======
//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.
===== New York =====
Demographics on the people in [[ic:New York City]].
==== Type breakdown ====
A breakdown of the types of all known creatures in New York; not accounting for {{list> ?p@count[text] | ?p is a: person; ?p Tags[ref::ic]: New York City; minus { ?p Type[ref]: ?t } group {} }} creatures of unknown type.
?p is a: person
?p Type[ref]: ?t
?p Tags[ref::ic]: New York City
group {
?t
}
==== Kindred ====
=== Clan breakdown ===
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
}
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_queens is a: person
?p_queens Type[ref::ic]: Kindred
?p_queens Tags[ref::ic]: Queens
?p_queens 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
}