zazuko / rdf-validate-shacl

Validate RDF data purely in JavaScript. An implementation of the W3C SHACL specification on top of the RDFJS stack.
MIT License
98 stars 13 forks source link

Remove invalid 'Collection' termType handling #17

Closed martinmaillard closed 4 years ago

martinmaillard commented 4 years ago

I think Collection is not a valid termType, right?

bergos commented 4 years ago

No, Collection is not part of the RDF 1.1. spec and not part of the RDF/JS spec. I think rdflib uses the old RDF/XML terminology to handle lists. This shacl lib should not care about it, so it's right to remove it.