gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Support parsing RDF #29

Closed nichtich closed 1 year ago

nichtich commented 2 years ago

Several RDF parsing libraries exist n3, rdflib, rdfxml-streaming-parser, jsonld-streaming-parser...

The validator should support RDF/JS Data Model and RDF/JS Streams for RDF data to be passed to further validation with ShEx and SHACL

nichtich commented 1 year ago

Parsing NTriples and Turtle is supported starting with version 0.7.3. Closing this in favour of #70, #71 and #72.