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/> . :carol schema:gender schema:Female ; schema:name "Carol" ; foaf:name "Carol" . :alice schema:gender schema:Female ; schema:knows :bob ; schema:name "Alice" . :bob schema:birthDate "1980-03-10"^^xsd:date ; schema:gender schema:Male ; schema:name "Robert" .
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 schema: <http://schema.org/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> :User IRI { schema:name xsd:string ; schema:birthDate xsd:date? ; schema:gender [ schema:Male schema:Female ]; schema:knows @: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
:alice@:User,:carol@:User
Shape map format
COMPACT
JSON
ShapeMap URL:
Shape map format
COMPACT
JSON
Shape map format
COMPACT
JSON
Validation time: 91656547
Other options
Editor theme:
Eclipse
Elegant
Monokai