SEMICeu / DCAT-AP

This is the issue tracker for the maintenance of DCAT-AP
https://joinup.ec.europa.eu/solution/dcat-application-profile-data-portals-europe
72 stars 24 forks source link

DCAT-AP_2.1.0.rdf raises input error #222

Closed coolharsh55 closed 1 year ago

coolharsh55 commented 2 years ago

Loading https://github.com/SEMICeu/DCAT-AP/blob/master/releases/2.1.0/dcat-ap_2.1.0.rdf produces an error regarding invalid input. I could not discern the exact cause as there seem to be missing elements. The JSON-LD serialisation https://github.com/SEMICeu/DCAT-AP/blob/master/releases/2.1.0/dcat-ap_2.1.0.jsonld also returns an empty graph due to only containing context (declarations). The previous release (2.0.1 https://github.com/SEMICeu/DCAT-AP/tree/master/releases/2.0.1) has no such issues.

bertvannuffelen commented 2 years ago

@coolharsh55 thank you for spotting the RDF parsing error. I addressed the RDF representation in a new bugfix draft. It missed a closing tag.

For the jsonld: this is only a context indeed. So I am not sure what is the error you point to.

coolharsh55 commented 2 years ago

Thank you. Re. JSON-LD, I meant to say that the error isn't present or evident, so I wasn't certain where the origin of the error was.