You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making matters more pressing: the SQL schema generation code also does this list parsing itself, and now that we're implementing OpenAPI as a new schema target, we would yet again have to repeat ourselves.
Now, RDF lists in the Asami results are converted to seqs (using
rdf-list->seq
) during the Avro processing. That's bad separation of concerns.Spec'ing made me catch this! Because I now had to deal with RDF lists in my SHACL specs.
The text was updated successfully, but these errors were encountered: