Open cristianvasquez opened 5 days ago
Hi
Thank you for creating SPARQL Anything—it’s an incredible tool!
Glad to hear that :-)
This is a bug.
The media type is used to select the triplifier, but when it comes to reading the file and identifying the language, it is ignored and the triplifier cannot determine the language and therefore cannot read it.
5c42c1f should fix the problem
@luigi-asprino that's great. Can you please include that fix in the next pre-release?
Hi,
Thank you for creating SPARQL Anything—it’s an incredible tool!
I’m encountering an issue while trying to fetch a Turtle file from the web. The file I’m working with contains the following content:
I can successfully fetch and query this file locally using the following query:
However, if I rename the file to have a different extension (e.g., file.something), it fails to parse. This leads me to suspect that the fx:media-type property is not being respected in this case.
Could you provide any guidance or confirm if this is a bug?
Thank you!