Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The log.json file can also be downloaded from the "Process Info" column at any time so that you know what is happening with the processing of the records. More details about this file are provided in the next chapter.

7 Record report

The log.json file, which can be downloaded from the project results page, contains information about the records that could be:

  1. "OK" indicates that the EDM record has been successfully processed and the IIIF manifest and corresponding enriched EDM have been created for this record.

...

  1. An "Error" with error details indicates the EDM record processing cannot be performed due to this error and its IIIF manifest and enriched EDM are not provided.

...

  1. A "Warning" indicates that there are problems processing the EDM record, but the IIIF manifest and enriched EDM are still generated. It warns you of a problem that you can fix in the future to make processing the record more efficient.

...

8 Data Download

Your data can be downloaded through the already mentioned “Download” button on the EDM2IIIF Results page when the status changes to “done” This automatically induces the download of a zip file with separate zip files for the IIIF manifests, the enriched EDMs and log.json file as shown below.

Image Added

After downloading your created manifests, there is one last step to make them accessible: You have to make sure that you unzip the manifests in the correct folder on your server. In our case we would have to store the IIIF manifests in the folder "manifests" on the server "my.IPADDRESS". The storage place must match the path in the service base URL for manifests that you had entered in the upload form.

9 Manifest Creation

For each EDM record, a corresponding IIIF manifest is created and saved as an xml file. For example, if the user provides ten valid EDM records and enters the correct IIIF service base URL for those records, ten manifest xml files are created. The name of each manifest xml file is derived from the name of the corresponding tif image on the image server and looks like this: “manifest_ID.json”

The name of the image itself (which replaces ‘ID’) is derived from the element edm:isShownBy, which points to the image on the website of the data provider. 

All data required to create the manifest is extracted from the EDM metadata of the record and stored in the appropriate manifest fields. For more information about IIIF manifest fields, see here.

In general, the data required to create a manifest is:

  • Accessible IIIF images - the image or object in general that is determined from the isShownBy EDM field is actually the object the manifest is created for. Therefore, it is important to first verify that this object is retrievable using the user-specified URL of the IIIF base service. If it is not, an error occurs and the manifest is not created.

  • Descriptive metadata e.g. title, description, metadata, rights etc.

  • Additional images (if available i.e. edm:hasView fields)

A valid EDM metadata record with edm:isShownBy field is required to create the manifest with the EDM2IIIF Manifest Creation tool. However, the object is better represented if its manifest contains more information about it - the richer the EDM record the better.

The following IIIF manifest fields are created with the EDM2IIIF Manifest Creation tool:

IIIF Manifest field

EDM field

@context

[

"http://www.w3.org/ns/anno.jsonld",

"http://iiif.io/api/presentation/3/context.json"

]

id

Manifest path for image

type

„Manifest“

label

dc:title or dc:description if dc:title not present

summary

dc:description, but only if dc:title exists

metadata

all descriptive elements from edm:ProvidedCHO class like dc:identifier, dc:relation, dc:type etc.

thumbnail

edm:objects from ore:Aggregation

homepage

edm:isShownAt from ore:Aggregation

requiredStatement

dc:rights from edm:WebResource of corresponding edm:isShownBy

rights

edm:rights from ore:Aggregation

provider

edm:dataProvider from ore:Aggregation

seeAlso

dc:source from edm:ProvidedCHO

service

svcs:has_service from edm:WebResource

start

edm:isShownBy if at least one edm:hasView exists

items

edm:isShownBy and all corresponding edm:hasView

10 EDM enrichment

EDM enrichment in our case is the process of updating the EDM metadata records by providing appropriate descriptions of IIIF resources. Such updating involves the following steps:

  1. Set IIIF resource in EDM’s isShownBy field and corresponding WebResource class. Do the same with appropriate IIIF resources (if existing) for every hasView  that is present.

  2. Create a Service class whose identifier should be the base URL of the IIIF resource. Then flag all corresponding WebResources as IIIF-compliant by adding a has_service field that holds Service’s identifier value.

  3. Indicate the level of IIIF protocol in an implements field of the Service class.

  4. Provide access to a IIIF manifest in an isReferencedBy field of WebResource

Goal: You can use the delivered IIIF-enriched EDM metadata records for your further processing as required. In particular, they also serve as templates for describing IIIF resources in exactly your EDM metadata records.

 

11 Troubleshooting

name does not exist”:

After a week the EDM Manifest Creation tool deletes a submitted dataset. It is highly possible that the dataset has been removed because of this. Or it is possible that a dataset with this name does not exist at all.

How error is produced: Writing project name in Name input field -> Choosing Track/download harvested dataset  as Harvest Protocol -> Submit button

...

“OAI-PMH upload failed”:

