Combined Example: States


We have this file:

...
    :MA     a :USState;
         :borderstate :CT,
                :NH,
                :NY,
                :RI,
                :VT;
         :capital uscity:bostonma;
         :code "MA";
         :name "Massachusetts";
         :region :NewEngland .
...