comparison src/main/resources/own-value.cfg.xml @ 201:fa99ee693125

fix study_event label generation.
author casties
date Mon, 28 Jan 2019 13:08:21 +0100
parents 135b29621a32
children 38c13c8e9b78
comparison
equal deleted inserted replaced
200:95c18711c0be 201:fa99ee693125
125 125
126 126
127 <own-value-rule id="eventStudy_repository"> 127 <own-value-rule id="eventStudy_repository">
128 <source-relation name="was_studied_in" substring="false"> 128 <source-relation name="was_studied_in" substring="false">
129 <target object-class="REPOSITORY"> 129 <target object-class="REPOSITORY">
130 <attribute name="name" end-node="true"/>
131 </target>
132 </source-relation>
133 </own-value-rule>
134
135 <own-value-rule id="eventStudy_place">
136 <source-relation name="was_studied_in" substring="false">
137 <target object-class="PLACE">
130 <attribute name="name" end-node="true"/> 138 <attribute name="name" end-node="true"/>
131 </target> 139 </target>
132 </source-relation> 140 </source-relation>
133 </own-value-rule> 141 </own-value-rule>
134 142
322 <formatstr value="%collection0%"/> 330 <formatstr value="%collection0%"/>
323 <entry own-value-rule="collection0"/> 331 <entry own-value-rule="collection0"/>
324 </print-rule> 332 </print-rule>
325 333
326 <print-rule for="STUDY_EVENT"> 334 <print-rule for="STUDY_EVENT">
327 <formatstr value="Study of %eventStudy_witness% by %eventStudy_person% in %eventStudy_repository%"/> 335 <formatstr value="Study of %eventStudy_witness% by %eventStudy_person% in %eventStudy_place%"/>
328 <entry own-value-rule="eventStudy_witness"/> 336 <entry own-value-rule="eventStudy_witness"/>
329 <entry own-value-rule="eventStudy_person"/> 337 <entry own-value-rule="eventStudy_person"/>
330 <entry own-value-rule="eventStudy_repository"/> 338 <entry own-value-rule="eventStudy_place"/>
331 </print-rule> 339 </print-rule>
332 340
333 <print-rule for="COPY_EVENT"> 341 <print-rule for="COPY_EVENT">
334 <formatstr value="Copy of %eventCopy_witness%"/> 342 <formatstr value="Copy of %eventCopy_witness%"/>
335 <entry own-value-rule="eventCopy_witness"/> 343 <entry own-value-rule="eventCopy_witness"/>