Person or Institution #312
Johann von HÖFEN
| Johann von Höfen (Jan Hartowski, Ioannes Varschoviensis, Ioannes de Curiis) (†after 1547-09-01), probably a first cousin of Dantiscus, student of Valentinus Rawensis; in 1537 studied in Cracow; since 1545, upon Dantiscus' recommendation, in the service of Cracow bishop Samuel Maciejowski (SKOLIMOWSKA 2000) |
| __ select letters.*,
max(letter_d_nadania.end) as data_nadania,
min(replace(o_p.sorting_form, " UNKNOWN", "ZZZZZUNK")) as first_addressee, min(letter_publications.number)as ceid_number,
(select min(ls.idd) from letter_sources as ls where ls.idl=letters.id and ls.`primary`="1") as primary_source
from letters
left join letter_publications on letter_publications.idl=letters.id
left join letter_from_date_interval as letter_d_nadania on letter_d_nadania.idl=letters.id
left join text_person as letter_t on letter_t.text_id=letters.id
left join objects_persons as o_p on letter_t.person=o_p.id
where 1 and letters.id in ("1613", "2100", "7222", "5667", "3223", "3323", "3343") and letter_t.text_type="letter" and letter_t.role="2"
group by letters.id
order by data_nadania , first_addressee, ceid_number
__ QUERY ERROR! Got error 28 from storage engine Correspondence between Dantiscus and Johann von HÖFEN Results found: 0 preserved: 0 + lost: 0 QUERY ERROR! Got error 28 from storage engine |