{% include "head.html" %} {% include "header.html" %} {% for res, label in index %} {% for _, targetres in get_triples(g, res, SDO.targetProduct, abcsort=True) %} {% if ((targetres, RDF.type, SDO.WebApplication) in g or (targetres, RDF.type, SDO.WebSite) in g or (targetres, RDF.type, SDO.NotebookApplication) in g or (targetres, RDF.type, SDO.WebPage) in g) and (targetres, SDO.url,None) in g %} {% include 'card_service.html' %} {% endif %} {% endfor %} {% endfor %} {% include 'indexfooter.html' %}