ONSdigital/csvcubed

Add prov:wasDerivedFrom to dcat:Distribution

Opened this issue · 0 comments

Add a prov:wasDerivedFrom property to dcat:Distribution, which should be the filename of the source CSV, i.e.:

{
    "@id": "alcohol-bulletin.csv#qbDataSet",
    "http://www.w3.org/ns/prov#wasDerivedFrom": [
        {
            "@id": "alcohol-bulletin.csv"
        }
    ]
}