{% extends "base.html" %} {% set aspect = "country" %} {% block in_ready %} {{ sparql_to_table('organizations') }} {{ sparql_to_table('authors') }} {{ sparql_to_iframe('locations-as-topics') }} {{ sparql_to_iframe('narrative-locations') }} {{ sparql_to_iframe('co-organizations') }} {% endblock %} {% block page_content %}

Country

Organizations

Authors

Locations as topics

Locations in the country that are the topic of a work.

Narrative locations

Locations used as narrative locations in works.

Co-organizations

International organizations with co-authors.
{% endblock %}