Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error reading cpsv_101.ttl #135

Open
gezever opened this issue Oct 3, 2024 · 0 comments
Open

Error reading cpsv_101.ttl #135

gezever opened this issue Oct 3, 2024 · 0 comments

Comments

@gezever
Copy link

gezever commented Oct 3, 2024

While reading the Core Public Service Vocabulary turtle file, using Jena/riot and rdfjs, an error occurs.

$ curl -sO https://joinup.ec.europa.eu/sites/default/files/distribution/2013-11/cpsv_101.ttl
$ riot --validate cpsv_101.ttl 
09:10:21 ERROR riot            :: [line: 22, col: 178] Triples not terminated properly in []-list

At line 22, at the end of the object there is one dot too many.

dcterms:creator [foaf:name "Core Public Service Working Group"; foaf:homepage <http://joinup.ec.europa.eu/asset/core_public_service/document/core-public-service-working-group>.];

Should be replaced with:

dcterms:creator [foaf:name "Core Public Service Working Group"; foaf:homepage <http://joinup.ec.europa.eu/asset/core_public_service/document/core-public-service-working-group>];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant