Hi, is there any news regarding this issue? Is there a way to add more complex annotations to a workflow, e.g. a http://purl.org/DP/components#MigrationPath to migration components for digital preservation?
Cheers, Markus Am 2013-10-07 13:40, schrieb Markus Plangg: > Hi, > > I think I misunderstood how the local annotations are added to the > worklfow. I've added them as anonymous node including the Annotation > type (i.e. the the predicate of the annotation). The annotation was > not added to the dropdown as a selection. > I entered: > > <> #migrates > [ a <#MigrationPath> ; > <#sourceMimetype> "image/tiff" ; > <#targetMimetype> "image/tiff" > ] . > > When the correct way seems to be: > > <#tiff2tiff> a <#MigrationPath> ; > <#sourceMimetype> "image/tiff" ; > <#targetMimetype> "image/tiff" . > > Since the local annotations are stored in localWorld.ttl in the > Taverna workbench data folder and are only referenced in the workflow, > what happens when you publish the component on myExperiment? Is there > a way to have the whole RDF of the annotation inside the workflow? > > Cheers, > Markus > > > On 10/07/2013 12:44 PM, Alan R Williams wrote: >> On 07/10/2013 10:58, Markus Plangg wrote: >>> Hi, >> Hello >> >>> if an annotation is predefined in the ontology, clicking "Add >>> Annotation" opens the dialog with this annotation selected in the >>> dropdown field. Alternatively the user can select "Add local" or "Add >>> external". However when entering the RDF via "Add local", the >>> predefined >>> annotation from the ontology is still selected in the dropdown box and >>> this has precedence over the manually entered annotation. This makes it >>> impossible to manually enter an annotation if a predefined >>> annotation is >>> present in the ontology. >> Does the newly entered object appear in the dropdown box? I think the >> bug may be that a new object is not pre-selected. >> >> We may need a screenshare so I can understand exactly what you mean. >> >>> I'm using Taverna 2.4.1-20120529 and Component Taverna plugin 1.0.5. >>> >>> Cheers, >>> Markus >> Alan >> >> ------------------------------------------------------------------------------ >> >> October Webinars: Code for Performance >> Free Intel webinars can help you accelerate application performance. >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the >> most from >> the latest Intel processors and coprocessors. See abstracts and >> register > >> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk >> >> _______________________________________________ >> taverna-hackers mailing list >> [email protected] >> Web site: http://www.taverna.org.uk >> Mailing lists: http://www.taverna.org.uk/about/contact-us/ >> Developers Guide: http://www.taverna.org.uk/developers/ > ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/ Developers Guide: http://www.taverna.org.uk/developers/
