Skip to content

Commit ec7d1c6

Browse files
authored
Add RDF Panel to Main Readme (#949)
1 parent 18c1660 commit ec7d1c6

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,17 @@ Creating structured data files (or schemas) manually can be complex and error-pr
6565

6666
* **Documentation Generation** – Generate documentation from JSON schemas, with export to a Markdown file.
6767

68-
* **AI-Assisted Schema/Data Creation and Editing** – Use AI to help create or edit schemas and instance data with natural language inputs.
68+
* **AI-Assisted Schema/Data Creation and Editing** – Use AI to help create or edit schemas and instance data with natural language inputs.
6969

70-
* **AI-Assisted Transformation of Instance Data** – Automatically transform existing instance data to conform to the target schema using AI-generated mappings, which are then applied deterministically. This also works for very large documents.
70+
* **AI-Assisted Transformation of Instance Data** – Automatically transform existing instance data to conform to the target schema using AI-generated mappings, which are then applied deterministically. This also works for very large documents.
7171

72+
* **Transformation to JSON-LD** – Convert JSON data to JSON-LD using AI-assisted RML mapping.
73+
74+
* **RDF Authoring Panel** – Inspect and edit RDF data through two synchronized tabs: **Context** and **Triples** in RDF Panel.
75+
76+
* **RDF Data Exploration** – Run AI-assisted SPARQL queries on RDF data and inspect or visualize the results.
77+
78+
* **Knowledge Graph Visualization** – Display RDF triples as an interactive graph, synchronized with the JSON-LD document.
7279

7380
🛠️ Development
7481
---------------
@@ -107,7 +114,7 @@ Explore how to use MetaConfigurator with real-world examples:
107114

108115
* **[External References](./documentation_user/examples/external_references)** – Learn how to handle external references in MetaConfigurator.
109116

110-
117+
* **[RDF Panel](./documentation_user/examples/rdf)** – Learn how to use MetaConfigurator to explore Semantic data.
111118

112119
📚 Read the full [User Documentation](./documentation_user).
113120

0 commit comments

Comments
 (0)