Re: [dxwg] Dataset publications [RDSP] (#63)

> However, if a publication is documenting how a dataset has been created, we specify it both with `dct:isReferencedBy` and `dct:provenance`:
> 
> ```turtle
> a:Dataset a dcat:Dataset ;
>   dct:isReferencedBy a:Publication ;
>   dct:provenance a:Publication .
> 
> a:Publication a foaf:Document ;
>   ...
> ```

The range for [dct:provenace](http://dublincore.org/documents/dcmi-terms/#terms-provenance) is [dct:ProvenanceStatement](http://dublincore.org/documents/dcmi-terms/#terms-ProvenanceStatement), so could it be a ```foaf:Document```? 


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

Received on Wednesday, 6 March 2019 20:21:20 UTC