Re: [dxwg] Provide a means to declare conneg-by-ap is supported by URI identified items within a dcat:Dataset. (#1146)

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