Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triple annotation with Parser Tokens #285

Open
BenjaminHofstetter opened this issue Mar 18, 2024 · 1 comment
Open

Triple annotation with Parser Tokens #285

BenjaminHofstetter opened this issue Mar 18, 2024 · 1 comment
Labels
use-case proposed use-case

Comments

@BenjaminHofstetter
Copy link

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.

@BenjaminHofstetter BenjaminHofstetter added the use-case proposed use-case label Mar 18, 2024
@BenjaminHofstetter
Copy link
Author

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.
shacl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
use-case proposed use-case
Projects
None yet
Development

No branches or pull requests

1 participant