From 6ff909f295cd321696b71c73eb7fe6461540cc24 Mon Sep 17 00:00:00 2001 From: Vijeinath Tissaveerasingham Date: Fri, 22 Oct 2021 20:01:15 +0200 Subject: [PATCH 1/5] docs: typo in time example --- docs/dsp-tools-xmlupload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsp-tools-xmlupload.md b/docs/dsp-tools-xmlupload.md index 77e16c0b2..3114679a9 100644 --- a/docs/dsp-tools-xmlupload.md +++ b/docs/dsp-tools-xmlupload.md @@ -644,7 +644,7 @@ Example: ```xml - + ``` From 4875919e72a872937367717254eec69deb4c2563 Mon Sep 17 00:00:00 2001 From: Vijeinath Tissaveerasingham Date: Tue, 26 Oct 2021 16:41:49 +0200 Subject: [PATCH 2/5] docs: typo --- docs/dsp-tools-create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dsp-tools-create.md b/docs/dsp-tools-create.md index 2731002b2..7796edfbe 100644 --- a/docs/dsp-tools-create.md +++ b/docs/dsp-tools-create.md @@ -896,7 +896,7 @@ Represents a node of a (possibly hierarchical) list `"object": ":"` LinkValues do not follow the pattern of the previous data types, because they do not connect to a final value but to -another resource which has to be defined. Thus, the "object" denomiates the resource class the link will point to. If +another resource which has to be defined. Thus, the "object" denominates the resource class the link will point to. If the resource is defined in the same ontology, the name has to be prepended by a ":", if the resource is defined in another (previously defined) ontology, the ontology name has to be prepended separated by a colon ":", e.g. @@ -905,7 +905,7 @@ resource or property from another one is not part of this documentation). *gui-elements/gui_attributes*: -- `Searchbox`: Must be used with _hasLinkTo_ properties. Allows to search and enter a resource that the given resource +- `Searchbox`: Must be used with _hasLinkTo_ properties. Allows searching and enter a resource that the given resource should link to. It has one gui_attribute that indicates how many properties of the found resources should be indicated. It's mandatory! - _gui_attributes_: From 428ba1bc1eb6dc2ae23da5fc981f322884a0c3fe Mon Sep 17 00:00:00 2001 From: Vijeinath Tissaveerasingham Date: Wed, 10 Nov 2021 16:18:22 +0100 Subject: [PATCH 3/5] Update docs/dsp-tools-create.md Co-authored-by: irinaschubert --- docs/dsp-tools-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsp-tools-create.md b/docs/dsp-tools-create.md index 7796edfbe..ed6668249 100644 --- a/docs/dsp-tools-create.md +++ b/docs/dsp-tools-create.md @@ -905,7 +905,7 @@ resource or property from another one is not part of this documentation). *gui-elements/gui_attributes*: -- `Searchbox`: Must be used with _hasLinkTo_ properties. Allows searching and enter a resource that the given resource +- `Searchbox`: Has to be used with _hasLinkTo_ property. Allows searching resources by entering a resource that the given resource should link to. It has one gui_attribute that indicates how many properties of the found resources should be indicated. It's mandatory! - _gui_attributes_: From 33866d483b0857f46f0c1526dcb03e8ffb768319 Mon Sep 17 00:00:00 2001 From: Vijeinath Tissaveerasingham Date: Wed, 10 Nov 2021 16:18:45 +0100 Subject: [PATCH 4/5] Update docs/dsp-tools-create.md Co-authored-by: irinaschubert --- docs/dsp-tools-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsp-tools-create.md b/docs/dsp-tools-create.md index ed6668249..eb0db6271 100644 --- a/docs/dsp-tools-create.md +++ b/docs/dsp-tools-create.md @@ -907,7 +907,7 @@ resource or property from another one is not part of this documentation). - `Searchbox`: Has to be used with _hasLinkTo_ property. Allows searching resources by entering a resource that the given resource should link to. It has one gui_attribute that indicates how many properties of the found resources should be - indicated. It's mandatory! + indicated. This is mandatory. - _gui_attributes_: - `numprops=integer` (optional): While dynamically displaying the search result, the number of properties that should be displayed. From 6b2a6bcb1a349b1bf1bb18a4d8083ecf480ea0b2 Mon Sep 17 00:00:00 2001 From: Vijeinath Tissaveerasingham Date: Tue, 16 Nov 2021 14:24:07 +0100 Subject: [PATCH 5/5] docs: deleting line break --- docs/dsp-tools-create.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/dsp-tools-create.md b/docs/dsp-tools-create.md index eb0db6271..1c541b6cc 100644 --- a/docs/dsp-tools-create.md +++ b/docs/dsp-tools-create.md @@ -595,9 +595,7 @@ Please note that the DateValue is an extremely flexible data type. It can repres uncertainty, and the date can be given in several calendars (currently the Gregorian and the Julian calendars are supported, with the Jewish and Islamic coming soon). Internally, a date is always represented as a start and end date. If start and end date match, it's an exact date. A value like "1893" will automatically be expanded to a range from -January 1st 1893 to December 31st - -1893. +January 1st 1893 to December 31st 1893. - _calendar_ is either _GREGORIAN_ or _JULIAN_ - _start_ has the form _yyyy_-_mm_-_dd_. If only the year is given, the precision is to the year. If only the year and