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

```
dcat:funder
  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" ;
  rdfs:range [
      rdf:type owl:Class ;
      owl:unionOf (
          foaf:Agent
          prov:Agent
        ) ;
    ] ;
  owl:propertyChainAxiom (
      prov:wasGeneratedBy
      proj:wasFundedThrough
      prov:agent
    ) ;
  skos:closeMatch schema:funder ;
.
```

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

Received on Thursday, 22 November 2018 23:25:43 UTC