Selecting only the most specific values in some cases (e.g. for rdf:type) made it necessary to extend the value mapping table to map also sub-class values. This extension is not yet correct:
see xlsx on extending_value_mappings
handle overlapping of mappings (what happens if e.g. both types of an instance are mapped?
consider hierarchy - avoid more general value mappings override more specific ones (hint: use Data query "getDirectlyRelatedResources" + introduce recursion)
Selecting only the most specific values in some cases (e.g. for rdf:type) made it necessary to extend the value mapping table to map also sub-class values. This extension is not yet correct: