Skip to content

Commit

Permalink
Correct semantics of rdfc:executedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Aug 2, 2024
1 parent 5913f24 commit 39c5d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rdf-connect-js.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ rdfc-js:JSProcessorShape a sh:NodeShape ;
sh:name "executed by" ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:class rdfc-js:Runner
sh:hasValue rdfc-js:Runner
] .

rdfc-js:FnOMappingShape a sh:NodeShape ;
Expand Down
6 changes: 3 additions & 3 deletions rdf-connect.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ rdfc:supportsChannel a rdfs:Property ;

rdfc:executedBy a rdfs:Property ;
rdfs:label "executed by" ;
rdfs:comment "Indicates the runner executes a specific processor" ;
rdfs:comment "Indicates the class of runners that can execute a specific processor" ;
rdfs:domain rdfc:Processor ;
rdfs:range rdfc:Runner ;
dct:created "2024-08-01"^^xsd:date .
rdfs:range rdfs:Class ;
dct:created "2024-08-02"^^xsd:date .

rdfc:reader a rdfs:Property ;
rdfs:label "reader" ;
Expand Down

0 comments on commit 39c5d4b

Please sign in to comment.