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
See here:
https://www.w3.org/TR/vocab-dcat-3/#Class:Data_Service
We could have an endpoint https://mastapp.site/json/service
An example of that this endpoint might return:
{ "@context": "https://www.w3.org/ns/dcat#", "@type": "dcat:DataService", "@id": "http://example.com/data-service", "dct:title": "Example Data Service", "dct:description": "A data service providing real-time access to environmental data.", "dct:identifier": "env-data-service-001", "dct:publisher": { "@type": "foaf:Organization", "foaf:name": "Environmental Data Agency", "foaf:homepage": "http://example.com/agency" }, "dct:contactPoint": { "@type": "vcard:Contact", "vcard:fn": "Support Team", "vcard:hasEmail": "mailto:[email protected]" }, "dcat:endpointURL": "http://example.com/api/v1", "dcat:servesDataset": [ { "@id": "http://example.com/dataset/air-quality" }, { "@id": "http://example.com/dataset/water-quality" } ], "dcat:endpointDescription": "http://example.com/api-docs", "dct:license": "http://example.com/license", "dct:spatial": { "@type": "dct:Location", "dct:location": { "@type": "dct:Location", "rdfs:label": "Global" } }, "dct:temporal": { "@type": "dct:PeriodOfTime", "schema:startDate": "2020-01-01", "schema:endDate": "2024-12-31" }, "dct:theme": [ "http://example.com/themes/environment", "http://example.com/themes/data-access" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See here:
https://www.w3.org/TR/vocab-dcat-3/#Class:Data_Service
We could have an endpoint https://mastapp.site/json/service
An example of that this endpoint might return:
The text was updated successfully, but these errors were encountered: