@prefix schema: <http://schema.org/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<> a schema:Place;
  schema:identifier "AU";
  schema:name "Australia".
