File tree Expand file tree Collapse file tree 7 files changed +77
-788
lines changed
Expand file tree Collapse file tree 7 files changed +77
-788
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ an RDFS + SHACL graph to provide auto completion.
66
77*** You can test Shacled Turtle online on this page: https://bruy.at/demo/shacled-turtle/demo.html ***
88
9- *** You can also participate to an evaluation: https://shacled-turtle-eval.bruy.at/ ***
10-
119
1210## Getting started
1311
@@ -23,8 +21,6 @@ an RDFS + SHACL graph to provide auto completion.
2321demos:
2422 - The * index* demo with a code editor. You are able to test the autocompletion
2523 and modify the schema graph
26- - The * prec-demo* demo that provides a GUI for PREC context. This page
27- requires the * precdemo-backend* to be started.
2824
2925- [ lang-turtle] ( lang-turtle ) is the basic turtle language support for Code
3026Mirror. It only provide syntactic coloration
Original file line number Diff line number Diff line change 1- # PREC and Shacled Turtle demonstration website
1+ # Shacled Turtle demonstration website
22
33Frontend code for Shacled Turtle demonstration.
44
Original file line number Diff line number Diff line change 11{
2- "name" : " @bruju/prec -demo" ,
2+ "name" : " @bruju/shacled-turtle -demo" ,
33 "version" : " 0.0.1" ,
44 "description" : " PREC and Shacled Turtle demonstration website" ,
55 "source" : " ./src/index.html" ,
1717 "author" : " Julian Bruyat <julian.bruyat@insa-lyon.fr>" ,
1818 "license" : " MIT" ,
1919 "bugs" : {
20- "url" : " https://github.com/BruJu/PREC-demo /issues"
20+ "url" : " https://github.com/BruJu/shacled-turtle /issues"
2121 },
22- "homepage" : " https://github.com/BruJu/PREC-demo #readme" ,
22+ "homepage" : " https://github.com/BruJu/shacled-turtle #readme" ,
2323 "devDependencies" : {
2424 "@lezer/common" : " ^0.15.11" ,
2525 "@rdfjs/types" : " ^1.0.1" ,
4747 "axios" : " ^0.24.0" ,
4848 "express" : " ^4.17.1" ,
4949 "n3" : " ^1.12.2" ,
50- "prec" : " ^0.0.1" ,
5150 "rdf-string" : " ^1.6.0" ,
5251 "rdf-validate-shacl" : " ^0.4.3" ,
53- "shacled-turtle" : " ^0.0.1 "
52+ "shacled-turtle" : " ^0.0.2 "
5453 }
5554}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const ns = {
1818
1919
2020/**
21- * A Code Editor backed by CodeMirror6 specialized in PREC Context writing .
21+ * A Code Editor backed by CodeMirror6 and Shacled Turtle .
2222 */
2323export default class ContextCodeEditor {
2424 readonly view : EditorView ;
You can’t perform that action at this time.
0 commit comments