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
Unfortunately I have no experience with developing vs-code extensions.
Also, my web development skills are a bit rusty. I haven't done anything with Typescript and the whole ecosystem around npm, webpack etc. for a few years.
For example, I find it difficult to find an approach in the project to add the necessary tests.
If your requirements do not exceed my skills, I am willing to make a proper pull request.
The text was updated successfully, but these errors were encountered:
@BenjaminHofstetter
I am currently focusing on developing and documenting SHACL Shapes. In my experience, maintaining a separate notebook exclusively for SHACL doesn't seem optimal, particularly since I started using a mixed notebook approach (using my branch of sparql-notebook).
SPARQL and SHACL are complementary standards, and their integration is not just beneficial but sometimes essential. Being able to query and view the data that needs validation within the same environment is incredibly useful. This is particularly true for SHACL Shapes that incorporate SPARQL Constraints. The combined use of SPARQL and SHACL within a single notebook enhances the development process, allowing for a more dynamic and cohesive workflow.
I propose to add support for SHACL validation:
Like this:
I created a "works for me" - fork:
main...arne-bdt:vscode-sparql-notebook:main
Unfortunately I have no experience with developing vs-code extensions.
Also, my web development skills are a bit rusty. I haven't done anything with Typescript and the whole ecosystem around npm, webpack etc. for a few years.
For example, I find it difficult to find an approach in the project to add the necessary tests.
If your requirements do not exceed my skills, I am willing to make a proper pull request.
The text was updated successfully, but these errors were encountered: