Skip to content

Commit

Permalink
docs: VSDSPUB-1300: improve documentation of the RDF adapter (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferre-vaes authored Apr 22, 2024
1 parent 3026450 commit bb8a1fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_ldio/ldio-adapters/ldio-rdf-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 |
| 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 |

0 comments on commit bb8a1fb

Please sign in to comment.