-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Andrew Beveridge edited this page Feb 26, 2015
·
1 revision
Welcome to the ShExDemo wiki!
Please feel free to add more detail and add more pages.
- Project Document: HCLS Dataset Description Validator (Requires author's permission to view)
- Most up to date HCLC Dataset Description GitHub branch
- Most up to date HCLC Dataset Description HTML
- OLD W3C Dataset Descriptions: HCLS Community Profile
- Shape Expressions Primer - A general introduction to the Shape Expressions language
-
Eric Prud'hommeaux's Version
- ShEx demo GitHub Repo - We forked this!
- [Simple ShEx demo] (http://www.w3.org/2013/ShEx/SimpleShExDemo)
- Fancy ShEx demo
- ShExDemo.js - Important part of the system
- Alasdair Gray's
- OpenPHACTS Validator (supports almost all syntaxes)
- RDF syntax translator
- Turtle (Terse RDF Triple Language) - Parsed by N3.js
- TriG syntax - Parsed by N3.js
- N-Triples - Parsed by N3.js
- RDF/XML - Parsed by rdflib.js
- Notation3 - Parsed by rdflib.js
- JSON-LD - Parsed by jsonld.js
- N3.js supports parsing Turtle, TriG, N-Triples and N-Quads
- jsonld.js supports parsing JSON-LD
- rdflib.js supports parsing RDF/XML, Turtle and N3
#Tools
- protege ontology editor allows to to create an RDF schema in RDF/XML or Turtle
#OpenPHACTS Example This can be used to generate test data which can be validated using the existing validator. We can then build a ShEx Schema for OpenPHACTS to test the same data against our own validator whilst developing.