dice-group / deer

RDF Dataset Enrichment Framework
https://dice-group.github.io/deer/
GNU Affero General Public License v3.0
10 stars 7 forks source link

Fix operator input / output count #12

Closed kvndrsslr closed 3 years ago

kvndrsslr commented 3 years ago

We need to have multiple input / output ports per node.

@kvndrsslr needs to define them in SHACL @melissadas will implement the creation of in/out ports from SHACL

kvndrsslr commented 3 years ago

@melissadas See the changes to SHACL files in commit c745a2b73fb9bb31c2588ad126d130678e7f0fd3

Example (valid for most operators):

fcage:minInPorts 1 ;
fcage:maxInPorts 1 ;
fcage:minOutPorts 1 ;
fcage:maxOutPorts 1 .
kvndrsslr commented 3 years ago

Seems to work as expected.