Open
Description
As an IDE extension developer, I want to enhance IDE support for RDF.
I want to annotate triples with information from the parser tokens, specifically line and column numbers.
So that I can provide a mapping of a parsed RDF dataset back to its original source, such as a Turtle file. (similar to source maps in code). This reverse mapping allows better tooling support.
Activity