Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 3.72 KB

scratch.org

File metadata and controls

48 lines (37 loc) · 3.72 KB

Query scratchpad

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

Bootstrap

Local Variables