Skip to content

Commit b3dc09f

Browse files
committed
Shacled Turtle 0.0.3
1 parent 2573ee5 commit b3dc09f

File tree

7 files changed

+77
-788
lines changed

7 files changed

+77
-788
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
2321
demos:
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
3026
Mirror. It only provide syntactic coloration

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PREC and Shacled Turtle demonstration website
1+
# Shacled Turtle demonstration website
22

33
Frontend code for Shacled Turtle demonstration.
44

demo/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -17,9 +17,9 @@
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",
@@ -47,9 +47,8 @@
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
}

demo/src/ContextCodeEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
2323
export default class ContextCodeEditor {
2424
readonly view: EditorView;

0 commit comments

Comments
 (0)