Run Comunica SPARQL queries and linked data operations from CLI
A comunica runner that sends an 'init' event from a commandline process.
comunica$ comunica 'SELECT * WHERE { ?s ?p ?o }' http://example.org/sparql$ comunica 'SELECT ?name WHERE { ?person foaf:name ?name }' http://example.org/data1 http://example.org/data2$ comunica 'SELECT (COUNT(*) as ?count) WHERE { ?s rdf:type foaf:Person }' http://dbpedia.org/sparql$ comunica 'SELECT ?resource ?label WHERE { ?resource rdfs:label ?label }' http://example.org/rdf$ comunica 'SELECT * WHERE { ?person foaf:knows ?friend . ?friend foaf:name ?name }' http://source1.org http://source2.org