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

URL Query Parameter Handling Issue when copying a link #110

Open
ktk opened this issue Oct 10, 2024 · 0 comments
Open

URL Query Parameter Handling Issue when copying a link #110

ktk opened this issue Oct 10, 2024 · 0 comments

Comments

@ktk
Copy link

ktk commented Oct 10, 2024

It looks like QLever-UI is doing something strange with query parameters in IRIs. Try this example:

@prefix ex: <http://example.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/resource?param1=value1&param2=value2>
    ex:property1 "Value 1" ;
    ex:property2 42 ;
    ex:property3 "Another value"^^xsd:string ;
    ex:property4 true ;
    ex:property5 <http://example.org/another-resource> ;
    ex:property6 "Sample text with special characters like ? & = ;" ;
    ex:property7 "Final property" .

When I load that to QLever & do a ?s ?p ?o query on it I get the list of results. When I copy the subject IRI (or open it in a new window), I only get that: http://example.org/resource?param1 even though it shows it properly in the list/hover:

Screenshot 2024-10-10 at 11 45 15
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