duncdrum / cbdb-data

China Biographical Database (CBDB) data for use with exist-db.
GNU General Public License v3.0
6 stars 0 forks source link

change teiHeader #43

Closed duncdrum closed 7 years ago

duncdrum commented 7 years ago

so that all the created-by and modified-by ppl are pointing to actual persName elements

duncdrum commented 7 years ago

The list generated by the following query cannot be resolved via the source tables or via CBDB's homepage:

let $list := 
    distinct-values((data(collection(concat($global:target, '/listPerson'))//note[@type = "created"]/@target), 
        data(collection(concat($global:target, '/listPerson'))//note[@type = "modified"]/@target)))

for $n in $list
order by $n
return $n

so we need a different approach