- From: Nicholas Car via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Oct 2019 09:06:51 +0000
- To: public-dxwg-wg@w3.org
Here's my first attempt at declaring a dcat:Dataset, a dcat:DataService and dcat:distributions: https://conneg.info/mediatypes-service/?_mediatype=text/turtle
It includes:
```
<https://conneg.info/mediatypes-service>
a dcat:DataService ;
...
dcat:endpointDescription <https://www.w3.org/TR/dx-prof-conneg/> ;
...
# it comforms to all four profiles of ConnegP
dct:conformsTo
<http://www.w3.org/ns/dx/conneg/profile/http> ,
<http://www.w3.org/ns/dx/conneg/profile/qsa> ,
<http://www.w3.org/ns/dx/conneg/profile/qsa-alt> ,
<http://www.w3.org/ns/dx/conneg/profile/rrd> ;
...
```
--
GitHub Notification of comment by nicholascar
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1146#issuecomment-547803762 using your GitHub account
Received on Wednesday, 30 October 2019 09:06:59 UTC