@"utf-8" #VERSION "1.3" /* Example topic map for the TM2TM web service. */ #PREFIX wp @"http://en.wikipedia.org/wiki/" #PREFIX op @"http://psi.ontopedia.net/" #PREFIX hp %"http://www.tomwaits.com/" /* topic types, assoc types etc */ [person = "Person"] [homepage = "Homepage"] [webpage = "webpage"] [op:composed_by = "composed by"] [op:Composer = "Composer"] [op:Work_of_art = "work"] [married = "married"] [husband = "husband"] [wife = "wife"] /* content */ [wp:Tom_Waits: person = "Tom Waits"] {wp:Tom_Waits, homepage, "http://www.tomwaits.com/"} [wp:Kathleen_Brennan: person = "Kathleen Brennan"] married(wp:Tom_Waits: husband, wp:Kathleen_Brennan: wife) [wp:Mule_Variations = "Mule Variations"] op:composed_by(wp:Mule_Variations: op:Work_of_art, wp:Tom_Waits: op:Composer) /* Just to have a topic with a subject locator. */ [hp:songs: webpage = "Tom Waits - Songs"]