Skip to content

Commit

Permalink
Correct semantics of rdfc:supportsChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Aug 2, 2024
1 parent 39c5d4b commit efbc237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions rdf-connect-js.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ rdfc-js:JSRunnerShape a sh:NodeShape ;
sh:path rdfc:supportsChannel ;
sh:name "supports channel" ;
sh:minCount 0 ;
sh:class rdfc-js:JSChannel,
rdfc:FileChannel,
rdfc:HttpChannel,
rdfc:WebSocketChannel,
sh:in (
rdfc-js:JSChannel
rdfc:FileChannel
rdfc:HttpChannel
rdfc:WebSocketChannel
rdfc:KafkaChannel
)
] .

rdfc-js:JSProcessorShape a sh:NodeShape ;
Expand Down
4 changes: 2 additions & 2 deletions rdf-connect.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ rdfc:supportsChannel a rdfs:Property ;
rdfs:label "supports channel" ;
rdfs:comment "Indicates that a runner supports a specific channel type" ;
rdfs:domain rdfc:Runner ;
rdfs:range rdfc:Channel ;
dct:created "2024-07-29"^^xsd:date .
rdfs:range rdfs:Class ;
dct:created "2024-08-02"^^xsd:date .

rdfc:executedBy a rdfs:Property ;
rdfs:label "executed by" ;
Expand Down

0 comments on commit efbc237

Please sign in to comment.