mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-24 15:50:19 +01:00
site: fix links to old alanorth repository
This commit is contained in:
parent
6cc8e642c9
commit
10eacaaada
@ -75,13 +75,13 @@
|
||||
{{ $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/rdf/fsc.ttl" class="btn btn-primary">Download</a>
|
||||
<a href="https://raw.githubusercontent.com/ISEAL-Community/iseal-core/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 }}
|
||||
<h3><img class="icon me-1" src="{{ $fileSpreadsheetIcon.Permalink }}" alt="File icon with earmark"/>CSV</h3>
|
||||
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.</p>
|
||||
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/fsc.csv" class="btn btn-primary">Download</a>
|
||||
<a href="https://raw.githubusercontent.com/ISEAL-Community/iseal-core/main/data/fsc.csv" class="btn btn-primary">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user