Skip to content
Snippets Groups Projects
Commit 520877a9 authored by mbrodhu's avatar mbrodhu
Browse files

correction in markdown code

parent 97cbe700
No related branches found
No related tags found
No related merge requests found
...@@ -59,13 +59,15 @@ the department. ...@@ -59,13 +59,15 @@ the department.
- declaration of variables should start with a **?** (and not with a **$**). - declaration of variables should start with a **?** (and not with a **$**).
- opening parenthesis **{** should be at the end of the line. Closing parenthesis in a separate line. - opening parenthesis **{** should be at the end of the line. Closing parenthesis in a separate line.
''' ```
SELECT * WHERE { SELECT * WHERE {
?s ?p ?o . ?s ?p ?o .
} LIMIT 10 } LIMIT 10
''' ```
'''
- group concatenations in SELECT command should be in seperate lines. - group concatenations in SELECT command should be in seperate lines.
'''
``` ```
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment