Skip to content

Commit

Permalink
Initial work on Star Wars guide + shortened versions of it for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mihaylov committed Sep 16, 2022
0 parents commit 52dfb9f
Show file tree
Hide file tree
Showing 9 changed files with 17,947 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Workbench user guides

TODO: document how user guides are created, i.e. the available blocks and their parameters
4,383 changes: 4,383 additions & 0 deletions starwars-import-only/starwars.ttl

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions starwars-import-only/starwars_guide_import-only.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"guideName": {
"en": "The Star Wars guide (import only)",
"fr": "⚒Le guide sur Star Wars (import uniquement)"
},
"guideDescription": {
"en": "A basic guide showing repository creation, importing RDF from file, visual graph and some SPARQL queries.",
"fr": "⚒Un guide de base montrant la création de répertoire, l'importation de RDF à partir d'un fichier, un graphique visuel et certaines requêtes SPARQL."
},
"guideLevel": 0,
"guideOrder": 5,
"options": {
"repositoryIdBase": "starwars"
},
"steps": [
{
"guideBlockName": "import-rdf-file",
"options": {
"resourcePath": "starwars",
"resourceFile": "starwars.ttl"
}
}
]
}
Loading

0 comments on commit 52dfb9f

Please sign in to comment.