source: SRUCQIBridge/src/main/webapp/WEB-INF/resource-info.xml @ 2760

Last change on this file since 2760 was 2760, checked in by akislev, 11 years ago

updated to sru-server 1.5.0
hopefully one-off bug is fixed

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3    This file is similar to the resource info from the CLARIN FCS specification.
4
5    However, here the root element must be <ResourceCollection>, which is a
6    collection of <ResourceInfo> elements.
7-->
8<ResourceCollection xmlns="http://clarin.eu/fcs/1.0/resource-info">
9    <ResourceInfo pid="http://hdl.handle.net/11858/00-1778-0000-0001-DDAF-D">
10        <Title xml:lang="de">TÃŒbaDDC</Title>
11        <Title xml:lang="en">TuebaDDC</Title>
12        <Description xml:lang="de">
13            TÃŒbingen Baumbank des Deutschen - Diachrones Corpus.
14        </Description>
15        <Description xml:lang="en">
16            TÃŒbingen Treebank of Written German - Diachronic Corpus
17        </Description>
18        <LandingPageURI>http://www.sfs.uni-tuebingen.de/corpora.shtml</LandingPageURI>
19        <Languages>
20            <Language>deu</Language>
21        </Languages>
22        <!-- here you could put a nested <ResourceCollection> -->
23    </ResourceInfo>
24    <!-- here, you could have more (top-level) <ResourceInfo> elements -->
25</ResourceCollection>
Note: See TracBrowser for help on using the repository browser.