Skip to content

Commit

Permalink
Fix WebSocket channels shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Aug 5, 2024
1 parent 07596ff commit f52d6da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions rdf-connect.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,6 @@ rdfc:WebSocketChannelShape a sh:NodeShape ;

rdfc:WebSocketReaderChannelShape a sh:NodeShape ;
sh:targetClass rdfc:WebSocketReaderChannel ;
sh:property [
sh:name "url" ;
sh:path rdfc:wsUrl ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 1
] .

rdfc:WebSocketWriterChannelShape a sh:NodeShape ;
sh:targetClass rdfc:WebSocketWriterChannel ;
sh:property [
sh:name "port" ;
sh:path rdfc:wsPort ;
Expand All @@ -370,6 +360,16 @@ rdfc:WebSocketWriterChannelShape a sh:NodeShape ;
sh:minCount 1 ;
] .

rdfc:WebSocketWriterChannelShape a sh:NodeShape ;
sh:targetClass rdfc:WebSocketWriterChannel ;
sh:property [
sh:name "url" ;
sh:path rdfc:wsUrl ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 1
] .

rdfc:KafkaChannelShape a sh:NodeShape ;
sh:targetClass rdfc:KafkaChannel ;
sh:property [
Expand Down

0 comments on commit f52d6da

Please sign in to comment.