Skip to content

Instantly share code, notes, and snippets.

@vai2fc
Last active April 7, 2017 21:10
Show Gist options
  • Save vai2fc/cf62615a4f15a4cf78c1968afccdac5c to your computer and use it in GitHub Desktop.
Save vai2fc/cf62615a4f15a4cf78c1968afccdac5c to your computer and use it in GitHub Desktop.
xquery version "3.0";
declare namespace tei = "http://www.tei-c.org/ns/1.0";
let $classes := collection('/db/bmtn-data/transcriptions')//tei:classCode[#scheme='CCS']
return distinct-values($classes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment