Open matt-wallis opened 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.
Class
Property
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
For example,
should be
This error is repeated throughout the file for
Class
,Property
, and maybe others too - need checking.