Re: [dxwg] Project context [RPCX]

Picking up the second example on #253 which describes a [dataset from CSIRO's DAP](https://data.csiro.au/dap/landingpage?pid=csiro:P366-2003SEPT), the following uses PROV to document the project context for the dataset.  The `PROV-O` property `prov:wasGeneratedBy` points to `dap:P366` which is a `prov:Activity`, which in turn is associated with `dap:ATNF` and used the `dap:Parkes-radio-telescope`. 

```
dap:atnf-P366-2003SEPT
  rdf:type dcat:Dataset ;
# other properties omitted here
  dcterms:identifier "https://doi.org/10.4225/08/598dc08d07bb7"^^xsd:anyURI ;
  dcterms:relation [      dcterms:identifier "PH0090_0011.sf" ;    ] ;
  dcterms:relation [      dcterms:identifier "PH0090_0021.sf" ;    ] ;
  dcterms:relation [      dcterms:identifier "PH0090_0031.sf" ;    ] ;
  dcterms:title "Parkes observations for project P366 semester 2003SEPT" ;
  dcat:contactPoint dap:MartaBurgay-vcard ;
  dcat:keyword "pulsar" ;
  dcat:landingPage <https://data.csiro.au/dap/landingpage?pid=csiro:P366-2003SEPT> ;
  prov:wasGeneratedBy dap:P366 ;
.
dap:P366
  rdf:type prov:Activity ;
  dcterms:contributor dap:A_Lyne ;
  dcterms:contributor dap:Andrea_Possenti ;
  dcterms:contributor dap:B_Joshi ;
  dcterms:contributor dap:F_Camilo ;
  dcterms:contributor dap:G_Pearce ;
  dcterms:contributor dap:M_Kramer ;
  dcterms:contributor dap:M_McLaughlin ;
  dcterms:contributor dap:Nichi_D'Amico ;
  dcterms:contributor dap:R_Manchester ;
  dcterms:type "Observation" ;
  rdfs:comment "Parkes multibeam high-latitude pulsar survey" ;
  rdfs:label "P366 - Parkes multibeam high-latitude pulsar survey" ;
  prov:used dap:Parkes-radio-telescope ;
  prov:wasAssociatedWith <https://data.csiro.au/dataset/Marta.Burgay> ;
  prov:wasInformedBy dap:ATNF ;
.
dap:ATNF
  rdf:type prov:Activity ;
  rdfs:label "Australia Telescope National Facility" ;
  prov:informed dap:P366 ;
.
```

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

Received on Wednesday, 11 July 2018 06:30:43 UTC