Skip to content

Commit 6c8dd59

Browse files
committed
add file (RDF)
1 parent 5e49de6 commit 6c8dd59

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

data/integrations.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ integrations:
176176
content: |
177177
Use the {{p.orc}} dataset to read and write files in the [ORC](https://orc.apache.org/) format.
178178
179+
- name: RDF
180+
icon: ":simple-semanticweb:"
181+
content: |
182+
Use the {{p.file}} dataset to read and write files in the RDF formats ([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/), [Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or [RDF/JSON](https://www.w3.org/TR/rdf-json/)).
183+
179184
#####
180185
# Databases
181186
#####

docs/build/integrations/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@ to interact with Anthropic / Claude provided Large Language Models (LLMs).
219219
PostgreSQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
220220

221221

222+
- :simple-semanticweb:{ .lg .middle } RDF
223+
224+
---
225+
226+
Use the [RDF file](../../build/reference/dataset/file.md) dataset to read and write files in the RDF formats like ([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/), [Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or [RDF/JSON](https://www.w3.org/TR/rdf-json/)).
227+
228+
222229
- :material-application-braces-outline:{ .lg .middle } REST
223230

224231
---

0 commit comments

Comments
 (0)