Skip to content

Commit 5135b31

Browse files
author
Renato Juaçaba Neto
committed
References to git data repositories
1 parent 7fd81af commit 5135b31

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
2-
ruby '>3.2.0'
2+
ruby '>=3.2.0'
33
source "https://rubygems.org"
44

55
gem 'bundle'

pages/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Details are provided below.
356356
- ↪ List of namespaces and resources with rewritten URL patterns.
357357
{: .list-none}
358358

359-
359+
<i class="icon icon-common icon-info text-primary"></i> This data is also available via a git repository at <https://github.com/identifiers-org/registry-data>.
360360

361361

362362
<!-- ----------------------------------------------------------------------------------------------------------------- -->

pages/sparql.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ The Identifiers.org SPARQL endpoint allows for [URL resolution](#resolving-urls-
1111
<p class="mb-0">
1212
<strong>
1313
The Identifiers.org SPARQL endpoint is running at <a href="https://sparql.api.identifiers.org/sparql">https://sparql.api.identifiers.org/sparql</a>.
14-
</strong> <br>
15-
A web interface is also available with some examples. The code for this interface is powered by <a href="https://www.npmjs.com/package/@sib-swiss/sparql-editor">sparql-editor</a>.
14+
</strong> <br/>
15+
It also includes a web interface with some examples.
16+
The code for this interface is powered by <a href="https://www.npmjs.com/package/@sib-swiss/sparql-editor">sparql-editor</a>. <br/>
17+
The data on this server is available at <a href="https://github.com/identifiers-org/ontop/tree/main/idorg-ontology">https://github.com/identifiers-org/ontop/tree/main/idorg-ontology</a>.
1618
</p>
1719
</div>
1820

1921

2022

2123
## Registry data model
22-
Querying registry information via SPARQL allows users to connect the metadata available on these collections to their own knowledge graphs. Information such as descriptions, home pages, providing institution, and url patterns are available through this service.
24+
Querying registry information via SPARQL allows users to connect the metadata available on these collections to their own knowledge graphs. Information such as descriptions, home pages, providing institution, and URL patterns are available through this service.
2325

2426
All registry data was modeled using the [VoID](https://www.w3.org/TR/void/) and [DCAT](https://www.w3.org/TR/vocab-dcat-3/) schemes. New terms were created for attributes that couldn't be mapped for these schemes. You will find the ontology for these terms [here](https://github.com/identifiers-org/ontop/blob/main/idorg-ontology/idorg-ontology.ttl).
2527

0 commit comments

Comments
 (0)