Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 520 Bytes

Apache Jena Examples

This are some examples which I collected/written down to easily demonstrate my ideas.

Read and Type RDF Data

Shows how to extend a RDFStream to read typed RDF Data with a RDF-Schema. See here

Shape Validation

Shows how easy RDF data can be validated with Shape Constraint Language (SHACL). See here

Shape Parsing

Shows how to parse Common Grid Exchange Standard (CGMES) schema files to Shape Constraint Language (SHACL) files. See here