updating download links for rdf files

This commit is contained in:
Marie-Angélique Laporte 2022-02-16 09:14:40 +01:00
parent 6796cd99b5
commit f5634a5433
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
{{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }}
<h3><img class="icon me-1" src="{{ $fileCodeIcon.Permalink }}" alt="File icon with earmark"/>Turtle</h3>
<p>Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.</p>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/fsc.ttl" class="btn btn-primary">Download</a>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/rdf/fsc.ttl" class="btn btn-primary">Download</a>
</div>
<div class="col-sm-12 col-lg-4">
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}

View File

@ -133,7 +133,7 @@
{{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }}
<h3><img class="icon me-1" src="{{ $fileCodeIcon.Permalink }}" alt="File icon with earmark"/>Turtle</h3>
<p>Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.</p>
<a href="https://raw.githubusercontent.com/iseal-community/iseal-core/main/data/iseal-core.ttl" class="btn btn-primary">Download</a>
<a href="https://raw.githubusercontent.com/iseal-community/iseal-core/main/data/rdf/iseal-core.ttl" class="btn btn-primary">Download</a>
</div>
<div class="col-sm-12 col-lg-4">
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}