Re: [dxwg] Funding source [RFS]

@makxdekkers said:

> OK. It still feels a bit odd to me to state that a Dataset was funded by a project. It's rather that a Dataset was produced by or in the context of a project, which was funded in some way.

Yes, I agree. It's a bit stretched.

This is another option (using `schema:funder` instead of `frapo:isFundedBy`):

````turtle
a:Dataset a dcat:Dataset ;
  schema:funder a:Funder ;
  prov:wasGeneratedBy a:Project .

a:Funder a foaf:Organization ;
  foaf:name "My Funder"
  dct:identifier "78910" 

a:Project a prov:Activity . foaf:Project ;
  dct:title "My Project" ;
  dct:identifier "123456" ;
  schema:funder a:Funder .
````

-- 
GitHub Notification of comment by andrea-perego
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/66#issuecomment-439468856 using your GitHub account

Received on Friday, 16 November 2018 17:35:25 UTC