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:26] Brend |
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 === | ||
A "by clan" count of the Kindred in New York. | A "by clan" count of the Kindred in New York. | ||
- | <table ?c "Clan" ?p@count[text] "Count"> | + | <table> |
- | ?p is a: person | + | fields { |
- | ?p Type[ref::ic]: Kindred | + | ?c: Clan |
- | ?p Tags[ref::ic]: New York City | + | ?p_nyc@count[text]: Total |
- | ?p Clan[ref]: ?c | + | ?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> |