Skip to content

Commit a7821d9

Browse files
Generic List app
1 parent d9e359d commit a7821d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shapes/Model.shaclc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ PREFIX : <urn:example:/>
22
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
33

44
# comment
5-
shape :SolidApps {
6-
:app IRI @:SolidApp .
5+
shape :List {
6+
:item IRI @:Item .
77
}
88

9-
shape :SolidApp {
9+
shape :Item {
1010
:website IRI [0..1] .
1111
:name xsd:string [0..1] .
1212
:description xsd:string [0..1] .

0 commit comments

Comments
 (0)