250 likes | 411 Views
Referentin: Martina Hänsel. XML Topic Maps. Überblick. Topic Maps Allgemein Ein Beispiel Elementerklärung XTM Visualisierung.
E N D
Referentin: Martina Hänsel XML Topic Maps
Überblick • Topic Maps Allgemein • Ein Beispiel • Elementerklärung • XTM Visualisierung
“The Web is probably the richest information repository in human history, but most of it Information is passive an unstructured.“ [Alexander Chislenko 1997]
Topic Maps Allgemein • Idee eines Lexikon oder Glossar • Erleichtern die Suche und Navigation innerhalb des Webs • Verknüpfen Wissensstrukturen und Informationsressourcen miteinander • Basiert auf ISO/IEC 13250 Standard • XTM = XML Topic Maps
XTM Ziele • Unterstützung einer Vielzahl von Anwendungen • Kompatibilität zu bereits existierenden Standards • Leicht implementierbar • Konforme Dokumente lassen sich leicht erstellen
Hauptbestandteile • Topic names • Topic occurences • Roles played by the topic in relationship with other topics (associations)
Ein Beispiel <?xml version="1.0" encoding="ISO-8859-1"?> <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> </topicMap>
Ein Beispiel <?xml version="1.0" encoding="ISO-8859-1"?> <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <topic id="filmlexikon"> <baseName> <baseNameString>Filmlexikon</baseNameString> </baseName> </topic> </topicMap>
Ein Beispiel <?xml version="1.0" encoding="ISO-8859-1"?> <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <topic id="filmlexikon"> <baseName> <baseNameString>Filmlexikon</baseNameString> </baseName> </topic> </topicMap>
Ein Beispiel <?xml version="1.0" encoding="ISO-8859-1"?> <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <topic id="filmlexikon"> <baseName> <baseNameString>Filmlexikon</baseNameString> </baseName> </topic> </topicMap>
Ein Beispiel <topic id="action"> <instanceOf> <topicRef xlink:href="#filmlexikon"/> </instanceOf> <baseName> <baseNameString>Action</baseNameString> </baseName> </topic>
Ein Beispiel <topic id="harrisonford"> <instanceOf> <topicRef xlink:href="#indianajones"/> </instanceOf> <baseName> <baseNameString>Harrison Ford</baseNameString> </baseName> <occurrence> <resourceRef xlink:href="harrison.gif"/> <subjectIdentity> <resourceRef xlink:href="http://de.wikipedia.org/wiki/Harrison_Ford"/> </subjectIdentity> </occurrence> </topic>
Ein Beispiel <topic id="harrisonford"> <instanceOf> <topicRef xlink:href="#indianajones"/> </instanceOf> <baseName> <baseNameString>Harrison Ford</baseNameString> </baseName> <occurrence> <resourceRef xlink:href="harrison.gif"/> <subjectIdentity> <resourceRef xlink:href="http://de.wikipedia.org/wiki/Harrison_Ford"/> </subjectIdentity> </occurrence> </topic>
Ein Beispiel <association id="indianajones"> <InstanceOf> <topicRef xlink:href="#stevenspielberg"/> </InstanceOf> <member> <roleSpec> <topicRef xlink:href="#actor"/> </roleSpec> <topicRef xlink:href="#harrisonford"/> <topicRef xlink:href="#shialebeouf"/> </member> </association> <topic id="actor"/>
Ein Beispiel <association id="indianajones"> <InstanceOf> <topicRef xlink:href="#stevenspielberg"/> </InstanceOf> <member> <roleSpec> <topicRef xlink:href="#actor"/> </roleSpec> <topicRef xlink:href="#harrisonford"/> <topicRef xlink:href="#shialebeouf"/> </member> </association> <topic id="actor"/> <topic id="shialebeouf"/>
Ein Beispiel <association id="indianajones"> <InstanceOf> <topicRef xlink:href="#stevenspielberg"/> </InstanceOf> <member> <roleSpec> <topicRef xlink:href="#actor"/> </roleSpec> <topicRef xlink:href="#harrisonford"/> <topicRef xlink:href="#shialebeouf"/> </member> </association> <topic id="actor"/> <topic id="shialebeouf"/>
Ein Beispiel <topic id=“ml“> <baseName> <scope> <topicRef xlink:href=“#paris“/> </scope <baseNameString>Moulin Rouge</baseNameString> </baseName> <baseName> <scope> <topicRef xlink:href=“#film“/> </scope <baseNameString>Moulin Rouge!</baseNameString> </baseName> </topic>
XTM Visualisierung Und wie bekomme ich so etwas dargestellt???....
XTM Visualisierung Noch eine weitere tolle Möglichkeit…