Re: [dxwg] dcat:accessURL - check constraints

@rob-metalinkage  are you saying better something like:

```
:DatasetX dcat:distribution [
    dcat:qualifiedURI [
        a dcat2:DownloadURI ;
        dcat2:hasURIValue <http://something.com/getdata/1234> ;
    ] ;
    dcat:qualifiedURI [
        a dcat2:ProvenanceQueryService;
        dcat2:hasURIValue <http://something.com/queryservice?dataset=1234> ;
    ]
]
```
where the classes `DownloadURI` & `ProvenanceQueryService` are within a limited set of subclasses of a generic URL class that is included in the DCAT2 ontology, rather than using roles out to another vocab.

Or, do you mean to do more than just include a range of subclasses like with profiles of a generic URL class?

-- 
GitHub Notification of comment by nicholascar
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/124#issuecomment-369456771 using your GitHub account

Received on Thursday, 1 March 2018 02:47:58 UTC