From: <rv...@us...> - 2011-08-25 14:40:25
|
Revision: 947 http://treebase.svn.sourceforge.net/treebase/?rev=947&view=rev Author: rvos Date: 2011-08-25 14:40:19 +0000 (Thu, 25 Aug 2011) Log Message: ----------- Actually, the skos:historyNote should probably be attached to the taxa, not the study Modified Paths: -------------- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlOTUConverter.java Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlOTUConverter.java =================================================================== --- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlOTUConverter.java 2011-08-25 14:39:44 UTC (rev 946) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlOTUConverter.java 2011-08-25 14:40:19 UTC (rev 947) @@ -50,7 +50,7 @@ // attach base uri and skos:historyNote xmlOTUs.setBaseURI(mTaxonBaseURI); - getDocument().addAnnotationValue("skos:historyNote", Constants.SKOSURI, "Mapped from TreeBASE schema using NexmlOTUConverter $Rev$"); + xmlOTUs.addAnnotationValue("skos:historyNote", Constants.SKOSURI, "Mapped from TreeBASE schema using NexmlOTUConverter $Rev$"); xmlOTUs.setLabel(taxonLabelSet.getTitle()); attachTreeBaseID(xmlOTUs,taxonLabelSet,TaxonLabelSet.class); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |