From: Conal T. <Con...@vu...> - 2004-09-28 04:37:00
|
Kal wrote: > It definitely has to be a <subjectIndicatorRef> element. The=20 > <topicRef> > element won't add the subjectIndicator property to your topic.=20 >=20 > My advice would be to make it absolutely explicit in your=20 > input pipeline > that you are creating subject indicators and make full URIs: >=20 > <topic id=3D"foo"> > <subjectIdentity> > <subjectIndicatorRef > = xlink:href=3D"http://nztec.org/tm/harvest/xtm/nztec-ontology.xtm#foo"/> > </subjectIdentity> > </topic> >=20 > It may seem like a bit of overkill, but its the most robust way to > ensure that what you mean is what is read by the XTM parser ! Cheers Kal. That's worked beautifully. Now I can save and reload my TM = and still merge with it. In fact I can specify the base locator when harvesting, so I just = needed: <topic id=3D"foo"> <subjectIdentity> <subjectIndicatorRef xlink:href=3D"#foo"/> </subjectIdentity> </topic> Con |