We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By now we use the non-standard field API. Better add servicealigned with dcat:DataService. Maybe this:
API
service
{ "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:
dcat:landingPage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By now we use the non-standard field
API
. Better addservice
aligned with dcat:DataService. Maybe this:Open questions:
dcat:landingPage
?)The text was updated successfully, but these errors were encountered: