diff --git a/README.md b/README.md index ef6e24d..858d6d7 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ S-Expressions derive from LISP, and include some basic datatypes common to all v
Symbols
Of the form with-hyphen ?@!$ a\ symbol\ with\ spaces
Strings
-
Of the form "Hello, world!"
+
Of the form "Hello, world!" or 'Hello, world!'
Strings may include the following special characters: Additionally, any other character may follow \, representing the character itself. @@ -124,6 +125,7 @@ In addition to the standard datatypes, the SPARQL dialect supports the following
Strings are interpreted as an RDF Literal with datatype xsd:string. It can be followed by @lang to create a language-tagged string, or ^^IRI to create a datatyped-literal. Examples: