This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
notes:demographics [2016/10/30 10:17] Brend |
notes:demographics [2016/10/30 15:43] (current) Brend [Kindred] |
||
---|---|---|---|
Line 6: | Line 6: | ||
===== New York ===== | ===== New York ===== | ||
+ | |||
+ | Demographics on the people in [[ic:New York City]]. | ||
==== Type breakdown ==== | ==== 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. | ||
<table ?t "Type" ?p@count[text] "Count"> | <table ?t "Type" ?p@count[text] "Count"> | ||
?p is a: person | ?p is a: person | ||
?p Type[ref]: ?t | ?p Type[ref]: ?t | ||
+ | ?p Tags[ref::ic]: New York City | ||
group { | group { | ||
?t | ?t | ||
} | } | ||
</table> | </table> | ||
- | + | ==== Kindred ==== | |
- | ==== Clan breakdown (kindred) ==== | + | === Clan breakdown === |
- | <table ?c "Clan" ?p@count[text] "Count"> | + | A "by clan" count of the Kindred in New York. |
- | ?p is a: person | + | <table> |
- | ?p Type[ref::ic]: Kindred | + | fields { |
- | ?p Clan[ref]: ?c | + | ?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 { | group { | ||
?c | ?c | ||
} | } | ||
</table> | </table> |