Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Dec 9, 2024
1 parent 6776f3c commit 8086234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ The prefixes can be omitted when they are simple: `item`, `itemset`, `media`,
Multiple datatypes can be set for one column: `dcterms:relation ^^customvocab:15 ^^resource:item ^^resource ^^literal`.
The datatype is checked for each value and if it is not valid, the next datatype
is tried. It is useful when some data are normalized and some not, for example
with a list of dates or subjects: `dcterms:date ^^numeric:timestamp ^^literal`,
with a list of dates or subjects: `dcterms:date ^^timestamp ^^interval ^^literal`,
or `dcterms:subject ^^valuesuggest:idref:rameau ^^literal`.

To import multiple target destination for a column, use the separator `|` in the
Expand Down

0 comments on commit 8086234

Please sign in to comment.