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
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.
The text was updated successfully, but these errors were encountered:
For better understanding. I created a POC not using RDF-Start but I annotate the Dataset with parser tokens. This demo shows inline SHACL validation and SHACL coverage in a Turtle file.
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.
The text was updated successfully, but these errors were encountered: