From 54d67a84f2275e6c29e522569c99f1b7a578249e Mon Sep 17 00:00:00 2001 From: leogermani Date: Fri, 18 May 2018 14:52:18 -0300 Subject: [PATCH] update docs --- docs/exporting-and-exposing.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/exporting-and-exposing.md b/docs/exporting-and-exposing.md index 20a8cd49f..f61f463e5 100644 --- a/docs/exporting-and-exposing.md +++ b/docs/exporting-and-exposing.md @@ -8,13 +8,11 @@ But sometimes you dont want just to have your collections browsable via web, you With Tainacan you have the possibility to map your collection structure to one or more known standards you may want to be compatible with. So even if you use a custom set of fields to describe your collection, you may be compatible and interoperate with other repositories. -You do it by informing, for each field you create, what is it relative in each format you want to map your collection to. You may sau for example, that you "Name" Field is the equivalent to the dc:Title attribute in Dublin Core and some another attribute in other format you choose. +You do it by informing, for each field you create, what is it relative in each format you want to map your collection to. You may say for example, that you "Name" Field is the equivalent to the dc:Title attribute in Dublin Core and some another attribute in other format you choose. -Tainacan is shipped with some Mapping standards that implement popular metadata standards. And it will be easy to create new standards. See more [details about mapping standards](mapping-standards.md). +Tainacan is shipped with some Mapping standards that implement popular metadata standards. And it will be easy to create new standards. See more [details about mapping standards](mapping-standards.md). -Note: When you use a preset to build your collection, chances are that the mapping is already done. This is a good reason to consider using presets ;) - -Note 2: If the mapping standard you mapped your collection to supports it, you will be able to expose your collection en JSON-LD format! +You can also use these mapping standards as a pre-set when you create a new Collection. ## Exporting