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 : <http://example.org/> PREFIX schema: <http://schema.org/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> :alice schema:name "Alice" ; # %* \Passes{:User} *) schema:gender schema:Female ; schema:knows :bob . :bob schema:gender schema:Male ; # %* \Passes{:User} *) schema:name "Robert"; schema:birthDate "1980-03-10"^^xsd:date . :carol schema:name "Carol" ; # %* \Passes{:User} *) schema:gender schema:Female ; foaf:name "Carol" .
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 sx: <http://shex.io/ns/shex#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix : <http://example.org/> prefix schema: <http://schema.org/> :schema a sx:Schema ; sx:shapes :User . :User a sx:ShapeAnd ; sx:shapeExprs ( [ a sx:NodeConstraint ; sx:nodeKind sx:iri ] [ a sx:Shape; sx:Expression [ a sx:TripleConstraint ; sx:predicate schema:name ; sx:valueExpr [ a sx:NodeConstraint ; sx:datatype 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@:User,:bob@:User,:carol@:User
Shape map format
COMPACT
JSON
ShapeMap URL:
Shape map format
COMPACT
JSON
Shape map format
COMPACT
JSON
Validation time: 135402722
Other options
Editor theme:
Eclipse
Elegant
Monokai