for $item at $i in doc("/Users/julie/Documents/projet_encadre/BAO3/corpus_titre_description-3246.udpipe.xml")//p/item where $item/a[4] = 'NOUN' and $item/following-sibling::item[1]/a[4] = 'CCONJ' and $item/following-sibling::item[2]/a[4] = 'ADJ' let $patron := string-join(($item/a[2], $item/following-sibling::item[1]/a[2], $item/following-sibling::item[2]/a[2])," ") return $patron