Re: [dxwg] Funding source [RFS] (#66)

OK - how about 

```
dcat:wasFundedBy
  rdf:type owl:ObjectProperty ;
  rdfs:comment "Party that provided funding to support the creation of this resource" ;
  rdfs:domain dcat:Resource ;
  rdfs:label "was funded by" ;
  owl:propertyChainAxiom (
      prov:wasGeneratedBy
      proj:wasFundedThrough
      prov:agent
    ) ;
.
```

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

Received on Thursday, 22 November 2018 03:56:32 UTC