Last change
on this file was
330,
checked in by lgiessmann, 14 years ago
|
fixed ticket #64 --> reifier of the TopicMap?-element for xtm 1.0; added a corresponding unit-test; this problem was solved for the xtm 2.0 importer in revision 329
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- ======================================================================= --> |
---|
3 | <!-- Isidorus --> |
---|
4 | <!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> |
---|
5 | <!-- --> |
---|
6 | <!-- Isidorus is freely distributable under the LLGPL license. --> |
---|
7 | <!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> |
---|
8 | <!-- both are distributed under the MIT license. --> |
---|
9 | <!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> |
---|
10 | <!-- trunk/docs/LGPL-LICENSE.txt and in --> |
---|
11 | <!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> |
---|
12 | <!-- ======================================================================= --> |
---|
13 | |
---|
14 | <tm:topicMap version="2.0" xmlns:tm="http://www.topicmaps.org/xtm/"> |
---|
15 | <tm:itemIdentity href="http://some.where/poems_light_tm_ii_1"/> |
---|
16 | |
---|
17 | <tm:topic id="author"> |
---|
18 | <tm:subjectIdentifier href="http://some.where/types/Author"/> |
---|
19 | </tm:topic> |
---|
20 | |
---|
21 | <tm:topic id="schiller"> |
---|
22 | <tm:subjectIdentifier href="http://some.where/author/Schiller"/> |
---|
23 | <tm:instanceOf><tm:topicRef href="#author"/></tm:instanceOf> |
---|
24 | </tm:topic> |
---|
25 | </tm:topicMap> |
---|
Note: See
TracBrowser
for help on using the repository browser.