Skip to content

Commit 99dd4a4

Browse files
authored
fix: fixes shacl for DatasetFile when used inside a qualifiedGeneration (#1477)
1 parent 4ccf3b7 commit 99dd4a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renku/data/shacl_shape.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,12 @@
535535
},
536536
"minCount": 1,
537537
"maxCount": 1
538+
},
539+
{
540+
"path": "prov:qualifiedGeneration",
541+
"sh:class": {
542+
"@id": "prov:Generation"
543+
}
538544
}
539545
]
540546
},

0 commit comments

Comments
 (0)