W3C home > Mailing lists > Public > public-dxwg-wg@w3.org > October 2019

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

From: Nicholas Car via GitHub <sysbot+gh@w3.org>
Date: Tue, 22 Oct 2019 20:40:39 +0000
To: public-dxwg-wg@w3.org
Message-ID: <issue_comment.created-545144665-1571776838-sysbot+gh@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

This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:28:33 UTC