Skip to content

Commit 60ab2a2

Browse files
committed
Include SHACL vocabulary in explorer
1 parent da17826 commit 60ab2a2

File tree

4 files changed

+1672
-3
lines changed

4 files changed

+1672
-3
lines changed

explorer/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@
88
},
99
"devDependencies": {
1010
"@rdf-toolkit/cli": "0.1.0",
11-
"rimraf": "^5.0.0"
11+
"rimraf": "^6.0.1"
1212
},
1313
"rdf:files": {
1414
"http://www.w3.org/1999/02/22-rdf-syntax-ns": "vocab/rdf.ttl",
1515
"http://www.w3.org/2000/01/rdf-schema": "vocab/rdfs.ttl",
16-
"http://www.w3.org/2002/07/owl": "vocab/owl.ttl"
16+
"http://www.w3.org/2002/07/owl": "vocab/owl.ttl",
17+
"http://www.w3.org/ns/shacl": "vocab/shacl.ttl"
1718
},
1819
"rdf:prefixes": {
1920
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
2021
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
21-
"owl": "http://www.w3.org/2002/07/owl#"
22+
"owl": "http://www.w3.org/2002/07/owl#",
23+
"sh:": "http://www.w3.org/ns/shacl#"
2224
}
2325
}

0 commit comments

Comments
 (0)