wiki-archive/twiki/data/UBIF/AgentRoleEnum.txt,v

183 lines
7.1 KiB
Plaintext

head 1.6;
access;
symbols;
locks; strict;
comment @# @;
1.6
date 2007.03.06.17.30.00; author TWikiGuest; state Exp;
branches;
next 1.5;
1.5
date 2006.05.10.08.57.51; author GregorHagedorn; state Exp;
branches;
next 1.4;
1.4
date 2005.03.21.22.33.56; author JenniferForman; state Exp;
branches;
next 1.3;
1.3
date 2004.09.12.10.38.00; author GregorHagedorn; state Exp;
branches;
next 1.2;
1.2
date 2004.08.25.10.53.00; author GregorHagedorn; state Exp;
branches;
next 1.1;
1.1
date 2004.07.19.17.26.37; author GregorHagedorn; state Exp;
branches;
next ;
desc
@none
@
1.6
log
@Added topic name via script
@
text
@---+!! %TOPIC%
%META:TOPICINFO{author="GregorHagedorn" date="1147251471" format="1.1" version="1.5"}%
%META:TOPICPARENT{name="EnumeratedValues"}%
Provides codes for roles like author, editor, photographer, advisor, or copyright holder. This type is implemented as a union of all <nop>AgentRole* enumerations. It is provided for programming convenience and not currently used in schema. The roles and their codes used here are based on http://www.loc.gov/marc.relators/ (as of 2004/6 available at http://dublincore.org/usage/meetings/2004/03/Relator-codes.html). For example, the enumerated code "aut" for author corresponds to http://www.loc.gov/marc.relators/aut. The <nop>DublinCore Agents group is considering using the same codes (see e. g. http://www.loc.gov/marc/dc/Agent-roles.html), but as of 2004/6 the <nop>DublinCore Agents subgroup did not yet agree on a Creator/Contributor refinement as qualified <nop>DublinCore. Note that the roles selected here are a subset of the MARC roles.
The following role subsets are defined:
* <nop>AgentCreatorRoleEnum: Enumeration of roles supported for creator agents.
* <nop>AgentContributorRoleEnum: Enumeration of supported roles for contributor agents.
* <nop>AgentOwnerRoleEnum: Enumeration of supported roles for owner/copyright agents.
* (An additional intermediate <nop>AgentCreatorContribRoleEnum is defined as the union of creator and contributor roles (<nop>AgentCreatorRoleEnum and <nop>AgentContributorRoleEnum), for types where this distinction is not intended, but owner roles (<nop>AgentOwnerRoleEnum) shall be excluded.)
Enumeration of supported roles for owner/copyright agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
---
See [[http://wiki.cs.umb.edu/twiki/pub/UBIF/EnumeratedValues/UBIF-Docu-Enumerations.html#AgentRoleEnum][UBIF enumeration info]] for a tabular overview of values.
-- [[Main.GregorHagedorn][Gregor Hagedorn]] - 19 Jul 2004
---
Without changing the enumeration lists and semantics, a technical problem with Xerxes was resolved in newer versions of UBIF, see AgentRoleEnumXerces262Problem. -- [[Main.GregorHagedorn][Gregor Hagedorn]] - 12 Sept 2004
@
1.5
log
@none
@
text
@d1 2
@
1.4
log
@none
@
text
@d1 2
a2 2
%META:TOPICINFO{author="JenniferForman" date="1111444436" format="1.0" version="1.4"}%
%META:TOPICPARENT{name="EnumerationTypes"}%
d6 3
a8 3
* <nop>AgentCreatorRoleEnum: Enumeration of roles supported for creator agents.
* <nop>AgentContributorRoleEnum: Enumeration of supported roles for contributor agents.
* <nop>AgentOwnerRoleEnum: Enumeration of supported roles for owner/copyright agents.
d10 1
a10 1
* (An additional intermediate <nop>AgentCreatorContribRoleEnum is defined as the union of creator and contributor roles (<nop>AgentCreatorRoleEnum and <nop>AgentContributorRoleEnum), for types where this distinction is not intended, but owner roles (<nop>AgentOwnerRoleEnum) shall be excluded.)
d16 1
a16 1
See [[http://wiki.cs.umb.edu/twiki/pub/UBIF/EnumerationTypes/UBIF-Docu-Enumerations.html#AgentRoleEnum][UBIF enumeration info]] for a tabular overview of values.
a22 1
@
1.3
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="GregorHagedorn" date="1094985480" format="1.0" version="1.3"}%
d3 21
a23 20
Provides codes for roles like author, editor, photographer, advisor, or copyright holder. This type is implemented as a union of all <nop>AgentRole* enumerations. It is provided for programming convenience and not currently used in schema. The roles and their codes used here are based on http://www.loc.gov/marc.relators/ (as of 2004/6 available at http://dublincore.org/usage/meetings/2004/03/Relator-codes.html). For example, the enumerated code "aut" for author corresponds to http://www.loc.gov/marc.relators/aut. The <nop>DublinCore Agents group is considering using the same codes (see e. g. http://www.loc.gov/marc/dc/Agent-roles.html), but as of 2004/6 the <nop>DublinCore Agents subgroup did not yet agree on a Creator/Contributor refinement as qualified <nop>DublinCore. Note that the roles selected here are a subset of the MARC roles.
The following role subsets are defined:
* <nop>AgentCreatorRoleEnum: Enumeration of roles supported for creator agents.
* <nop>AgentContributorRoleEnum: Enumeration of supported roles for contributor agents.
* <nop>AgentOwnerRoleEnum: Enumeration of supported roles for owner/copyright agents.
* (An additional intermediate <nop>AgentCreatorContribRoleEnum is defined as the union of creator and contributor roles (<nop>AgentCreatorRoleEnum and <nop>AgentContributorRoleEnum), for types where this distinction is not intended, but owner roles (<nop>AgentOwnerRoleEnum) shall be excluded.)
Enumeration of supported roles for owner/copyright agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
---
See [[http://efgblade.cs.umb.edu/twiki/pub/UBIF/EnumerationTypes/UBIF-Docu-Enumerations.html#AgentRoleEnum][UBIF enumeration info]] for a tabular overview of values.
-- [[Main.GregorHagedorn][Gregor Hagedorn]] - 19 Jul 2004
---
Without changing the enumeration lists and semantics, a technical problem with Xerxes was resolved in newer versions of UBIF, see AgentRoleEnumXerces262Problem. -- [[Main.GregorHagedorn][Gregor Hagedorn]] - 12 Sept 2004
@
1.2
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="GregorHagedorn" date="1093431180" format="1.0" version="1.2"}%
d6 7
a12 3
* <nop>AgentCreatorRoleEnum: Enumeration of roles supported for creator agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
* <nop>AgentContributorRoleEnum: Enumeration of supported roles for contributor agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
* <nop>AgentOwnerRoleEnum: Enumeration of supported roles for owner/copyright agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
d19 1
a19 1
-- Main.GregorHagedorn - 19 Jul 2004
d21 2
@
1.1
log
@none
@
text
@d1 2
a2 2
%META:TOPICINFO{author="GregorHagedorn" date="1090257997" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="EnumerationsTypes"}%
d6 3
a8 3
* AgentCreatorRoleEnum: Enumeration of roles supported for creator agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
* AgentContributorRoleEnum: Enumeration of supported roles for contributor agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
* AgentOwnerRoleEnum: Enumeration of supported roles for owner/copyright agents. See <nop>AgentRoleEnum for information about the MARC relator codes.
d12 3
d16 1
a16 2
---
@