-
Notifications
You must be signed in to change notification settings - Fork 15
data-quality/example.json #91
Copy link
Copy link
Open
Labels
Description
https://github.com/EKGF/dprod/blob/main/examples/data-quality/example.json is deficient.
- When loaded to https://json-ld.org/playground/ it gets reduced to this Compacted, and to no NQuads:
{
"@graph": [
{
"@type": "QualityMeasurement"
},
{
"@id": "https://y.com/quality-measurement-B",
"@type": "QualityMeasurement"
}
]
}- 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 specificdqv:QualityMeasurementsthat conform to DQV, but that's a different statement.
Reactions are currently unavailable