File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments