Versions Compared

Key

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

...

The controlled values are defined by IANA list of internet media types. Used for Video, Image, Sound, Text, 3D.

Expand
titleEDM profile for technical metadata

To provide additional useful facets and filtering of Europeana resources the addition of technical metadata at the level of the WebResource, which was currently absent from EDM, is needed. This specification applies to five media types which Europeana currently supports, namely: Sound, Video, Text, Image and 3D objects. This profile lists the properties that will apply to the WebResource class and an additional class that were defined to support such functionality.

The working document that contains background information and that forms the basis of this listing can be found at:
https://docs.google.com/spreadsheets/d/17LjVpdUHsqpLhvQ0kvvDd7ja6eAPhSB9dN3NQ0kEbko/edit#gid=0.
Most of the added properties come from the EBUCore set of properties, available at:
http://www.ebu.ch/metadata/ontologies/ebucore/index.html

Approach
A minimal approach has been adopted to the addition of properties to EDM. Not all functions require the addition of a specific property. Consider for example the filtering of Europeana objects based on the presence of a usable thumbnail. This can be detected by checking for the presence of a URL in the “edm:preview” property (and the resource flagged accordingly in a search system) without the need for a specific EDM property to hold that flag in Europeana’s reference data.

Some values can be used to generate further values and, depending on the stage in the processing of data where this happens, a property may be needed to record the output. For example, the orientation of an image will be generated by processing numeric values given in the height and width properties, giving the result as “Portrait” or “Landscape”. A few properties have been created in the EDM namespace even though similar properties already exist elsewhere (e.g. Exif1 Exif and EBUCore2 EBUCore). This is because the allowable values did not match our requirements at this time (e.g. EDM needs literal values in some cases).
These properties are: “edm:hasColorSpace”, “edm:componentColor”, “edm:spatialResolution” and “edm:codecName”.

Properties

All the properties defined below should be applied to edm:WebResource.

edm:codecName

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:hasMimeType

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:fileByteSize

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:duration

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:width

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:height

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

edm:spatialResolution

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:sampleSize

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:sampleRate

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:bitRate

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:frameRate

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

edm:hasColorSpace

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

edm:componentColor

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:orientation

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

ebucore:audioChannelNumber

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

rdf:type

URI

Label

Definition

Domain

Obligation&Occurence

Example

Comment

Classes

edm:FullTextResource

URI

Label

Definition

Subclass of

Example

Comment

Document history:

Robina Clayphan, Hugo Manguinhas - Final version after review

Hugo Manguinhas, Antoine Isaac - Additional comments incorporated

Expand
titleEDM profile for technical metadata

To provide additional useful facets and filtering of Europeana resources the addition of technical metadata at the level of the WebResource, which was currently absent from EDM, is needed. This specification applies to five media types which Europeana currently supports, namely: Sound, Video, Text, Image and 3D objects. This profile lists the properties that will apply to the WebResource class and an additional class that were defined to support such functionality.

The working document that contains background information and that forms the basis of this listing can be found at:
https://docs.google.com/spreadsheets/d/17LjVpdUHsqpLhvQ0kvvDd7ja6eAPhSB9dN3NQ0kEbko/edit#gid=0.
Most of the added properties come from the EBUCore set of properties, available at:
http://www.ebu.ch/metadata/ontologies/ebucore/index.html

Approach

A minimal approach has been adopted to the addition of properties to EDM. Not all functions require the addition of a specific property. Consider for example the filtering of Europeana objects based on the presence of a usable thumbnail. This can be detected by checking for the presence of a URL in the “edm:preview” property (and the resource flagged accordingly in a search system) without the need for a specific EDM property to hold that flag in Europeana’s reference data.

Some values can be used to generate further values and, depending on the stage in the processing of data where this happens, a property may be needed to record the output. For example, the orientation of an image will be generated by processing numeric values given in the height and width properties, giving the result as “Portrait” or “Landscape”. A few properties have been created in the EDM namespace even though similar properties already exist elsewhere (e.g. Exif and EBUCore). This is because the allowable values did not match our requirements at this time (e.g. EDM needs literal values in some cases). These properties are: “edm:hasColorSpace”, “edm:componentColor”, “edm:spatialResolution” and “edm:codecName”.

Properties

All the properties defined below should be applied to edm:WebResource.

edm:codecName

URI

http://www.europeana.eu/schemas/edm/codecName

Label

Codec

Definition

The name of a device or computer program capable of encoding or decoding a digital data stream or signal (i.e. coder-decoder)

Domain

edm:WebResource

Obligation & Occurrence

Optional (Minimum: 0, Maximum: 1)

Example

mp4v

Comment

Used for video

ebucore:hasMimeType

URI

http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasMimeType

Label

MIME Type

Definition

The main MIME types as defined by IANA: e.g. audio, video, text, application, or a container MIME type.

Subproperty of

ebucore:hasFormat

Domain

edm:WebResource

Obligation & Occurrence

Optional (Minimum: 0, Maximum: 1)

Example

video/mp4

Comment

An overview of all the technical metadata facets in Europeana Collections can be found at Documentation on the Europeana Search API. The content tiers, i.e. the quality of a media resource as specified in the Europeana Publishing Framework, are calculated on the basis of the technical metadata.

...