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
The simple2_NIDM_examples archive has a queries folder containing some SPARQL queries.
I think ultimately we'd like to keep a registry somewhere, probably with PyNIDM of text files containing SPARQL queries. Our query utility pynidm query allows one to use a text-file based SPARQL query. We could update that feature to use a YAML-based SPARQL query...
e.g. against reprolake.
I am thinking about something as simple as some json/yaml of a type
with then cmdline helper like
nidm-queries
supporting commands likelist
: list known queriesrun [--server ENDPOINT] NAME [PARAMS]
?
The text was updated successfully, but these errors were encountered: