Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,10 @@ The MCP server can be tested by connecting an MCP client to the Gradio app's API
|
|
26 |
The application is live and can be accessed at the Space Link above.
|
27 |
|
28 |
## Features:
|
29 |
-
-
|
30 |
-
-
|
31 |
-
- Built-in examples for valid
|
32 |
-
|
33 |
-
- Easy-to-use Gradio interface.
|
34 |
-
- Exposes MCP server functionality for clients like Claude Desktop.
|
35 |
|
36 |
## MCP Server Tools Exposed:
|
37 |
- `validate_rdf_tool`: Validate RDF/XML against SHACL shapes.
|
|
|
26 |
The application is live and can be accessed at the Space Link above.
|
27 |
|
28 |
## Features:
|
29 |
+
- RDF/XML validation against SHACL schemas (Monograph and custom templates).
|
30 |
+
- LLM and SCHACL based error suggestions and corrections via a Hugging Face Inference Endpoint.
|
31 |
+
- Built-in examples for valid and invalid RDF/XML.
|
32 |
+
|
|
|
|
|
33 |
|
34 |
## MCP Server Tools Exposed:
|
35 |
- `validate_rdf_tool`: Validate RDF/XML against SHACL shapes.
|