This window occurs if the OAI-PMH link was not correct or one of the two URL input fields could not be processed correctly.

Image Added

Samples

Original EDM (from OAI provider)

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:edm="http://www.europeana.eu/schemas/edm/" xmlns:dc="http://purl.org/dc/elements/1.1/ " xmlns:dcterms="http://purl.org/dc/terms/ " xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:ore="http://www.openarchives.org/ore/terms/">

  <edm:ProvidedCHO xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="ZOBODATXLANDOOEXAUSTRIAX6894095">

      <dc:identifier>BIOZOOELM - ZOBODAT - 6894095</dc:identifier>

      <dc:title>Colletes maroccanus Warncke, 1978</dc:title>

      <dc:relation>http://www.biodiversitylibrary.org/name/Colletes_maroccanus_Warncke%2C_1978 </dc:relation>

      <dc:type>Specimen</dc:type>

      <dcterms:spatial rdf:resource="geo:30.75,-6.8"/>

      <edm:hasMet rdf:resource="geo:30.75,-6.8"/>

      <edm:hasType rdf:resource="http://rs.tdwg.org/dwc/terms/Specimen"/>

      <edm:type>IMAGE</edm:type>

    </edm:ProvidedCHO>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100544.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100545.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100546.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100547.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100548.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100549.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100550.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/bilder/belege/00100551.jpg">

      <dc:format>jpg</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:WebResource xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://www.zobodat.at/belege_detail.php?id=6894095 ">

      <dc:format>text/html</dc:format>

      <dc:rights>CC BY-SA</dc:rights>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </edm:WebResource>

          <edm:Place xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="geo:30.75,-6.8">

      <wgs84_pos:lat>30.75</wgs84_pos:lat>

      <wgs84_pos:long>-6.8</wgs84_pos:long>

      <skos:prefLabel>Djebel Tifernine</skos:prefLabel>

      <skos:note/>

    </edm:Place>

          <ore:Aggregation xmlns:dwc="http://rs.tdwg.org/dwc/terms/ " xmlns:meta="http://rs.tdwg.org/dwc/text/" xmlns:gbif="http://rs.gbif.org/terms/1.0/ " rdf:about="http://web-openup.nhm.ac.uk/oai-provider/index.php?form=display&amp;oaiid=ZOBODAT%3ALANDOOE%3AAUSTRIA%2F6894095&amp;db=0">

      <edm:aggregatedCHO rdf:resource="ZOBODATXLANDOOEXAUSTRIAX6894095"/>

      <edm:dataProvider>Biologiezentrum der Oberoesterreichischen Landesmuseen</edm:dataProvider>

      <edm:hasView rdf:resource="http://www.zobodat.at/bilder/belege/00100545.jpg"/>

      <edm:hasView rdf:resource="http://www.zobodat.at/bilder/belege/00100546.jpg"/>

      <edm:hasView rdf:resource="http://www.zobodat.at/bilder/belege/00100547.jpg"/>

      <edm:hasView rdf:resource="http://www.zobodat.at/bilder/belege/00100548.jpg"/>

      <edm:hasView rdf:resource="http://www.zobodat.at/bilder/belege/00100549.jpg"/>

      <edm:hasView rdf:resource="http://www.zobodat.at/bilder/belege/00100550.jpg"/>

      <edm:hasView rdf:resource="http://www.zobodat.at/bilder/belege/00100551.jpg"/>

      <edm:isShownAt rdf:resource="http://www.zobodat.at/belege_detail.php?id=6894095 "/>

      <edm:isShownBy rdf:resource="http://www.zobodat.at/bilder/belege/00100544.jpg"/>

      <edm:object rdf:resource="http://www.zobodat.at/bilder/belege/00100544.jpg"/>

      <edm:provider>OpenUp!</edm:provider>

      <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

    </ore:Aggregation>

</rdf:RDF>

.json Manifest

{

  "@context": [

    "http://www.w3.org/ns/anno.jsonld",

    "http://iiif.io/api/presentation/3/context.json"

  ],

  "id": "http://dev.ait.co.at/manifests/manifest_00100544.json",

  "type": "Manifest",

  "label": {

    "@none": [

      "Colletes maroccanus Warncke, 1978"

    ]

  },

  "metadata": [

    {

      "label": {

        "en": [

          "identifier"

        ]

      },

      "value": {

        "@none": [

          "BIOZOOELM - ZOBODAT - 6894095"

        ]

      }

    },

    {

      "label": {

        "en": [

          "relation"

        ]

      },

      "value": {

        "@none": [

          "http://www.biodiversitylibrary.org/name/Colletes_maroccanus_Warncke%2C_1978 "

        ]

      }

    },

    {

      "label": {

        "en": [

          "type"

        ]

      },

      "value": {

        "@none": [

          "Specimen"

        ]

      }

    },

    {

      "label": {

        "en": [

          "spatial"

        ]

      },

      "value": {

        "@none": [

          "Djebel Tifernine"

        ]

      }

    },

    {

      "label": {

        "en": [

          "hasMet"

        ]

      },

      "value": {

        "@none": [

          "Djebel Tifernine"

        ]

      }

    },

    {

      "label": {

        "en": [

          "type"

        ]

      },

      "value": {

        "@none": [

          "IMAGE"

        ]

      }

    }

  ],

  "thumbnail": [

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif/full/max/0/default",

      "type": "Image",

      "format": "jpg"

    }

  ],

  "homepage": [

    {

      "id": "http://www.zobodat.at/belege_detail.php?id=6894095 ",

      "type": "Text",

      "format": "text/html"

    }

  ],

  "requiredStatement": {

    "label": {

      "en": [

        "Attribution"

      ]

    },

    "value": {

      "@none": [

        "CC BY-SA"

      ]

    }

  },

  "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

  "provider": [

    {

      "id": "Biologiezentrum der Oberoesterreichischen Landesmuseen",

      "type": "Agent",

      "homepage": [

        {

          "id": "http://www.zobodat.at/belege_detail.php?id=6894095 ",

          "type": "Text",

          "format": "text/html"

        }

      ]

    }

  ],

  "service": [

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif",

      "type": "ImageService3",

      "profile": "http://iiif.io/api/image/3/level2.json"

    }

  ],

  "start": {

    "id": "http://dev.ait.co.at/iiif/00100544.tif/full/max/0/default",

    "type": "Canvas",

    "format": "image/jpg",

    "height": 1920,

    "width": 2560,

    "requiredStatement": {

      "label": {

        "en": [

          "Attribution"

        ]

      },

      "value": {

        "@none": [

          "CC BY-SA"

        ]

      }

    },

    "rights": "http://creativecommons.org/licenses/by-sa/3.0/ "

  },

  "items": [

    {

      "id": "http://dev.ait.co.at/iiif/00100544.tif/full/max/0/default",

      "type": "Canvas",

      "height": 1920,

      "width": 2560,

      "requiredStatement": {

        "label": {

          "en": [

            "Attribution"

          ]

        },

        "value": {

          "@none": [

            "CC BY-SA"

          ]

        }

      },

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100544.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100544.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100544.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 1920,

                "width": 2560

              },

              "target": "http://dev.ait.co.at/iiif/00100544.tif"

            }

          ]

        }

      ]

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100545.tif",

      "type": "Canvas",

      "width": 2560,

      "height": 1920,

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100545.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100545.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100545.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 1920,

                "width": 2560

              },

              "target": "http://dev.ait.co.at/iiif/00100545.tif"

            }

          ]

        }

      ]

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100546.tif",

      "type": "Canvas",

      "width": 2560,

      "height": 1920,

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100546.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100546.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100546.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 1920,

                "width": 2560

              },

              "target": "http://dev.ait.co.at/iiif/00100546.tif"

            }

          ]

        }

      ]

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100547.tif",

      "type": "Canvas",

      "width": 2560,

      "height": 1920,

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100547.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100547.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100547.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 1920,

                "width": 2560

              },

              "target": "http://dev.ait.co.at/iiif/00100547.tif"

            }

          ]

        }

      ]

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100548.tif",

      "type": "Canvas",

      "width": 2560,

      "height": 1920,

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100548.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100548.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100548.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 1920,

                "width": 2560

              },

              "target": "http://dev.ait.co.at/iiif/00100548.tif"

            }

          ]

        }

      ]

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100549.tif",

      "type": "Canvas",

      "width": 2560,

      "height": 1920,

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100549.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100549.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100549.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 1920,

                "width": 2560

              },

              "target": "http://dev.ait.co.at/iiif/00100549.tif"

            }

          ]

        }

      ]

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100550.tif",

      "type": "Canvas",

      "width": 2560,

      "height": 1920,

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100550.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100550.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100550.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 1920,

                "width": 2560

              },

              "target": "http://dev.ait.co.at/iiif/00100550.tif"

            }

          ]

        }

      ]

    },

    {

      "id": "http://dev.ait.co.at/iiif/00100551.tif",

      "type": "Canvas",

      "width": 3264,

      "height": 2448,

      "rights": "http://creativecommons.org/licenses/by-sa/3.0/ ",

      "items": [

        {

          "id": "http://dev.ait.co.at/iiif/00100551.tif",

          "type": "AnnotationPage",

          "items": [

            {

              "id": "http://dev.ait.co.at/iiif/00100551.tif",

              "type": "Annotation",

              "motivation": "painting",

              "body": {

                "id": "http://dev.ait.co.at/iiif/00100551.tif/full/max/0/default",

                "type": "Image",

                "format": "image/jpg",

                "height": 2448,

                "width": 3264

              },

              "target": "http://dev.ait.co.at/iiif/00100551.tif"

            }

          ]

        }

      ]

    }

  ]

}

