From fec7f0a71de98cc47cbacbab9a36e10bde575f1a Mon Sep 17 00:00:00 2001 From: Elliot Ford Date: Fri, 19 May 2023 11:34:01 +0100 Subject: [PATCH] docs: fix typo SPATQL -> SPARQL (#2371) --- docs/intro_to_sparql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro_to_sparql.rst b/docs/intro_to_sparql.rst index 4539264f7..9de055413 100644 --- a/docs/intro_to_sparql.rst +++ b/docs/intro_to_sparql.rst @@ -95,7 +95,7 @@ example: # x: # y: - # Add in a new triple using SPATQL UPDATE + # Add in a new triple using SPARQL UPDATE g.update("""INSERT DATA { a }""") # Select all the things (s) that are of type (rdf:type) c: