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

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