Skip to content

Commit 11b768e

Browse files
authored
add audio and video to activity and protocol too
1 parent 11bb480 commit 11b768e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

reproschema/tests/reproschema-shacl.ttl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ reproschema:ActivityShape a sh:NodeShape ;
2727
[ sh:nodeKind sh:IRI ;
2828
sh:path schema:image ],
2929

30+
[ sh:nodeKind sh:IRI ;
31+
sh:maxCount 1 ;
32+
sh:path schema:audio ],
33+
34+
[ sh:nodeKind sh:IRI ;
35+
sh:maxCount 1 ;
36+
sh:path schema:video ],
37+
3038
[ sh:datatype rdf:langString ;
3139
sh:minCount 1 ;
3240
sh:path skos:prefLabel ],
@@ -139,6 +147,14 @@ reproschema:ProtocolShape a sh:NodeShape ;
139147
sh:maxCount 1 ;
140148
sh:path schema:image ],
141149

150+
[ sh:nodeKind sh:IRI ;
151+
sh:maxCount 1 ;
152+
sh:path schema:audio ],
153+
154+
[ sh:nodeKind sh:IRI ;
155+
sh:maxCount 1 ;
156+
sh:path schema:video ],
157+
142158
[ sh:nodeKind sh:IRI ;
143159
sh:path reproschema:landingPage ],
144160

0 commit comments

Comments
 (0)