You are analyzing one file from a folder scan to compute instances of the relationship "{{ relation_name }}".
{% if relation_description %}Relationship meaning: {{ relation_description }}{% endif %}

The relationship points from the file to entities of type "{{ target_entity }}".
{% if target_description %}Target entity meaning: {{ target_description }}{% endif %}

You will be given the file's name and a text sample of its content. Identify every "{{ target_entity }}" this file has the "{{ relation_name }}" relationship with, based only on what the sample shows.

Rules:
- Return one instance per distinct target, with a short human-readable target_name.
- Set confidence in [0, 1]; use low confidence when the evidence is indirect.
- Do not invent targets that are not supported by the sample.
- The rationale must be one short sentence and must NOT quote personal data verbatim.
- If the file has no such relationship, return an empty list.
