Hi-

Upon importing, I am getting the term title imported as:

TermName (TermName)

I just want TermName.

Any idea why this is occuring? Using RDF.

thank,
geremy

Comments

dutchslab’s picture

Status: Active » Closed (fixed)

I've upgraded to the dev version, and this appears to be fixed, along with a lot of other warning messages / anomolies I was experiencing. Thanks,
geremy

dman’s picture

Probably some side-effect from the guesswork used at one stage where I didn't know whether the RDF resource-string-identifier, 'name' attribute or 'label' attribute would be our primary label.
It was supposed to only add the second version if it found an entry with a 'name' that was different from its 'label'. The string-matching must have been fixed at some stage. Probably just through a trim() or something.

What is the vocabulary data you are working with? I'd be interested to know how (if at all ) this is being used. It's been a one-man project for a while and I'd like some feedback.