<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topicMap SYSTEM "xtm1.dtd"> <topicMap id="gbl" xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- The InterOperabillity Topic Map This file (gbl.xtm) contains a sample - fictional - B2B vocabulary (Galactic Business Language). This is not a translation of the actual vocabulary, it is just a set of topics which refer to business documents and items in those business documents. Similar files could be made for real B2B vocabularies such as xCBL or Rosettanet. Author: Marc de Graauw, marc@marcdegraauw.com Copyright Marc de Graauw 2002 --> <mergeMap xlink:href="itm.xtm"/> <mergeMap xlink:href="context.xtm"/> <topic id="name"> <instanceOf> <topicRef xlink:href="itm.xtm#item"/> </instanceOf> <subjectIdentity> <resourceRef xlink:href="http:\\www.gbl.com#company_name"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#gbl"/> </scope> <baseNameString>Company Name</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http:\\www.gbl.com\definitions#company_name"/> </occurrence> </topic> <topic id="adress"> <instanceOf> <topicRef xlink:href="itm.xtm#item"/> </instanceOf> <subjectIdentity> <resourceRef xlink:href="http:\\www.gbl.com#company_adress"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#gbl"/> </scope> <baseNameString>Company Adress</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http:\\www.gbl.com\definitions#company_adress"/> </occurrence> </topic> <topic id="amount"> <instanceOf> <topicRef xlink:href="itm.xtm#item"/> </instanceOf> <subjectIdentity> <resourceRef xlink:href="http:\\www.gbl.com#amount_due"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#gbl"/> </scope> <baseNameString>Amount Due</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http:\\www.gbl.com\definitions#amount_due"/> </occurrence> </topic> <topic id="invoice"> <instanceOf> <topicRef xlink:href="itm.xtm#document"/> </instanceOf> <subjectIdentity> <resourceRef xlink:href="http:\\www.gbl.com#domestic_invoice"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#gbl"/> </scope> <baseNameString>Domestic Invoice</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http:\\www.gbl.com\definitions#domestic_invoice"/> </occurrence> </topic> <topic id="gbl_invoice_composition"> <instanceOf> <topicRef xlink:href="itm.xtm#composition"/> </instanceOf> <baseName> <scope> <topicRef xlink:href="context.xtm#gbl"/> </scope> <baseNameString>Domestic Invoice composition</baseNameString> </baseName> </topic> <association> <instanceOf> <topicRef xlink:href="#gbl_invoice_composition"/> </instanceOf> <member> <roleSpec> <topicRef xlink:href="itm.xtm#containing-document"/> </roleSpec> <topicRef xlink:href="#invoice"/> </member> <member> <roleSpec> <topicRef xlink:href="itm.xtm#required-item"/> </roleSpec> <topicRef xlink:href="#name"/> </member> <member> <roleSpec> <topicRef xlink:href="itm.xtm#required-item"/> </roleSpec> <topicRef xlink:href="#adress"/> </member> <member> <roleSpec> <topicRef xlink:href="itm.xtm#required-item"/> </roleSpec> <topicRef xlink:href="#amount"/> </member> </association> </topicMap>