You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what does this mean: "conformsTo": "https://www.w3.org/TR/vocab-dqv/#dqv:QualityMeasurement".
How can a Dataset conform to DQV? A dataset can have specific dqv:QualityMeasurements that conform to DQV, but that's a different statement.
https://github.com/EKGF/dprod/blob/main/examples/data-quality/example.json is deficient.
{ "@graph": [ { "@type": "QualityMeasurement" }, { "@id": "https://y.com/quality-measurement-B", "@type": "QualityMeasurement" } ] }How can a Dataset conform to DQV? A dataset can have specific
dqv:QualityMeasurementsthat conform to DQV, but that's a different statement.