-
Notifications
You must be signed in to change notification settings - Fork 42
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
Implementing GUI for making hydra vocab and visualising it #1
Comments
I found it interesting especially if you can set in place a good parser. The way to go is to write a proposal that includes this idea. |
@Mec-iS adding to the discussion in HTTP-APIs/hydrus#149, the |
We can use RDFlib's inbuilt parser to parse through the APIDocumentation. It supports several formats like xml, n3, ntriples, trix, json-ld etc |
Yea, we can use standard JSON and JSON-LD parsers. We don't want to reinvent the wheel. |
Okay makes sense. I'll integrate this into my proposal. thanks @ashwani99 and @Mec-iS . |
Not relevant to the agent. |
from HTTP-APsI/hydrus#158
There are two things that can be done here -
Create a GUI to help users set up vocabulary. Users use the GUI to describe the API structure and the GUI then spits out a hydra vocabulary file which can then be used to setup hydrus.
The other thing that can be done is use the GUI to load already created vocabularies and visualise it. Allowing the users to easily modify and play with the API structure that the vocabulary will create.
I would like to work on this .
@Mec-iS @xadahiya @chrizandr how should i proceed ? What is expected out of this ?
The text was updated successfully, but these errors were encountered: