essglobal-linked-open-data / map-sse

Metadata Application Profile for the Social and Solidarity Economy
2 stars 3 forks source link

essglobal-vocab.rdf uses rdf syntax URI where rdfs should be used #1

Open matt-wallis opened 8 years ago

matt-wallis commented 8 years ago

For example,

<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Class"/>

should be

<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>

This error is repeated throughout the file for Class, Property, and maybe others too - need checking.

marianamalta commented 8 years ago

We have this error on RDF/XML but not on Turtle files. We will leave it like that and for now only use turtle. And in the future we wil generate from the same sources Turtle and RDF/XML