We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This file has unusual unicode zero-space-width U+200B line separator characters:
https://github.com/RDA-DMP-Common/RDA-DMP-Common-Standard/blob/master/ontologies/validation/full_example.ttl
If I try and run through a standard RDF processing tool like Apache-Jena riot, I get:
17:12:36 ERROR riot :: [line: 26, col: 1 ] Failed to find a prefix name or keyword: (8203;0x200B)
The lines look normal here:
RDA-DMP-Common-Standard/ontologies/validation/full_example.ttl
Lines 26 to 28 in 1e9b558
but actually it looks like this:
<U+200B> <U+200B> <U+200B> ################################################################# # Individuals ################################################################# <U+200B> ### https://w3id.org/dcso/id/example/contact_1 ex:contact_1 rdf:type owl:NamedIndividual , dcso:Contributor ; dcso:hasContactId ex:id_1 ; foaf:mbox "[email protected]" ; dcso:role "project leader" ; foaf:name "Ricardo Leite" . <U+200B> <U+200B>
The text was updated successfully, but these errors were encountered:
fixes RDA-DMP-Common#68
c941a16
fekaputra
JoaoMFCardoso
No branches or pull requests
This file has unusual unicode zero-space-width U+200B line separator characters:
https://github.com/RDA-DMP-Common/RDA-DMP-Common-Standard/blob/master/ontologies/validation/full_example.ttl
If I try and run through a standard RDF processing tool like Apache-Jena riot, I get:
The lines look normal here:
RDA-DMP-Common-Standard/ontologies/validation/full_example.ttl
Lines 26 to 28 in 1e9b558
but actually it looks like this:
The text was updated successfully, but these errors were encountered: