dnet-core/dnet-data-services/src/main/resources/eu/dnetlib/enabling/datasources/templates/browseRepoApis.xquery.st

5 lines
231 B
Smalltalk
Raw Normal View History

2019-10-02 17:32:21 +02:00
let \$list := collection('/db/DRIVER/RepositoryServiceResources/RepositoryServiceResourceType')//INTERFACE/$xpath$
for \$x in distinct-values(\$list)
where string-length(\$x) > 0
return concat(\$x, ' @-@-@ ', count(\$list[.=\$x]))