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 field to describe API access #121

Open
nichtich opened this issue Nov 9, 2023 · 0 comments
Open

Add field to describe API access #121

nichtich opened this issue Nov 9, 2023 · 0 comments
Milestone

Comments

@nichtich
Copy link
Member

nichtich commented Nov 9, 2023

By now we use the non-standard field API. Better add servicealigned with dcat:DataService. Maybe this:

{
  "service": [
  {
    "apitype": "http://bartoc.org/api-type/skosmos",
    "endpoint": "https://lod.gesis.org/iso-3166-1/"
  },
  {
    "apitype": "http://bartoc.org/api-type/sparql",
    "endpoint": "https://publications.europa.eu/webapi/rdf/sparql"
  },
  {
    "apitype": "http://bartoc.org/api-type/skosmos",
    "endpoint": "https://skosmos.bartoc.org/951/"
  }
  ]
}
<> dcat:service [ a dcat:DataService ;
    dcterms:conformsTo <http://bartoc.org/api-type/skosmos> ;
    dcat:endpointURL "https://lod.gesis.org/iso-3166-1/"
 ],[ a dcat:DataService ;
    dcterms:conformsTo <http://bartoc.org/api-type/sparql> ;
    dcat:endpointURL "https://publications.europa.eu/webapi/rdf/sparql"
 ],[ a dcat:DataService ;
  dcterms:conformsTo <http://bartoc.org/api-type/skosmos> ;
  dcat:endpointURL "https://skosmos.bartoc.org/951/"
] .

Open questions:

@nichtich nichtich added this to the 1.0.0 milestone Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant