edm:WebResource

These are the properties that can be used for the class of edm:WebResource.

This means that they are attributes of the digital representation of the provided cultural heritage object, not the cultural heritage object itself.
There may be more than one edm:WebResource for each edm:ProvidedCHO. They will be linked via the ore:Aggregation using edm:hasView or one of its subproperties. One of these must be one of the mandatory properties edm:isShownAt or edm:isShownBy (and, for IMAGE objects, the link could be repeated in edm:object).

Each web resource should have its own set of properties. Europeana providers who wish to submit their IIIF 7 resources to Europeana can do so by using a small extension to the WebResource element from the Europeana Data Model. More details are available in the Guidelines for submitting IIIF resources for objects in EDM.

  • There are no mandatory properties for the edm:WebResource class.

  • The recommended property is marked in dark red.

  • The optional properties are left in black.

Provide the properties in the record in the same order given in this document, since the metadata validation performed by Europeana requires this order.

Properties of the edm:WebResource class

Property name

Description

Value type

Cardinality

dc:creator

For the creator of the web resource. If possible supply the identifier of the creator from an authority source. Repeat for multiple creators.
<dc:creator xml:lang=“es”>Biblicoteca Nacional de España</dc:creator>
or

create a reference to an instance of the Agent class
<dc:creator rdf:resource=“http://viaf.org/viaf/147143794/”/>

literal or ref

0....n

dc:description

Use for an account or description of this digital representation
<dc:description>Performance with Buccin trombone</dc:description>

literal or ref

0....n

dc:format

Use for the format of this digital representation. (Use the value “3D‐PDF” if appropriate.)

<dc:format>image/jpeg</dc:format>

literal or ref

0....n

dc:rights

Use for the name of the rights holder of this digital representation if possible or for more general rights information.

Note the difference between this property and the mandatory, controlled edm:rights property below.
<dc:rights> Copyright © British Library Board</dc:rights>

literal or ref

0....n

dc:source

A related resource from which the Web resource is derived in whole or in part.
<dc:source>The name of the source video tape <dc:source>

literal or ref

0....n

dc:type

The nature or genre of the digital representation. Ideally the term(s) will be taken from a controlled vocabulary.

dc:type should not be (strictly) identical to edm:type.
<dc:type>video</dc:type>
or create a reference to an instance of the Concept class
<dc:type rdf:about= “http://schema.org/VideoObject” >

literal or ref

0....n

dcterms:conformsTo

An established standard to which the web resource conforms.
<dcterms:conformsTo>W3C WCAG 2.0</dcterms:conformsTo> (web content accessibility guidelines).

literal or ref

0....n

dcterms:created

Date of creation of the Web resource.

Europeana recommends date conforming to ISO 8601 starting with the year and with hyphens (YYYY-MM-DD).
<dcterms:created>2010</dcterms:created>

or create a reference to an instance of the TimeSpan class

<dc:date rdf:resource=“http://semium.org/time/2010”/>

literal or ref

0....n

dcterms:extent

The size or duration of the digital resource.

<dcterms:extent>1h 26 min 41 sec</dcterms:extent>

literal or ref

0....n

dcterms:hasPart

A resource that is included either physically or logically in the web resource.

<dcterms:hasPart rdf:resource=“http://www.identifier/Part”/>

ref

0....n

dcterms:isFormatOf

Another resource that is substantially the same as the web resource but in another format.

<dcterms:isFormatOf>http://upload.wikimedia.org/wikipedia/en/f/f3/Europeana_logo.png</dcterms:isFormatOf>

for a png image file of the described tiff web resource. Or as a link to a resource

<dcterms:isFormatOf rdf:resource=“http://upload.wikimedia.org/wikipedia/en/f/f3/Europeana_logo.png”/>

literal or ref

0....n

dcterms:isPartOf

A resource in which the WebResource is physically or logically included. This property can be used for web resources that are part of a hierarchy. Hierarchies can be represented as hierarchies of ProvidedCHOs or hierarchies of web resources but not both at the same time. See the Task Force report on representing hierarchical entities.

<dcterms:isPartOf rdf:resource=“http://data.europeana.eu/item/08701/1B0BACAA44D5A807E43D9B411C9781AAD2F96E65”/>

ref

0….n

dcterms:isReferencedBy

A related resource that references, cites, or otherwise points to the described resource.

In a IIIF implementation, dcterms:isReferencedBy can be used to connect a edm:WebResource to a IIIF manifest URI.

<dcterms:isReferencedBy rdf:resource="https://gallica.bnf.fr/iiif/ark:/12148/btv1b55001425m/manifest.json"/>

literal or ref

0....n

dcterms:issued

Date of formal issuance or publication of the web resource. Europeana recommends date conforming to ISO 8601 starting with the year and with hyphens (YYYY‐MM-DD).
<dcterms:issued>1999</dcterms:issued>

or create a reference to an instance of the TimeSpan class

<dcterms:issued rdf:resource=“http://semium.org/time/2010”/>

literal or ref

0....n

edm:isNextInSequence

Where one CHO has several web resources, shown by multiple instances of the edm:hasView property on the ore:Aggregation this property can be used to show the sequence of the objects. Each web resource (apart from the first in the sequence) should use this property to give the URI of the preceding resource in the sequence.

ref

0....n

edm:rights

The value in this element will indicate the copyright, usage and access rights that apply to this digital representation. It is strongly recommended that a value is supplied for this property for each instance of a web resource.

The value for the rights statement in this element must be a URI from the list of available values. Note: rights statements must be exactly as specified there, which means they must start with http and not https.

The rights statement specified at the level of the web resource will ‘override’ the statement specified at the level of the aggregation.

<edm:rights rdf:resource=“http://creativecommons.org/publicdomain/mark/1.0/”/>
<edm:rights rdf:resource=“http://rightsstatements.org/vocab/InC/1.0/”/>
Or create a reference to an instance of the cc:License class where additional details of the rights can be provided (such as an expiry date for the restrictions):
http://rightsstatements.org/vocab/NoC-NC/1.0/

or
<edm:rights rdf:resource="#statement_3000095353971"/>

This is a recommended property.

ref

0….1

owl:sameAs

Provide the URI of another web representation of the same resource.
<owl:sameAs rdf:resource=”urn:soundcloud:150424305>

ref

0....n