<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topicMap SYSTEM "xtm1.dtd"> <topicMap id="bizwords" xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- The InterOperabillity Topic Map This file (bizwords.xtm) contains a sample - fictional - B2B vocabulary (Bizwords!). 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.bizwords.com#CustomerName"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#bizwords"/> </scope> <baseNameString>CustomerName</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http://www.bizwords.com/definitions#CustomerName"/> </occurrence> </topic> <topic id="adress"> <instanceOf> <topicRef xlink:href="itm.xtm#item"/> </instanceOf> <subjectIdentity> <resourceRef xlink:href="http://www.bizwords.com#CustomerAdress"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#bizwords"/> </scope> <baseNameString>CustomerAdress</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http://www.bizwords.com/definitions#CustomerAdress"/> </occurrence> </topic> <topic id="amount"> <instanceOf> <topicRef xlink:href="itm.xtm#item"/> </instanceOf> <subjectIdentity> <resourceRef xlink:href="http://www.bizwords.com#TotalAmount"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#bizwords"/> </scope> <baseNameString>TotalAmount</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http://www.bizwords.com/definitions#TotalAmount"/> </occurrence> </topic> <topic id="invoice"> <instanceOf> <topicRef xlink:href="itm.xtm#document"/> </instanceOf> <subjectIdentity> <resourceRef xlink:href="http://www.bizwords.com#Invoice"/> </subjectIdentity> <baseName> <scope> <topicRef xlink:href="context.xtm#bizwords"/> </scope> <baseNameString>Invoice</baseNameString> </baseName> <occurrence> <instanceOf> <topicRef xlink:href="itm.xtm#definition"/> </instanceOf> <resourceRef xlink:href="http://www.bizwords.com/definitions#Invoice"/> </occurrence> </topic> <topic id="bizwords_invoice_composition"> <instanceOf> <topicRef xlink:href="itm.xtm#composition"/> </instanceOf> <baseName> <scope> <topicRef xlink:href="context.xtm#bizwords"/> </scope> <baseNameString>Invoice composition</baseNameString> </baseName> </topic> <association> <instanceOf> <topicRef xlink:href="#bizwords_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#optional-item"/> </roleSpec> <topicRef xlink:href="#adress"/> </member> <member> <roleSpec> <topicRef xlink:href="itm.xtm#required-item"/> </roleSpec> <topicRef xlink:href="#amount"/> </member> </association> </topicMap>