From 378ef2d0d2feee0fd12f489964f0d1b369c8b400 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 25 Sep 2024 10:12:31 +0200 Subject: [PATCH] add test file --- tests/test_pyshacl.ttl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/test_pyshacl.ttl diff --git a/tests/test_pyshacl.ttl b/tests/test_pyshacl.ttl new file mode 100644 index 0000000..e2ed1b9 --- /dev/null +++ b/tests/test_pyshacl.ttl @@ -0,0 +1,11 @@ +@prefix prov: . +@prefix rdfs: . +@prefix sh: . +@prefix xsd: . + + a sh:ValidationReport ; + rdfs:label "SHACL validation report, conforms=true" ; + prov:wasDerivedFrom ; + prov:wasInformedBy ; + sh:conforms true . +