{% if (targetres, SDO.thumbnailUrl, None) in g %}
 }})
{% elif (res, SDO.thumbnailUrl, None) in g %}
 }})
{% endif %}
{% if (targetres, SDO.author, None) in g %}
{% for label, pores in get_triples(g, targetres, SDO.author) %}
- {% include 'person_or_org_minimal.html' %}
{% endfor %}
{% elif (res, SDO.author, None) in g %}
{% for label, pores in get_triples(g, res, SDO.author) %}
- {% include 'person_or_org_minimal.html' %}
{% endfor %}
{% endif %}
{% if (targetres, SDO.provider, None) in g %}
{% for label, pores in get_triples(g, targetres, SDO.provider) %}
- {% include 'person_or_org.html' %}
{% endfor %}
{% endif %}
{% if (res, SDO.producer, None) in g %}
{% for label, pores in get_triples(g, res, SDO.producer) %}
- {% include 'person_or_org.html' %}
{% endfor %}
{% endif %}
{% if (targetres, SDO.description, None) in g %}
{{ g.value(targetres, SDO.description) }} {% if baseuri %}[
view more]{% endif %}
{% elif (res, SDO.description, None) in g %}
{{ g.value(res, SDO.description) }} {% if baseuri %}[
view more]{% endif %}
{% else %}
No description provided
{% endif %}
{% if (targetres, SDO.applicationCategory, None) in g %}
{% for label, catres in get_triples(g, targetres, SDO.applicationCategory, abcsort=True) %}
- {{ label }}
{% endfor %}
{% elif (res, SDO.applicationCategory, None) in g %}
{% for label, catres in get_triples(g, res, SDO.applicationCategory, abcsort=True) %}
- {{ label }}
{% endfor %}
{% endif %}
{% if (targetres, SDO.keywords, None) in g %}
{% for label, _ in get_triples(g, targetres, SDO.keywords, abcsort=True) %}
- {{ label }}
{% endfor %}
{% elif (res, SDO.keywords, None) in g %}
{% for label, _ in get_triples(g, res, SDO.keywords, abcsort=True) %}
- {{ label }}
{% endfor %}
{% endif %}
{% for _,_, license in chain(g.triples((targetres, SDO.license, None)),g.triples((res, SDO.license, None))) %}
{% if (license, SDO.name, None) in contextgraph %}
{% elif license.startswith("http") %}
{% else %}
{% endif %}
{% endfor %}
{% for _,_, res2 in chain(g.triples((targetres, SDO.softwareHelp, None)), g.triples((res, SDO.softwareHelp, None))) %}
{% if g.value(res2, SDO.name) and g.value(res2, SDO.url) %}
{% elif g.value(res2, SDO.url) %}
{% endif %}
{% endfor %}
{% for _,_, res2 in chain(g.triples((targetres, SDO.documentation, None)), g.triples((res, SDO.documentation, None))) %}
{% if g.value(res2, SDO.name) and g.value(res2, SDO.url) %}
{% elif g.value(res2, SDO.url) %}
{% endif %}
{% endfor %}
{% for title, res2 in chain(get_triples(g, targetres, CODEMETA.referencePublication), get_triples(g, res, CODEMETA.referencePublication)) %}
{% if res2 and g.value(res2, SDO.url) %}
{% else %}
{% endif %}
{% endfor %}
{% for title, res2 in chain(get_triples(g, targetres, SDO.citation),get_triples(g, res, SDO.citation)) %}
{% if res2 and g.value(res2, SDO.url) %}
{% else %}
{% endif %}
{% endfor %}
{% for label, res2 in get_triples(g, res, CODEMETA.funding, abcsort=True) %}
{% if res2 and g.value(res2, SDO.url) %}
{% else %}
{% endif %}
{% endfor %}
{% for label, res2 in get_triples(g, targetres, SDO.funder, abcsort=True) %}
{% if res2 and g.value(res2, SDO.url) %}
{% else %}
{% endif %}
{% endfor %}