{% if str(devstatres).find("repostatus") != -1 %} {% set repostatus_id = devstatres.split('#')[-1] %}
  • {{ contextgraph.value(devstatres, SKOS.prefLabel) }}: {{ contextgraph.value(devstatres, SKOS.definition) }}
  • {% elif str(devstatres).find("research-technology-readiness-levels") != -1 %} {% set trl_id = devstatres.split('#')[-1] %}
  • {{ contextgraph.value(devstatres, SKOS.prefLabel) }}: {{ contextgraph.value(devstatres, SKOS.definition) }}
  • {% else %}
  • {{ devstatres }}
    Warning: Status is not expressed in a known vocabulary
  • {% endif %}