Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Network of Terms provider #63

Open
nichtich opened this issue Sep 11, 2023 · 1 comment
Open

Add Network of Terms provider #63

nichtich opened this issue Sep 11, 2023 · 1 comment
Labels
feature Additional functionality providers

Comments

@nichtich
Copy link
Member

nichtich commented Sep 11, 2023

Network of Terms is a terminology service that wraps SPARQL queries to selected terminologies. The query API is based on GraphQL. The service also offers Reconciliation API for each terminology. See https://termennetwerk-api.netwerkdigitaalerfgoed.nl/graphiql# to try out queries for search by label, lookup by URI and listing all terminologies.

Requires netwerk-digitaal-erfgoed/network-of-terms#1105 to get the correct language of labels (we can use language tag und as fallback).

Terminology URIs are mostly SPARQL endpoint URIs, so these need to be added as alternative identifiers in BARTOC as well (or extend Network of Terms to support additional identifiers).

@nichtich nichtich added feature Additional functionality providers labels Sep 11, 2023
stefandesu added a commit that referenced this issue Sep 13, 2023
@nichtich
Copy link
Member Author

nichtich commented Oct 3, 2023

Test case in BARTOC with new API type http://bartoc.org/api-type/noterms : https://bartoc.org/en/node/1761 (Homosaurus). Note that Network of Terms uses SPARQL endpoint as vocabulary URI (in this case: https://data.ihlia.nl/PoolParty/sparql/homosaurus), so the Vocabulary has two APIs to build provider instance from:

[
  {
    "type": "http://bartoc.org/api-type/noterms",
    "url": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/graphiql"
  },
  {
    "type": "http://bartoc.org/api-type/sparql",
    "url": "https://data.ihlia.nl/PoolParty/sparql/homosaurus"
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional functionality providers
Projects
None yet
Development

No branches or pull requests

1 participant