source: SMC/trunk/SMC/src/smc_config.xml @ 6836

Last change on this file since 6836 was 6836, checked in by matej.durco@oeaw.ac.at, 9 years ago

updated link to sources

File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Termsets>
3        <item>
4           <type>cmd</type> 
5      <key>cmd-profiles</key> 
6      <name>ComponentRegistry profiles</name>
7<!--       <url>file:/C:/Users/m/3/clarin/_repo/SMC/data_mdrepo/cmd-profiles-raw.xml</url>-->
8      <url>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/</url> 
9           <url_prefix>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/</url_prefix>
10           <!-- <xsl:param name="cmdprofiles_uri" select="'http://localhost:8080/MDService2/compprofile/'" /> -->         
11      <format>cmd</format> 
12   </item>
13   <item>
14      <type>cmd</type> 
15      <key>used-profiles</key> 
16      <name>Profiles used in instance data (mdrepo)</name>
17<!--      <url>file:/C:/Users/m/3/clarin/_repo/SMC/data_mdrepo/used-profiles.xml</url>       -->
18<!--      http://localhost:8680/exist/apps/cr-xq/mdrepo/fcs-->
19      <url>http://clarin.oeaw.ac.at/mdrepo/fcs?operation=scan&amp;scanClause=cmd.profile&amp;x-context=&amp;x-format=xml&amp;maximumTerms=0&amp;sort=size&amp;x-mode=</url>
20      <url_prefix>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/</url_prefix>
21      <!-- <xsl:param name="cmdprofiles_uri" select="'http://localhost:8080/MDService2/compprofile/'" /> -->       
22      <format>cmd</format> 
23   </item>
24   <item>
25      <type>cmd</type> 
26      <key>cmd-components</key> 
27      <name>ComponentRegistry components</name>       
28      <url>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/</url> 
29      <url_prefix>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/</url_prefix>
30<!--      <xsl:param name="components_uri" select="'http://localhost:8080/MDService2/comp/'" />-->
31      <format>cmd</format> 
32   </item>
33   <item>
34      <type>dcr</type> 
35      <key>isocat</key> 
36      <name>ISOcat</name> 
37<!--           <url>http://www.isocat.org/rest/profile/5.dcif</url> -->
38<!--     <url>http://www.isocat.org/rest/profile/5.rdf</url> -->
39<!--      <url>file:/C:/Users/m/3lingua/clarin/CMDI/DCR-RR/isocat_profile_5_dcif.xml</url>-->
40<!--       <url>file:/C:/Users/m/3lingua/clarin/CMDI/SMC/cache/isocat_profile5.rdf.xml</url> -->
41             <url>file:/C:/Users/m/3/clarin/_repo/SMC/data/5.dcif</url>
42     
43
44<!--      www.isocat.org/rest/info/languages.xml-->
45      <url_prefix>http://www.isocat.org/datcat/</url_prefix> 
46<!--      <url_prefix>http://www.isocat.org/rest/dc/</url_prefix>-->
47      <format>dcif</format> 
48   </item>
49   <item>
50      <!-- no "standard" type, because this is for special handling of isocat -->
51      <type>dcrx</type>
52      <key>isocat-languages</key> 
53      <name>ISOcat Languages</name>
54      <url>http://www.isocat.org/rest/info/languages.xml</url>     
55      <url_prefix></url_prefix> 
56      <format>rdf</format> 
57   </item>
58   <!--
59      temporarily disabled
60      because suddenly unclear how to get to the rdf version of the set
61      (link now points to dc-terms) --> 
62      <item>
63      <type>dcr</type> 
64      <key>dce</key> 
65      <name>dublincore elements</name>
66      <url>file:/C:/Users/m/3/clarin/SMC/cache/dcelements.rdf</url>       
67<!--      <url>http://purl.org/dc/elements/1.1/</url> -->
68      <url_prefix>http://purl.org/dc/elements/1.1/</url_prefix> 
69      <format>rdf</format> 
70   </item>-->
71   <item>
72      <type>dcr</type> 
73      <key>dct</key> 
74      <name>dublincore terms</name> 
75      <url>http://dublincore.org/2010/10/11/dcterms.rdf</url> 
76      <url_prefix>http://purl.org/dc/terms/</url_prefix> 
77      <format>rdf</format> 
78   </item>
79   <item>
80      <type>rr</type> 
81      <key>rr-cmdi</key> 
82      <name>Relation Registry CMDI-set</name> 
83      <url>https://lux17.mpi.nl/relcat/rest/set/cmdi</url>
84<!--      <url>file:/C:/Users/m/3lingua/clarin/CMDI/_repo2/SMC/data/cmdi.rdf</url>      -->
85      <url_prefix>null</url_prefix> 
86      <format>rdf</format> 
87   </item>
88   <item>
89      <type>rr</type> 
90      <key>rr-dc</key> 
91      <name>Relation Registry CMDI-set</name> 
92      <url>https://lux17.mpi.nl/relcat/rest/set/dc</url>
93      <url_prefix>null</url_prefix> 
94      <format>rdf</format> 
95   </item>
96</Termsets>
Note: See TracBrowser for help on using the repository browser.