- From: Nicholas Car via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 Oct 2019 20:40:39 +0000
- To: public-dxwg-wg@w3.org
I've implemented an example as above for the Media Types implementation: https://conneg.info/mediatypes?_format=text/turtle.
```
<https://conneg.info/mediatypes>
a dcat:DataService ;
dct:title "Media Types Web Service" ;
...
# URIs for the all the Functional Profiles of Content Negotiation
# by Profile that this system is conformant with
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> ;
...
dcat:endpointURL <https://conneg.info/mediatypes> ;
...
```
--
GitHub Notification of comment by nicholascar
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1042#issuecomment-545144665 using your GitHub account
Received on Tuesday, 22 October 2019 20:40:46 UTC