RDFUnit SHACL validation - Data Quality - DBpedia Forum
Hello all, I am trying to get RDFUnit working with SHACL validation but some automatic tests are failing and no manual tests are detected in the RDF graph. Command: bin/rdfunit -d ./test.turtle -r shacl -o ttl,html In…
RDFUnit SHACL validation - Data Quality - DBpedia Forum RDFUnit SHACL validation Data Data Quality chris July 1, 2019, 11:04am 1 Hello all, I am trying to get RDFUnit working with SHACL validation but some automatic tests are failing and no manual tests are detected in the RDF graph. Command: bin/rdfunit -d ./test.turtle -r shacl -o ttl,html Input test.turtle: https://gist.github.com/ChrisLahaye/402236227cdd88cd2943fc20ce6ae21a Output: https://gist.github.com/ChrisLahaye/4a2b144ec7be272deb4c024218635736 Thank you, Chris hopver July 3, 2019, 12:47pm 2 Is it possible for you to provide an larger example .ttl file? -d should be the data you want to test containing an ontology which is automatically detected chris July 4, 2019, 12:32pm 3 Thank you for your reply. Why a larger data file, wouldn’t that make things more complex. I thought it was best to start simple. How can I validate the combined shapes and data graph that I uploaded? jimkont July 10, 2019, 8:37am 4 According to the RDFUnit documentation. if you want to provide custom validation rules you need to pass them with -s that should be bin/rdfunit -d ./test.data.ttl -s ./test.shacl.ttl -r shacl -o ttl,html