edm:Agent

The class edm:Agent comprises people, either individually (ie. Person) or in groups (ie. Corporate Body), who had or have the potential to perform intentional actions.

Note: After the adoption of the rdaGr2 properties by EDM, the base domain/namespace for the rdaGr2 properties has been changed by the RDA governing bodies. The table below provides the mapping between the two namespaces.

In the new namespace each property has both a canonical numeric form (as shown below) and a human readable form such as rdau:placeOfBirth. These can all be seen at: http://www.rdaregistry.info/Elements/u/

Old rdaGr2 property used in EDM

New RDA property

Old rdaGr2 property used in EDM

New RDA property

rdaGr2:biographicalInformation

rdau:P60492

rdaGr2:dateOfBirth

rdau:P60599

rdaGr2:dateOfDeath

rdau:P60598

rdaGr2:dateOfEstablishment

rdau:P60524

rdaGr2:dateOfTermination

rdau:P60525

rdaGr2:gender

rdau:P60531

rdaGr2:professionOrOccupation

rdau:P60468

rdaGr2:placeOfBirth

rdau:P60594

rdaGr2:placeOfDeath

rdau:P60592

  • The recommended properties are marked in dark red.

  • The optional properties are left in black.

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

edm:Agent

Property

Description

Value
Type

Cardinality

Property

Description

Value
Type

Cardinality

skos:prefLabel

The preferred form of the name of the Agent.

This is a recommended property for this class.

Although the maximum number of occurrences is set at 1, it must be interpreted as 1 per language tag. At least one skos:prefLabel should be provided. More than one skos:prefLabel is strongly recommended for language variants and translations with atmost one per language.

<skos:prefLabel xml:lang='fr'>Courtois neveu aîné</skos:prefLabel>
<skos:prefLabel xml:lang='en'>Courtois'eldest nephew</skos:prefLabel>

For recommendations on medata quality see Tier A-C requirements , more specifically Metadata Tier B and Metadata Tier C

literal

0..1

skos:altLabel

Alternative forms of the name of the Agent.

This is a recommended property for this class.

<skos:altLabel xml:lang="en">Courtois</skos:altLabel>
<skos:altLabel xml:lang="fr">Augte. Courtois aîné</skos:altLabel>

literal

0..n

skos:note

A note about the Agent e.g. biographical notes.
<skos:note>Courtois neveu aîné started a company of the same name manufacturing brass instruments in Paris in 1803</skos:note>

literal

0..n

dc:date

A significant date associated with the Agent.

Europeana recommends date conforming to ISO 8601 starting with the year and with hyphens (YYYY-MM-DD). It is recommended to use this field only if the date is neither the date from which the Agent was born/established or the date of the death/termination of the Agent.
<dc:date>1803</dc:date/>

literal or ref

0..n

dc:identifier

An identifier of the Agent.
<dc:identifier>373.055.2</dc:identifier>

literal

0..n

dcterms:hasPart

(Corporate Body)

Reference to an Agent that is part of the Agent being described (e.g. a member of a music group).

This property is only applicable to a Corporate Body.
<dcterms:hasPart rdf:resource="http://identifier/partOfCorporation"/>

ref

0..n

dcterms:isPartOf

(Corporate Body)

Reference to an Agent that the described Agent is part of (e.g. a music group).

This property is only applicable to a Corporate Body.
<dcterms:isPartOf rdf:resource="http://identifier/parentCorporation"/>

ref

0..n

edm:begin

The date the Agent was born/established.

The edm:begin and edm:end properties can be used to generically indicate start and end dates for an Agent. This can be interpreted as birth and death dates for a Person (or date of establishment and termination in the case of a Corporate Body). It is strongly recommended to use the specialised properties when it is known if the Agent is a Person or Corporate Body.

Europeana recommends the date conforms to ISO 8601 starting with the year and with hyphens (YYYY-MM-DD).

<edm:begin>1795</edm:begin>

For recommendations on medata quality see Tier A-C requirements , more specifically Metadata Tier B and Metadata Tier C

literal

0..1

edm:end

The date the Agent died/was terminated.

The edm:begin and edm:end properties can be used to generically indicate start and end dates for an Agent. This can be interpreted as birth and death dates for a Person (or date of establishment and termination in the case of a Corporate Body). It is strongly recommended to use the specialised properties when it is known if the Agent is a Person or Corporate Body.

