We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9382122 commit 9396f45Copy full SHA for 9396f45
1 file changed
ckanext/sparql_interface/templates/sparql_interface/index.html
@@ -56,7 +56,9 @@ <h1>{% trans %}Editor SPARQL{% endtrans %}</h1>
56
<textarea id="sparql_code" name="sparql_code" resize="both">
57
#{% trans %}Añada aquí los prefijos para otros vocabularios que pudieran necesitarse{% endtrans %}
58
#PREFIX othervocab: <http://......
59
-
+PREFIX plinian:<https://datos.iepnb.es/def/sector-publico/medio-ambiente/pliniancore#>
60
+PREFIX darwin: <http://rs.tdwg.org/dwc/terms/>
61
+
62
SELECT DISTINCT *
63
WHERE {
64
?TaxonRecord plinian:hasHierarchy ?Taxon .
@@ -144,4 +146,4 @@ <h1>{% trans %}Editor SPARQL{% endtrans %}</h1>
144
146
145
147
</script>
148
-{% endblock %}
149
+{% endblock %}
0 commit comments