Enriched EDM

<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/ " xmlns:dcterms="http://purl.org/dc/terms/ " xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:edm="http://www.europeana.eu/schemas/edm/" xmlns:ore="http://www.openarchives.org/ore/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:svcs="http://rdfs.org/sioc/services#" xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#">

 <edm:ProvidedCHO rdf:about="ZOBODATXLANDOOEXAUSTRIAX6894095">

  <dc:identifier>BIOZOOELM - ZOBODAT - 6894095</dc:identifier>

  <dc:title>Colletes maroccanus Warncke, 1978</dc:title>

  <dc:relation>http://www.biodiversitylibrary.org/name/Colletes_maroccanus_Warncke%2C_1978 </dc:relation>

  <dc:type>Specimen</dc:type>

  <dcterms:spatial rdf:resource="geo:30.75,-6.8"/>

  <edm:hasMet rdf:resource="geo:30.75,-6.8"/>

  <edm:hasType rdf:resource="http://rs.tdwg.org/dwc/terms/Specimen"/>

  <edm:type>IMAGE</edm:type>

 </edm:ProvidedCHO>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100544.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100545.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100546.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100547.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100548.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100549.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100550.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://dev.ait.co.at/iiif/00100551.tif/full/max/0/default">

  <dc:format>jpg</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

  <dcterms:isReferencedBy rdf:resource="http://dev.ait.co.at/manifests/manifest_00100544.json"/>

  <svcs:has_service rdf:resource="http://dev.ait.co.at/iiif/00100544.tif"/>

 </edm:WebResource>

 <edm:WebResource rdf:about="http://www.zobodat.at/belege_detail.php?id=6894095 ">

  <dc:format>text/html</dc:format>

  <dc:rights>CC BY-SA</dc:rights>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

 </edm:WebResource>

 <edm:Place rdf:about="geo:30.75,-6.8">

  <wgs84_pos:lat>30.75</wgs84_pos:lat>

  <wgs84_pos:long>-6.8</wgs84_pos:long>

  <skos:prefLabel>Djebel Tifernine</skos:prefLabel>

  <skos:note/>

 </edm:Place>

 <ore:Aggregation rdf:about="http://web-openup.nhm.ac.uk/oai-provider/index.php?form=display&amp;oaiid=ZOBODAT%3ALANDOOE%3AAUSTRIA%2F6894095&amp;db=0">

  <edm:aggregatedCHO rdf:resource="ZOBODATXLANDOOEXAUSTRIAX6894095"/>

  <edm:dataProvider>Biologiezentrum der Oberoesterreichischen Landesmuseen</edm:dataProvider>

  <edm:hasView rdf:resource="http://dev.ait.co.at/iiif/00100545.tif/full/max/0/default"/>

  <edm:hasView rdf:resource="http://dev.ait.co.at/iiif/00100546.tif/full/max/0/default"/>

  <edm:hasView rdf:resource="http://dev.ait.co.at/iiif/00100547.tif/full/max/0/default"/>

  <edm:hasView rdf:resource="http://dev.ait.co.at/iiif/00100548.tif/full/max/0/default"/>

  <edm:hasView rdf:resource="http://dev.ait.co.at/iiif/00100549.tif/full/max/0/default"/>

  <edm:hasView rdf:resource="http://dev.ait.co.at/iiif/00100550.tif/full/max/0/default"/>

  <edm:hasView rdf:resource="http://dev.ait.co.at/iiif/00100551.tif/full/max/0/default"/>

  <edm:isShownAt rdf:resource="http://www.zobodat.at/belege_detail.php?id=6894095 "/>

  <edm:isShownBy rdf:resource="http://dev.ait.co.at/iiif/00100544.tif/full/max/0/default"/>

  <edm:object rdf:resource="http://dev.ait.co.at/iiif/00100544.tif/full/max/0/default"/>

  <edm:provider>OpenUp!</edm:provider>

  <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/ "/>

 </ore:Aggregation>

 <svcs:Service rdf:about="http://dev.ait.co.at/iiif/00100544.tif">

  <dcterms:conformsTo rdf:resource="https://iiif.io/api/image/3.0/ "/>

  <doap:implements rdf:resource="http://iiif.io/api/image/3/level2.json"/>

 </svcs:Service>

</rdf:RDF>