Skip to content

Latest commit

 

History

History
93 lines (84 loc) · 2.26 KB

File metadata and controls

93 lines (84 loc) · 2.26 KB


Histograph

{% include architecture.svg %}

Place-in-Time

Property Description
IDIdentifier
LayerData layer
NameString term from source
PeriodStart and end date - we'll use xsd:date for now, but we'll look into more fuzzy dates later
GeometryPoint, line or polygon
URIURI of object in source

Atomic relationships

{% for property in site.data.atomic %} {% for relation in property.relations %} {% if forloop.last %} {% else %} {% endif %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
{{ property.name }} - {{ property.name }} {{ relation }}

Relationships

{% for relation in site.data.relations %} {% for atomic in relation.atomic %} {% if forloop.last %} {% else %} {% endif %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
Relation Atomic relations
{{ relation.uri }} {{ atomic }}