source: branches/new-datamodel/src/unit_tests/t100.xtm

Last change on this file was 26, checked in by lgiessmann, 16 years ago

added a license header to all files where the isidorus license is mentioned and referenced, in the ajax file there is also a reference to the MIT-license; an edit/create template for fragments is implemented in the ajax module, but it\'s really terrible and not really useable - this should be only the initial idea of realizing such a functionality\!

File size: 4.5 KB
Line 
1<?xml version="1.0"?>
2<!-- ======================================================================= -->
3<!--  Isidorus                                                               -->
4<!--  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann          -->
5<!--                                                                         -->
6<!--  Isidorus is freely distributable under the LGPL license.               -->
7<!--  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.    -->
8<!-- ======================================================================= -->
9
10
11<topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
12
13  <!-- main topic "t100" -->
14  <topic id="t100">
15    <subjectIdentifier href="http://psi.egovpt.org/standard/ISO+19115%3A+Geographic+Information+-+Metadata"/>
16    <instanceOf><topicRef href="#t3a"/></instanceOf>
17    <name><value>ISO 19115</value></name>
18    <name>
19      <scope>
20        <topicRef href="#t50a"/><!-- long name -->
21      </scope>
22      <value>ISO 19115:2003 Geographic Information - Metadata</value>
23    </name>
24    <occurrence>
25      <type><topicRef href="#t51"/></type>
26      <resourceRef href="#t52"/>
27    </occurrence>
28    <occurrence>
29      <type><topicRef href="#t53"/></type>
30      <resourceData
31          datatype="http://www.w3.org/2001/XMLSchema#string">The ISO 19115 standard ...</resourceData>
32    </occurrence>
33    <occurrence>
34      <type><topicRef href="#t54"/></type>
35      <resourceData datatype="http://www.w3.org/2001/XMLSchema#date">2003-01-01</resourceData>
36    </occurrence>
37    <occurrence>
38      <type><topicRef href="#t55"/></type>
39      <resourceRef href="http://www.editeur.org/standards/ISO19115.pdf"/>
40    </occurrence>
41  </topic>
42
43  <!-- instanceof/topicRef of "t100" -->
44  <topic id="t3a">
45    <subjectIdentifier href="http://psi.egovpt.org/types/semanticstandard"/>
46    <instanceOf><topicRef href="#t3"/></instanceOf>
47    <name><value>Semantic Standard</value></name>
48  </topic>
49
50  <!-- instanceof/topicRef of "t3a" -->
51  <topic id="t3">
52    <subjectIdentifier href="http://psi.egovpt.org/types/standard"/>
53    <instanceOf><topicRef href="#t1"/></instanceOf>
54    <name><value>Standard</value></name>
55  </topic>
56
57  <!-- instanceof/topicRef of "t3" -->
58  <topic id="t1">
59    <subjectIdentifier href="http://www.networkedplanet.com/psi/npcl/meta-types/topic-type"/>
60    <name><value>Topic Type</value></name>
61  </topic>
62
63  <!-- scope/topicRef of "t100" -->
64  <topic id="t50a">
65    <subjectIdentifier href="http://psi.egovpt.org/types/long-name"/>
66    <instanceOf><topicRef href="#t6"/></instanceOf>
67    <name><value>long version of a name</value></name>
68  </topic>
69
70  <!-- instanceof/topicRef of "t50a", "t51", "t53" -->
71  <topic id="t6">
72    <subjectIdentifier href="http://www.networkedplanet.com/psi/npcl/meta-types/occurrence-type"/>
73    <instanceOf><topicRef href="#t1"/></instanceOf>
74    <name><value>Occurrence Type</value></name>
75  </topic>
76
77  <!-- occurence/type/topicRef of "t100" -->
78  <topic id="t51">
79    <subjectIdentifier href="http://psi.egovpt.org/types/standardHasStatus"/>
80    <instanceOf><topicRef href="#t6"/></instanceOf>
81    <name><value>Standard has a given status</value></name>
82  </topic>
83
84  <!-- ocurrence/resourceRef of "t100" -->
85  <topic id="t52">
86    <subjectIdentifier href="http://psi.egovpt.org/status/InternationalStandard"/>
87    <instanceOf><topicRef href="#t50"/></instanceOf>
88    <name><value>International Standard</value></name>
89  </topic>
90
91  <!-- instanceof/topicRef of "t52" -->
92  <topic id="t50">
93    <subjectIdentifier href="http://psi.egovpt.org/types/topicInTaxonomy"/>
94    <instanceOf><topicRef href="#t1"/></instanceOf>
95    <name><value>Topic used in this rudimentary taxonomy</value></name>
96  </topic>
97
98  <!-- occurrence/type/topicRef of "t100" -->
99  <topic id="t53">
100    <subjectIdentifier href="http://psi.egovpt.org/types/description"/>
101    <instanceOf><topicRef href="#t6"/></instanceOf>
102    <name><value>Topic has a given description</value></name>
103  </topic>
104
105  <!-- occurrence/type/topicRef of "t100" -->
106  <topic id="t54">
107    <subjectIdentifier href="http://psi.egovpt.org/types/standardValidFromDate"/>
108    <instanceOf><topicRef href="#t6"/></instanceOf>
109    <name><value>Standard is valid from a given date</value></name>
110  </topic>
111
112  <!-- occurrence/type/topicRef of "t100" -->
113  <topic id="t55">
114    <subjectIdentifier href="http://psi.egovpt.org/types/links"/>
115    <instanceOf><topicRef href="#t6"/></instanceOf>
116    <name><value>Links pertinent to this URL</value></name>
117  </topic>
118</topicMap>
Note: See TracBrowser for help on using the repository browser.