Skip to content

Commit

Permalink
Try to remove infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Aug 4, 2024
1 parent a3ac4de commit 07596ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdf-connect-js.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ rdfc-js:ReaderChannelShape a sh:NodeShape ;
sh:name "channel" ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:class rdfc-js:JSChannel
sh:datatype xsd:iri
] .

rdfc-js:WriterChannelShape a sh:NodeShape ;
Expand All @@ -167,5 +167,5 @@ rdfc-js:WriterChannelShape a sh:NodeShape ;
sh:name "channel" ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:class rdfc-js:JSChannel
sh:datatype xsd:iri
] .

0 comments on commit 07596ff

Please sign in to comment.