Open kerstarno opened 1 year ago
In terms of conversion, the current encoding
<relations>
<resourceRelation resourceRelationType="creatorOf (or "subjectOf" or "other")" href="link (resource)">
<relationEntry>relation entry 1 (resource)</relationEntry>
<relationEntry>relation entry 2 (resource)</relationEntry>
<descriptiveNote>
[...]
</descriptiveNote>
<date></date> or <dateRange>[...]</dateRange> or <dateSet>[...]</dateSet>
<objectBinWrap>
<objectXMLWrap>[...]</objectXMLWrap>
<placeEntry>place entry 1 (resource)</placeEntry>
<placeEntry>place entry 2 (resource)</placeEntry>
</resourceRelation>
<eagRelation eagRelationType="hierarchical-child (or "hierarchical-parent" or "temporal-earlier" or "temporal-later" or
"associative")" href="link (eag)">
<relationEntry>relation entry 1 (eag)</relationEntry>
<relationEntry>relation entry 2 (eag)</relationEntry>
<descriptiveNote>
[...]
</descriptiveNote>
<date></date> or <dateRange>[...]</dateRange> or <dateSet>[...]</dateSet>
</eagRelation>
would become
<relations>
<relation>
<targetEntity targetType="resource" valueURI="link (resource)">
<part>relation entry 1 (resource)</part>
<part>relation entry 2 (resource)</part>
</targetEntity>
<date></date> or <dateRange>[...]</dateRange> or <dateSet>[...]</dateSet>
<place>
<placeName>place entry 1 (resource)</placeName>
</place>
<place>
<placeName>place entry 2 (resource)</placeName>
</place>
<relationType valueURI="https://www.ica.org/standards/RiC/ontology#isCreatorOf (or
"https://www.ica.org/standards/RiC/ontology#isOrWasSubjectOf" or
"https://www.ica.org/standards/RiC/ontology#isRelatedTo")">is creator of (RiC-R027i) OR is or was subject of (RiC-R019i)
OR is related to (RiC-R001)</relationType>
<descriptiveNote>
[...]
</descriptiveNote>
<objectXMLWrap>[...]</objectXMLWrap>
[<objectBinWrap removed without replacement]
</relation>
<relation>
<targetEntity targetType="corporateBody" valueURI="link (eag)">
<part>relation entry 1 (eag)</part>
<part>relation entry 2 (eag)</part>
</targetEntity>
<date></date> or <dateRange>[...]</dateRange> or <dateSet>[...]</dateSet>
<relationType valueURI="https://www.ica.org/standards/RiC/ontology#hasChild (or
"https://www.ica.org/standards/RiC/ontology#isChildOf" or
"https://www.ica.org/standards/RiC/ontology#hasAncestor" or
"https://www.ica.org/standards/RiC/ontology#hasDescendant" or
"https://www.ica.org/standards/RiC/ontology#isAgentAssociatedWithAgent")">has child (RiC-R018) OR is child of (RiC-
R018i) OR has ancestor (RiC-R017i) OR has descendant (RiC-R017) OR is agent associated with agent (RiC-R044)
</relationType>
<descriptiveNote>
[...]
</descriptiveNote>
</relation>
</relations>
Provide a general summary of the issue in the Title above. Delete the part of the issue template that does not apply depending on whether you describe a change to an existing element / attribute or the addition of a new one.
Creator of issue
State your name, organisation and ways to reach you. Name: Kerstin Arnold Organisation: Archives Portal Europe Foundation, Working Group on Standards Email: standards@archivesportaleurope.net GitHub username (if applicable): @kerstarno
Changes to existing element / attribute
Give the current name of the element / attribute. Include the tag name and the full name.
<relations>
is to be moved from being a direct sub-element of<eag>
to being a sub-element of<repository>
and<repositories>
(optional, not repeatable in both cases).<relations>
is to be adapted to its definition as introduced by EAC-CPF 2.0Change in context
List all parent elements to which the element / attribute should be added. Furthermore, list all parent elements from which the element / attribute should be removed.
Remove from
Parent element(s):
<eag>
Add to
Parent element(s):
<repository>
(0..1),<repositories>
(0..1)Change in content model (elements)
List all sub-elements and attributes that should be removed from or added to the element's content model.
Remove
Sub-element(s):
<resourceRelation>
,<eagRelation>
Attributes (with default values, if applicable): n/aAdd
Sub-element(s):
<relation>
(1..n),<descriptiveNote>
(0..1) Attributes (with default values, if applicable): base (0); audience with values "external" and "internal" (0), id (0), languageOfElement (0), scriptOfElement (0), target (0); conventionDeclarationReference (0), maintenanceEventReference (0), sourceReference (0)Example of XML code
Provide a sample encoding in XML of the new / changed element (with potential attributes). Write your text after the "Example:" below. Example: