Add prov:wasDerivedFrom to dcat:Distribution
Opened this issue · 0 comments
SarahJohnsonONS commented
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"
}
]
}