RDFShape
RDF Data
Parse & Convert RDF Data
Info about RDF Data
Example RDF data visualization
Infer Shape from Data
Data options
Schema
Parse & Convert Schema
Info about Schema
Example ShEx UML visualization
Schema options
Validation
Empty RDF Data + Schema (ShEx by default)
Empty RDF Data with embedded Schema (SHACL by default)
Simple example (ShEx)
Simple example (SHACL)
Simple example using ShExR (RDF)
Simple example with ShEx - inference
Validating RDF Data book examples
Examples based on FHIR
Examples based on Wikidata
SPARQL
Query
Example SPARQL query
API
Api Docs
About
About
Schema Engine (current: ShEx)
ShEx
SHACLex
Schema embedded:
RDF Data
By input
By URL
By File
By Endpoint
@prefix schema: <http://schema.org/> . @prefix : <http://example.org/> . @prefix sh: <http://www.w3.org/ns/shacl#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . :alice a :Person ; schema:name "Alice" . :bob a :Teacher ; schema:name "Robert" . :Teacher rdfs:subClassOf :Person .
Data Format
turtle
json-ld
n-triples
rdf/xml
rdf/json
trig
html-microdata
html-rdfa11
dot
Data URL:
Data Format
turtle
json-ld
n-triples
rdf/xml
rdf/json
trig
html-microdata
html-rdfa11
dot
Data Format
turtle
json-ld
n-triples
rdf/xml
rdf/json
trig
html-microdata
html-rdfa11
dot
Inference before
Mode
NONE
RDFS
OWL
Schema
By input
By URL
By File
prefix : <http://example.org/> prefix sh: <http://www.w3.org/ns/shacl#> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix schema: <http://schema.org/> prefix foaf: <http://xmlns.com/foaf/0.1/> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> <PersonShape> EXTRA a { a [:Person] ; schema:name xsd:string }
Schema Format
ShExC
ShExJ
N-Quads
N3
N-Triples
JSON-LD
RDF/XML
rdf/null
TriX
RDF-THRIFT
Turtle
RDF/JSON
TriG
TURTLE
N-TRIPLES
TRIG
DOT
TREE
Schema URL:
Schema Format
ShExC
ShExJ
N-Quads
N3
N-Triples
JSON-LD
RDF/XML
rdf/null
TriX
RDF-THRIFT
Turtle
RDF/JSON
TriG
TURTLE
N-TRIPLES
TRIG
DOT
TREE
Schema Format
ShExC
ShExJ
N-Quads
N3
N-Triples
JSON-LD
RDF/XML
rdf/null
TriX
RDF-THRIFT
Turtle
RDF/JSON
TriG
TURTLE
N-TRIPLES
TRIG
DOT
TREE
Trigger mode
Mode
TargetDecls
ShapeMap
Shape map
By input
By URL
By File
:alice@<PersonShape>,:bob@<PersonShape>
Shape map format
COMPACT
JSON
ShapeMap URL:
Shape map format
COMPACT
JSON
Shape map format
COMPACT
JSON
Validation time: 443432763
Other options
Editor theme:
Eclipse
Elegant
Monokai