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: SHACLex)
ShEx
SHACLex
Schema embedded:
RDF Data
By input
By URL
By File
By Endpoint
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/> # :UserShape sh:targetNode :alice, :bob . :alice a :User; schema:name "Alice" ; schema:gender schema:Female ; schema:knows :bob . :bob a :User; schema:gender schema:Male ; schema:name "Robert"; schema:birthDate "1980-03-10"^^xsd:date . :carol a :User; schema:name "Carol" ; 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 : <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#> :User a sh:NodeShape, rdfs:Class ; sh:nodeKind sh:IRI ; sh:property [ sh:path schema:name ; sh:minCount 1; sh:maxCount 1; sh:datatype xsd:string ; ] ; sh:property [ sh:path schema:gender ; sh:minCount 1; sh:maxCount 1; sh:in (schema:Male schema:Female); ] ; sh:property [ sh:path schema:birthDate ; sh:minCount 0; sh:maxCount 1; sh:datatype xsd:date ; ] ; sh:property [ sh:path schema:knows ; sh:class :User ; ] .
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
Shape map format
COMPACT
JSON
ShapeMap URL:
Shape map format
COMPACT
JSON
Shape map format
COMPACT
JSON
Validation time: 778388428
Other options
Editor theme:
Eclipse
Elegant
Monokai