agustaf9 commented on issue #2383: URL: https://github.com/apache/jena/issues/2383#issuecomment-2028380237
Steps to reproduce in a new fuseki dataset: 1. Save data below into a trig file 2. Upload to fuseki using "Add Data" tab in web interface 3. Query `DESCRIBE<https://ex.com/Test1>` **Returns Result** 4. Query `DESCRIBE<https://ex.com/Test1> FROM <urn:x-arq:DefaultGraph>` **Error 502** ``` @prefix test: <https://ex.com/ontologies/> . @prefix 😀: <https://ex.com/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 😀:Test1 a test:Test ; test:title "Test"^^xsd:string ; . ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
