HW-SWeL / ShEx-validator

ShEx-validator parses a ShEx schema and RDF data file and validates the resources in the data against the shapes in the schema
MIT License
3 stars 1 forks source link

sensible changes to string types #13

Closed tar672 closed 9 years ago

tar672 commented 9 years ago

Does anyone know why xsd:string was being used?

rdf:langString certainly lets us lose the hackery in dataParser.js

@Doix any ideas?

Doix commented 9 years ago

I'll merge the pull request for now. Those actually should be rdf:langString, but there are properties which need to be xsd:string such as "pav:version" ( http://www.w3.org/2001/sw/hcls/notes/hcls-dataset/). I'm currently working on writing a proper schema after being sick all week, so this file will most likely get deprecated quickly.

tar672 commented 9 years ago

Cheers, let me know if there's any problems using the schema with this tool