From bb8a1fb5e5e9a02c51150309d8b2e935ca186de4 Mon Sep 17 00:00:00 2001 From: ferre-vaes <61710181+ferre-vaes@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:50:11 +0200 Subject: [PATCH] docs: VSDSPUB-1300: improve documentation of the RDF adapter (#607) --- docs/_ldio/ldio-adapters/ldio-rdf-adapter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md b/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md index 637bf71e3..666a15f87 100644 --- a/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md +++ b/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md @@ -8,8 +8,8 @@ title: RDF Adapter ***Ldio:RdfAdapter*** -As the most basic adapter, the RDF Adapter will take in an RDF string and convert it -into an internal Linked Data model based on the given content type. +As the most basic adapter, the RDF Adapter will take in an RDF string and convert it into an internal Linked Data model based on the given content type. +This internal Linked Data model is then available for utilization in various other components, such as transformers and outputs. ## Notes @@ -19,4 +19,4 @@ This Adapter only supports valid RDF mime types | Property | Description | Required | Default | Example | Supported values | |:--------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|:--------|:-----------------| -| max-jsonld-cache-capacity | After retrieving an external JSON-LD context, it is cached for reuse. This property allows to specify the size of this cache (number of stored contexts). | No | 100 | 100 | Integer | \ No newline at end of file +| max-jsonld-cache-capacity | After retrieving an external JSON-LD context, it is cached for reuse. This property allows to specify the size of this cache (number of stored contexts). | No | 100 | 100 | Integer |