Index > Query scratchpad Edit on GitHub

Query scratchpad SPARC queries

Table of Contents

sparql

# write your sparql query here and run with C-c C-c
# example: SELECT DISTINCT ?s (str(?l) as ?label) WHERE { ?s rdf:type elements:Graph; rdfs:label ?l } LIMIT 99

cypher

// write your cypher query here and run with C-c C-c
// example: MATCH (g)-[:type]->({iri: "https://apinatomy.org/uris/elements/Graph"}) RETURN g

Date: 2022-12-20T16:37:10-05:00

Author: Tom Gillespie

Created: 2022-12-22 Thu 01:38

Validate