Lab: SHACL

From info216
Revision as of 10:31, 17 February 2023 by Sinoa (talk | contribs) (Created page with "==Topics== * Validating RDF graphs with SHACL * Running pySHACL ==Useful materials== SHACL: * Section 7.4 ''Expectation in RDF'' in Allemang, Hendler & Gandon's textbook (''S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Topics

  • Validating RDF graphs with SHACL
  • Running pySHACL

Useful materials

SHACL:

pySHACL:

Tasks

Task: Go to the interactive, online SHACL Playground. The file [File:xxx.txt] contains a small Turtle file you can paste into the

Task: Install pySHACL into your virtual environment:

pip install pyshacl


If you have more time