Skip to content
Snippets Groups Projects

Create new aramaic on website

Merged Michelle Weidling requested to merge create-new-aramaic-on-website into develop
Compare and
13 files
+ 65
34
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -26,7 +26,7 @@ import module namespace rest="http://exquery.org/ns/restxq";
: For retrieving annotation information about other collections cf. the endpoint
: /annotations/ahiqar/{$collection}/{$document}/annotationCollection.json
:
: @param $collection The type of the collection. Can either be `syriac` or `arabic-karshuni`
: @param $collection The type of the collection. Can be `syriac`, `neo-aramaic` or `arabic-karshuni`
: @return An Annotation Collecion for the given collection
:)
declare
@@ -50,7 +50,7 @@ as item()+ {
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#collection-object
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#manifest-object
:
: @param $collection The collection type. Can either be `syriac` or `arabic-karshuni`
: @param $collection The collection type. Can be `syriac`, `neo-aramaic` or `arabic-karshuni`
: @param $document The URI of an aggregated Collection or Manifest Object
:)
declare
@@ -80,7 +80,7 @@ as item()+ {
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#collection-object
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#manifest-object
:
: @param $collection The collection type. Can either be `syriac` or `arabic-karshuni`
: @param $collection The collection type. Can be `syriac`, `neo-aramaic` or `arabic-karshuni`
: @param $document The URI of an aggregated Collection or Manifest Object
: @return An Annotation Collecion for the given Collection or Manifest Object
:)
@@ -111,7 +111,7 @@ as item()+ {
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#collection-object
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#manifest-object
:
: @param $collection The collection type. Can either be `syriac` or `arabic-karshuni`
: @param $collection The collection type. Can be `syriac`, `neo-aramaic` or `arabic-karshuni`
: @param $document The URI of an aggregated Collection or Manifest Object
: @param $page The page within an item, i.e. a tei:pb/@n within a TEI resource
: @return An Annotation Collection for the given Collection or Manifest Object
@@ -144,7 +144,7 @@ as item()+ {
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#collection-object
: @see https://subugoe.pages.gwdg.de/emo/text-api/page/specs/#manifest-object
:
: @param $collection The collection type. Can either be `syriac` or `arabic-karshuni`
: @param $collection The collection type. Can be `syriac`, `neo-aramaic` or `arabic-karshuni`
: @param $document The URI of an aggregated Collection or Manifest Object
: @param $page The page within an item, i.e. a tei:pb/@n within a TEI resource
: @return An Annotation Page for the given Collection or Manifest Object
Loading