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:31] Brend [Kindred] |
notes:demographics [2016/10/30 15:43] (current) Brend [Kindred] |
||
---|---|---|---|
Line 11: | Line 11: | ||
==== Type breakdown ==== | ==== Type breakdown ==== | ||
- | A breakdown of the types of all known creatures in New York | + | 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"> | ||
Line 21: | Line 21: | ||
} | } | ||
</table> | </table> | ||
- | |||
==== Kindred ==== | ==== Kindred ==== | ||
=== Clan breakdown === | === Clan breakdown === | ||
Line 27: | Line 26: | ||
<table> | <table> | ||
fields { | fields { | ||
- | ?c: Clan | + | ?c: Clan |
- | ?p_nyc@count[text]: Total | + | ?p_nyc@count[text]: Total |
- | ?p_manhattan@count[text]: Manhattan | + | ?p_manhattan@count[text]: Manhattan |
- | ?p_brooklyn@count[text]: Brooklyn | + | ?p_brooklyn@count[text]: Brooklyn |
- | ?p_queens@count[text]: Queens | + | ?p_queens@count[text]: Queens |
- | ?p_bronx@count[text]: The Bronx | + | ?p_bronx@count[text]: The Bronx |
- | ?p_staten_island@count[text]: Staten Island | + | ?p_staten_island@count[text]: Staten Island |
} | } | ||
- | where { | ||
union { | union { | ||
- | { | + | { |
- | ?p_nyc is a: person | + | ?p_nyc is a: person |
- | ?p_nyc Type[ref::ic]: Kindred | + | ?p_nyc Type[ref::ic]: Kindred |
- | ?p_nyc Tags[ref::ic]: New York City | + | ?p_nyc Tags[ref::ic]: New York City |
- | ?p_nyc Clan[ref]: ?c | + | ?p_nyc Clan[ref]: ?c |
- | } | + | } |
- | { | + | { |
- | ?p_manhattan is a: person | + | ?p_manhattan is a: person |
- | ?p_manhattan Type[ref::ic]: Kindred | + | ?p_manhattan Type[ref::ic]: Kindred |
- | ?p_manhattan Tags[ref::ic]: Manhattan | + | ?p_manhattan Tags[ref::ic]: Manhattan |
- | ?p_manhattan Clan[ref]: ?c | + | ?p_manhattan Clan[ref]: ?c |
- | } | + | } |
- | { | + | { |
- | ?p_brooklyn is a: person | + | ?p_brooklyn is a: person |
- | ?p_brooklyn Type[ref::ic]: Kindred | + | ?p_brooklyn Type[ref::ic]: Kindred |
- | ?p_brooklyn Tags[ref::ic]: Brooklyn | + | ?p_brooklyn Tags[ref::ic]: Brooklyn |
- | ?p_brooklyn Clan[ref]: ?c | + | ?p_brooklyn Clan[ref]: ?c |
- | } | + | } |
- | { | + | { |
- | ?p_quuens is a: person | + | ?p_queens is a: person |
- | ?p_quuens Type[ref::ic]: Kindred | + | ?p_queens Type[ref::ic]: Kindred |
- | ?p_quuens Tags[ref::ic]: Queens | + | ?p_queens Tags[ref::ic]: Queens |
- | ?p_quuens Clan[ref]: ?c | + | ?p_queens Clan[ref]: ?c |
- | } | + | } |
- | { | + | { |
- | ?p_bronx is a: person | + | ?p_bronx is a: person |
- | ?p_bronx Type[ref::ic]: Kindred | + | ?p_bronx Type[ref::ic]: Kindred |
- | ?p_bronx Tags[ref::ic]: The Bronx | + | ?p_bronx Tags[ref::ic]: The Bronx |
- | ?p_bronx Clan[ref]: ?c | + | ?p_bronx Clan[ref]: ?c |
- | } | + | } |
- | { | + | { |
- | ?p_staten_island is a: person | + | ?p_staten_island is a: person |
- | ?p_staten_island Type[ref::ic]: Kindred | + | ?p_staten_island Type[ref::ic]: Kindred |
- | ?p_staten_island Tags[ref::ic]: Staten Island | + | ?p_staten_island Tags[ref::ic]: Staten Island |
- | ?p_staten_island Clan[ref]: ?c | + | ?p_staten_island Clan[ref]: ?c |
- | } | + | } |
} | } | ||
group { | group { | ||
?c | ?c | ||
- | } | ||
} | } | ||
</table> | </table> |