Closed tpluscode closed 5 years ago
<> :list () . <> :list () .
Having the graph above, Clownface throws the same error in two cases (pseudo rdf-ext below)
cf(dataset).node('<>').out(':list').list()
cf(dataset).node('<>').out(':something-else').list()
Both calls will throw iterator over multiple terms is not supported which actually only applies to the first line
iterator over multiple terms is not supported
This PR changes the implementation so that an iterator which will end immediately without returning anything.
Current state
Having the graph above, Clownface throws the same error in two cases (pseudo rdf-ext below)
Both calls will throw
iterator over multiple terms is not supported
which actually only applies to the first lineDesired state
This PR changes the implementation so that an iterator which will end immediately without returning anything.