Skip to content

Commit 9396f45

Browse files
authored
Add PREFIX plinian and darwin
1 parent 9382122 commit 9396f45

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • ckanext/sparql_interface/templates/sparql_interface

ckanext/sparql_interface/templates/sparql_interface/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ <h1>{% trans %}Editor SPARQL{% endtrans %}</h1>
5656
<textarea id="sparql_code" name="sparql_code" resize="both">
5757
#{% trans %}Añada aquí los prefijos para otros vocabularios que pudieran necesitarse{% endtrans %}
5858
#PREFIX othervocab: <http://......
59-
59+
PREFIX plinian:<https://datos.iepnb.es/def/sector-publico/medio-ambiente/pliniancore#>
60+
PREFIX darwin: <http://rs.tdwg.org/dwc/terms/>
61+
6062
SELECT DISTINCT *
6163
WHERE {
6264
?TaxonRecord plinian:hasHierarchy ?Taxon .
@@ -144,4 +146,4 @@ <h1>{% trans %}Editor SPARQL{% endtrans %}</h1>
144146

145147
</script>
146148

147-
{% endblock %}
149+
{% endblock %}

0 commit comments

Comments
 (0)