Re: [dxwg] Appendix showing an example of of conneg use in DCAT (#1042)

:aDataset dcat:hasDistribution :aDatasetDistribution .

# declare what this version data looks like
:aDatasetDistribution a dcat:Distribution ;
  dcterms:conformsTo eg:someDataProfile ;
  dcat:accessService eg:connegDataAccessService 
 .

# describe data
eg:someDataProfile a prof:DataProfile ;
  # other details
.
# declare how data can be accessed
eg:connegDataAccessService a dcat:DataService ;
 dcterms:conformsTo <http://www.w3.org/ns/dx/conneg/profile/http>,<http://www.w3.org/ns/dx/conneg/profile/qsa> ;
# declare that the dataset may be invoked by URI id using conneg-by-ap
dcat:endPointURL :aDataset ;
.

Note that there doesnt appear to be a way of saying in DCAT that each member of the dataset may be accessed by conneg-by-ap - this applies to the identifier of the dataset as a whole. Possibly this could be expressed in VoiD as a void:technicalFeature using a "well known" feature, or alternatively by a profile of conneg-by-ap?






-- 
GitHub Notification of comment by rob-metalinkage
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1042#issuecomment-520702363 using your GitHub account

Received on Tuesday, 13 August 2019 06:10:45 UTC