Writing SHACL shapes

This session is about expressing syntactic constraints on RDF graph using the Shapes Constraint Language SHACL.

Objectives

Existing shapes for schema.org

TopQuadrant, a software company specialised in Semantic Web data management, provides a shape schema that expresses some of the constraints described informally in Schema.org specifications.

Answer the following questions in the email you send at the end of the session to Antoine Zimmermann and Victor Charpenay.

Write your own shape constraints

DBpedia generates RDF triples from Wikipedia infoboxes. On Wikipedia, infoboxes are in fact templates documented in special pages in the wiki. One such template is Infobox university. You will write SHACL shapes that capture the constraints of this template and validate DBpedia entities against these shapes.

For this part, write all your answers in a Turtle file with only SHACL shapes. No DBpedia statements should be included.