Re: [dxwg] Funding source [RFS]

Good. 

The [Project ontology](https://dr-shorthair.github.io/ont/project/#project-stakeholders) provides some clarity about the distinction- and relationships- between projects, funders, and grants. It takes a project-centric viewpoint, in which a 'grant' appears to correspond with the `FundingAssociation` class. 

A direct link from a _dataset_ to a (description of a) _grant_ would match the property-chain 
```
( prov:wasGeneratedBy  proj:wasFundedThrough ) 
```
A direct link from a dataset to the _funder_ would match 
```
( prov:wasGeneratedBy  proj:wasFundedThrough  prov:agent ) 
```
A direct link from a dataset to the _grant number_ would match 
```
( prov:wasGeneratedBy  proj:wasFundedThrough  proj:grantNumber ) 
```



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

Received on Monday, 19 November 2018 03:09:11 UTC