Skip to content

Commit

Permalink
Add PREFIX plinian and darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez authored Oct 7, 2024
1 parent 9382122 commit 9396f45
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ <h1>{% trans %}Editor SPARQL{% endtrans %}</h1>
<textarea id="sparql_code" name="sparql_code" resize="both">
#{% trans %}Añada aquí los prefijos para otros vocabularios que pudieran necesitarse{% endtrans %}
#PREFIX othervocab: <http://......

PREFIX plinian:<https://datos.iepnb.es/def/sector-publico/medio-ambiente/pliniancore#>
PREFIX darwin: <http://rs.tdwg.org/dwc/terms/>

SELECT DISTINCT *
WHERE {
?TaxonRecord plinian:hasHierarchy ?Taxon .
Expand Down Expand Up @@ -144,4 +146,4 @@ <h1>{% trans %}Editor SPARQL{% endtrans %}</h1>

</script>

{% endblock %}
{% endblock %}

0 comments on commit 9396f45

Please sign in to comment.