comparison src/main/resources/own-value.cfg.xml @ 213:38c13c8e9b78

change transfer event from witness to codex.
author casties
date Tue, 03 Dec 2019 19:08:31 +0100
parents fa99ee693125
children
comparison
equal deleted inserted replaced
212:310f512f66af 213:38c13c8e9b78
97 <source-relation name="is_exemplar_of" substring="false"> 97 <source-relation name="is_exemplar_of" substring="false">
98 <target object-class="TEXT"> 98 <target object-class="TEXT">
99 <attribute name="full_title_translit" end-node="true"/> 99 <attribute name="full_title_translit" end-node="true"/>
100 </target> 100 </target>
101 </source-relation> 101 </source-relation>
102 </target>
103 </source-relation>
104 </own-value-rule>
105
106 <own-value-rule id="eventTransfer_codex_collection">
107 <source-relation name="is_a_transfer_of" substring="false">
108 <target object-class="CODEX">
109 <source-relation name="is_part_of" substring="false">
110 <target object-class="COLLECTION">
111 <attribute name="name" end-node="true"/>
112 </target>
113 </source-relation>
114 </target>
115 </source-relation>
116 </own-value-rule>
117
118 <own-value-rule id="eventTransfer_codex_id">
119 <source-relation name="is_a_transfer_of" substring="false">
120 <target object-class="CODEX">
121 <attribute name="identifier" end-node="true"/>
102 </target> 122 </target>
103 </source-relation> 123 </source-relation>
104 </own-value-rule> 124 </own-value-rule>
105 125
106 <own-value-rule id="eventStudy_witness"> 126 <own-value-rule id="eventStudy_witness">
342 <formatstr value="Copy of %eventCopy_witness%"/> 362 <formatstr value="Copy of %eventCopy_witness%"/>
343 <entry own-value-rule="eventCopy_witness"/> 363 <entry own-value-rule="eventCopy_witness"/>
344 </print-rule> 364 </print-rule>
345 365
346 <print-rule for="TRANSFER_EVENT"> 366 <print-rule for="TRANSFER_EVENT">
347 <formatstr value="Transfer of %eventTransfer_witness%"/> 367 <formatstr value="Transfer of %eventTransfer_codex_collection%_%eventTransfer_codex_id%"/>
348 <entry own-value-rule="eventTransfer_witness"/> 368 <entry own-value-rule="eventTransfer_codex_collection"/>
369 <entry own-value-rule="eventTransfer_codex_id"/>
349 </print-rule> 370 </print-rule>
350 371
351 <print-rule for="MISATTRIBUTION"> 372 <print-rule for="MISATTRIBUTION">
352 <formatstr value="%misattr_01% to %misattr_02%"/> 373 <formatstr value="%misattr_01% to %misattr_02%"/>
353 <entry own-value-rule="misattr_01"/> 374 <entry own-value-rule="misattr_01"/>