forked from D-Net/dnet-hadoop
xquery
This commit is contained in:
parent
c6af36496a
commit
c15d997925
|
@ -0,0 +1,5 @@
|
|||
for $x in collection(' /db/DRIVER/VocabularyDSResources/VocabularyDSResourceType')
|
||||
let $vocid := $x//VOCABULARY_NAME/@code
|
||||
let $vocname := $x//VOCABULARY_NAME/text()
|
||||
for $term in ($x//TERM)
|
||||
return concat($vocid,' @=@ ',$vocname,' @=@ ',$term/@code,' @=@ ',$term/@english_name)
|
Loading…
Reference in New Issue