source: trunk/src/xml/rdf/rdf_core_psis.xtm

Last change on this file was 328, checked in by lgiessmann, 14 years ago

fixed ticket #75 --> changed license terms from LGPL to LLGPL in the trunk tree

File size: 1.8 KB
Line 
1<?xml version="1.0"?>
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<topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
15
16  <topic id="subject">
17    <subjectIdentifier href="http://isidorus/rdf2tm_mapping/subject"/>
18    <name>
19      <value>subject</value>
20    </name>
21  </topic>
22
23  <topic id="object">
24    <subjectIdentifier href="http://isidorus/rdf2tm_mapping/object"/>
25    <name>
26      <value>object</value>
27    </name>
28  </topic>
29
30  <topic id="supertype-subtype">
31    <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype-subtype"/>
32    <name>
33      <value>supertype-subtype</value>
34    </name>
35  </topic>
36
37  <topic id="superclass">
38    <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype"/>
39    <name>
40      <value>supertype</value>
41    </name>
42  </topic>
43
44  <topic id="subtype">
45    <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/subtype"/>
46    <name>
47      <value>subtype</value>
48    </name>
49  </topic>
50
51</topicMap>
Note: See TracBrowser for help on using the repository browser.