1 / 25

XML Topic Maps

Referentin: Martina Hänsel. XML Topic Maps. Überblick. Topic Maps Allgemein Ein Beispiel Elementerklärung XTM Visualisierung.

Download Presentation

XML Topic Maps

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Referentin: Martina Hänsel XML Topic Maps

  2. Überblick • Topic Maps Allgemein • Ein Beispiel • Elementerklärung • XTM Visualisierung

  3. “The Web is probably the richest information repository in human history, but most of it Information is passive an unstructured.“ [Alexander Chislenko 1997]

  4. 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

  5. XTM Ziele • Unterstützung einer Vielzahl von Anwendungen • Kompatibilität zu bereits existierenden Standards • Leicht implementierbar • Konforme Dokumente lassen sich leicht erstellen

  6. Hauptbestandteile • Topic names • Topic occurences • Roles played by the topic in relationship with other topics (associations)

  7. 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>

  8. 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>

  9. 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>

  10. 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>

  11. Ein Beispiel <topic id="action"> <instanceOf> <topicRef xlink:href="#filmlexikon"/> </instanceOf> <baseName> <baseNameString>Action</baseNameString> </baseName> </topic>

  12. 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>

  13. 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>

  14. 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"/>

  15. 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"/>

  16. 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"/>

  17. 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>

  18. Vollständiger Code

  19. XTM Visualisierung Und wie bekomme ich so etwas dargestellt???....

  20. XTM Visualisierung Noch eine weitere tolle Möglichkeit…

More Related