gbv / jskos

JSKOS data format for Knowledge Organization Systems
https://gbv.github.io/jskos/
38 stars 5 forks source link

How to express access to datasets #52

Closed nichtich closed 6 years ago

nichtich commented 7 years ago

Existing fields concepts, mappings etc. of registries should be reserved for sets to directly provide data. Access via download and API needs to be specified in a different way. Maybe map registry to DCAT?

nichtich commented 6 years ago

See #63

nichtich commented 6 years ago

This likely requires an additional entity "distribution" that maps to dcat:Distribution in RDF:

distribution: # = dcat:distribution
- download: http://example.org/download-dump # = dcat:downloadURL
- access: http://example.org/api # = dcat:accessURL

distributions could be attached to individual concept schemes (set of concepts), concordances (set of mappings), and registries (?).

Registries might also be also provide distributions for part of it (only its schemes, occurrences etc.), so specific fields such as schemesDistribution might make sense.