Europeana recommends the date conforms to ISO 8601 starting with the year and with hyphens (YYYY-MM-DD).

<edm:end>1920</edm:end>

For recommendations on medata quality see Tier A-C requirements , more specifically Metadata Tier B and Metadata Tier C

literal

0..1

edm:hasMet

Reference to another Contextual Entity which the Agent has “met” in a broad sense (e.g. the place where the person lived).
<edm:hasMet rdf:resource="http://sws.geonames.org/6620265"/>

ref

0..n

edm:isRelatedTo

Reference to other Contextual Entities, particularly other Agents, with whom the Agent is related in a generic sense.
<edm:isRelatedTo rdf:resource="http://identifier/relatedAgent"/>

ref

0..n

foaf:name

The name of the Agent as a simple textual string.
<foaf:name>Auguste Courtois</foaf:name>

literal

0..n

rdaGr2:biographicalInformation

Information pertaining to the life or history of the Agent.
<rdaGr2:biographicalInformation>Courtois neveu aîné started a company of the same name manufacturing brass instruments in Paris in 1803</rdaGr2:biographicalInformation>

literal

0..n

rdaGr2:dateOfBirth

(Person)

The date the Agent was born.

This property is only applicable to a Person.

Europeana recommends date conforming to ISO 8601 starting with the year and with hyphens (YYYY-MM-DD).

<rdaGr2:dateOfBirth>1795</rdaGr2:dateOfBirth>

For recommendations on medata quality see Tier A-C requirements , more specifically Metadata Tier B and Metadata Tier C

literal

0..1

rdaGr2:dateOfDeath

(Person)

The date the Agent died.

This property is only applicable to a Person.

Europeana recommends date conforming to ISO 8601 starting with the year and with hyphens (YYYY-MM-DD).

<rdaGr2:dateOfDeath>1895</rdaGr2:dateOfDeath>

For recommendations on medata quality see Tier A-C requirements , more specifically Metadata Tier B and Metadata Tier C

literal

0..1

rdaGr2:dateOfEstablishment

(Corporate Body)

The date on which the Agent was established or founded.

his property is only applicable to a Corporate Body.

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

literal

0..1

rdaGr2:dateOfTermination

(Corporate Body)

The date on which the Agent (corporate body) was terminated or dissolved.

This property is only applicable to a Corporate Body.
Europeana recommends date conforming to ISO 8601 starting with the year and with hyphens (YYYY-MM-DD).

<rdaGr2:dateOfTermination>1895</rdaGr2:dateOfTermination>

literal

0..1

rdaGr2:gender

(Person)

The gender with which the Agent identifies.

This property is only applicable to a Person.
<rdaGr2:gender>Female</rdaGr2:gender>

literal

0..1

rdaGr2:placeOfBirth

(Person)

The town, city, province, state, and/or country in which the Agent was born.

This property is only applicable to a Person.
<rdaGr2:placeOfBirth>Lusaka, Northern Rhodesia</rdaGr2:placeOfBirth>
<rdaGr2:placeOfBirth rdf:resource="http://sws.geonames.org/909137/"/>

For recommendations on medata quality see Tier A-C requirements , more specifically Metadata Tier B and Metadata Tier C

literal or ref

0..1

rdaGr2:placeOfDeath

(Person)

The town, city, province, state, and/or country in which the Agent died.

This property is only applicable to a Person.
<rdaGr2:placeOfDeath>London, United Kingdom</rdaGr2:placeOfDeath>
<rdaGr2:placeOfDeath rdf:resource="http://sws.geonames.org/2635167/"/>

For recommendations on medata quality see Tier A-C requirements , more specifically Metadata Tier B and Metadata Tier C

literal or ref

0..1

rdaGr2:professionOrOccupation

(Person)

The profession or occupation in which the Agent works or has worked.

This property is only applicable to a Person.
<rdaGr2:professionOrOccupation>Instrument Maker</rdaGr2:professionOrOccupation>

literal or ref

0..n

owl:sameAs

Another URI that can be used to identify this Agent.
<owl:sameAs rdf:resource="http://www.identifier/sameResourceElsewhere"/>

ref

0..n