You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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¶m2=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:
The text was updated successfully, but these errors were encountered:
It looks like QLever-UI is doing something strange with query parameters in IRIs. Try this example:
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:The text was updated successfully, but these errors were encountered: