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
https://prefix.cc/latitude currently maps to two possible URLs. One of them is:
https://www.w3.org/2006/vcard/ns#latitude#
This is mal-formed, as URLs cannot contain multiple hash signs.
I noticed when trying to parse https://prefix.cc/popular/all.file.ttl with rio's TurtleParser and got
TurtleParser
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: TurtleError { kind: InvalidIri { iri: "https://www.w3.org/2006/vcard/ns#latitude#", error: IriParseError { kind: InvalidIriCodePoint('#') } }, position: Some(LineBytePosition { line_number: 1286, byte_number: 65 }) }', src/prefixes/prefixcc.rs:31:10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://prefix.cc/latitude currently maps to two possible URLs. One of them is:
https://www.w3.org/2006/vcard/ns#latitude#
This is mal-formed, as URLs cannot contain multiple hash signs.
I noticed when trying to parse https://prefix.cc/popular/all.file.ttl with rio's
TurtleParser
and gotThe text was updated successfully, but these errors were encountered: