source: trunk/src/unit_tests/t100.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: 4.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  <!-- main topic "t100" -->
17  <topic id="t100">
18    <subjectIdentifier href="http://psi.egovpt.org/standard/ISO+19115%3A+Geographic+Information+-+Metadata"/>
19    <instanceOf><topicRef href="#t3a"/></instanceOf>
20    <name><value>ISO 19115</value></name>
21    <name>
22      <scope>
23        <topicRef href="#t50a"/><!-- long name -->
24      </scope>
25      <value>ISO 19115:2003 Geographic Information - Metadata</value>
26    </name>
27    <occurrence>
28      <type><topicRef href="#t51"/></type>
29      <resourceRef href="#t52"/>
30    </occurrence>
31    <occurrence>
32      <type><topicRef href="#t53"/></type>
33      <resourceData
34          datatype="http://www.w3.org/2001/XMLSchema#string">The ISO 19115 standard ...</resourceData>
35    </occurrence>
36    <occurrence>
37      <type><topicRef href="#t54"/></type>
38      <resourceData datatype="http://www.w3.org/2001/XMLSchema#date">2003-01-01</resourceData>
39    </occurrence>
40    <occurrence>
41      <type><topicRef href="#t55"/></type>
42      <resourceRef href="http://www.editeur.org/standards/ISO19115.pdf"/>
43    </occurrence>
44  </topic>
45
46  <!-- instanceof/topicRef of "t100" -->
47  <topic id="t3a">
48    <subjectIdentifier href="http://psi.egovpt.org/types/semanticstandard"/>
49    <instanceOf><topicRef href="#t3"/></instanceOf>
50    <name><value>Semantic Standard</value></name>
51  </topic>
52
53  <!-- instanceof/topicRef of "t3a" -->
54  <topic id="t3">
55    <subjectIdentifier href="http://psi.egovpt.org/types/standard"/>
56    <instanceOf><topicRef href="#t1"/></instanceOf>
57    <name><value>Standard</value></name>
58  </topic>
59
60  <!-- instanceof/topicRef of "t3" -->
61  <topic id="t1">
62    <subjectIdentifier href="http://www.networkedplanet.com/psi/npcl/meta-types/topic-type"/>
63    <name><value>Topic Type</value></name>
64  </topic>
65
66  <!-- scope/topicRef of "t100" -->
67  <topic id="t50a">
68    <subjectIdentifier href="http://psi.egovpt.org/types/long-name"/>
69    <instanceOf><topicRef href="#t6"/></instanceOf>
70    <name><value>long version of a name</value></name>
71  </topic>
72
73  <!-- instanceof/topicRef of "t50a", "t51", "t53" -->
74  <topic id="t6">
75    <subjectIdentifier href="http://www.networkedplanet.com/psi/npcl/meta-types/occurrence-type"/>
76    <instanceOf><topicRef href="#t1"/></instanceOf>
77    <name><value>Occurrence Type</value></name>
78  </topic>
79
80  <!-- occurence/type/topicRef of "t100" -->
81  <topic id="t51">
82    <subjectIdentifier href="http://psi.egovpt.org/types/standardHasStatus"/>
83    <instanceOf><topicRef href="#t6"/></instanceOf>
84    <name><value>Standard has a given status</value></name>
85  </topic>
86
87  <!-- ocurrence/resourceRef of "t100" -->
88  <topic id="t52">
89    <subjectIdentifier href="http://psi.egovpt.org/status/InternationalStandard"/>
90    <instanceOf><topicRef href="#t50"/></instanceOf>
91    <name><value>International Standard</value></name>
92  </topic>
93
94  <!-- instanceof/topicRef of "t52" -->
95  <topic id="t50">
96    <subjectIdentifier href="http://psi.egovpt.org/types/topicInTaxonomy"/>
97    <instanceOf><topicRef href="#t1"/></instanceOf>
98    <name><value>Topic used in this rudimentary taxonomy</value></name>
99  </topic>
100
101  <!-- occurrence/type/topicRef of "t100" -->
102  <topic id="t53">
103    <subjectIdentifier href="http://psi.egovpt.org/types/description"/>
104    <instanceOf><topicRef href="#t6"/></instanceOf>
105    <name><value>Topic has a given description</value></name>
106  </topic>
107
108  <!-- occurrence/type/topicRef of "t100" -->
109  <topic id="t54">
110    <subjectIdentifier href="http://psi.egovpt.org/types/standardValidFromDate"/>
111    <instanceOf><topicRef href="#t6"/></instanceOf>
112    <name><value>Standard is valid from a given date</value></name>
113  </topic>
114
115  <!-- occurrence/type/topicRef of "t100" -->
116  <topic id="t55">
117    <subjectIdentifier href="http://psi.egovpt.org/types/links"/>
118    <instanceOf><topicRef href="#t6"/></instanceOf>
119    <name><value>Links pertinent to this URL</value></name>
120  </topic>
121</topicMap>
Note: See TracBrowser for help on using the repository browser.