Skip to content

Commit 4fcbb7b

Browse files
Merge pull request #17 from elsevierlabs-os/dev
Removed `rdflib.js` dependency
2 parents 5cadba0 + 7532f7b commit 4fcbb7b

File tree

8 files changed

+7254
-6501
lines changed

8 files changed

+7254
-6501
lines changed

examples/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ The examples in this folder are:
44
* [`shacl_example_shapes.ttl`](shacl_example_shapes.ttl) holds SHACL constraints for validating [`shacl_example.ttl`](shacl_example.ttl). Note that the [`shacl_example.ttl`](shacl_example.ttl) file refers to this shapes file. This is not required, but avoids having to select the shapes file from a file open window.
55
* [`shacl_example.rq`](shacl_example.rq) is a very simple SPARQL query to query the [`shacl_example.ttl`](shacl_example.ttl) file. Note that the SPARQL query refers to the file it is intended to query. This is not required, but avoids having to select the data file from a file open window.
66
* [`test.jsonld`](test.jsonld) is an example JSON-LD file that can be used for testing format conversion and JSON-LD manipulation.
7-
* [`test_frame.jsonld`](test_frame.jsonld) is an example JSON-LD frame for framing the [`test.jsonld`](test.jsonld) file.
7+
* [`test_frame.jsonld`](test_frame.jsonld) is an example JSON-LD frame for framing the [`test.jsonld`](test.jsonld) file.
8+
* [`list.ttl`](list.ttl) is a simple Turtle file that contains an `rdf:List` construct.

examples/list.ttl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This example contains an rdfList
2+
@prefix ex: <https://example.com/> .
3+
4+
ex:A ex:hasList (ex:B ex:C ex:D) .

media/inspector.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)