Page about
{{base.this.curie}}
Information from {{base.this.curie}}
{% for row in r %} {% if row.s1%}
{{row.s1.curie}}
{% if row.p1.uri == 1 %}
{{row.p1.curie}}
{% else %}
{{row.p1.value}}
{% endif %}
{% endif %} {% endfor %}
Information pointing to {{base.this.curie}}
{% for row in r %} {% if row.s2%}
{{row.s2.curie}}
{{row.p2.curie}}
{%endif %} {% endfor %}