Open yarikoptic opened 3 years ago
Hi, Well, there are several places they exist but we don't have a registry or a YAML representation as you suggest. Places to find 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...
Dave
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]
?