Hi Sanson,
We recommended to use « virtual ontology id » (i.e. an id that do not change across versions) when using the Annotator writing an application that do not care about a specific version. This will free you of going back to your code each time a new version is added to the Annotator backend DB and previous version removed.
The important thing is to let the Annotator know that your ontology ids are “virtual ontology id” by activating having the parameter isVirtualOntologyId=true.
Concerning the views, as far as I know the ontology views are not grabbed in the backend DB.
In order to avoid having to many annotations generated by the Annotator workflow (also used for the NCBO Resource Index) we have decided in the past to make available only the latest version of ontologies and not views, although it is technically possible. Trish and Ray will confirm if this stamen is still true today.
I am actually building a version of the Annotator using only views. I can update you on this next week if you want (I will be in Stanford for 2 weeks).
Clement
De : annotato...@googlegroups.com [mailto:annotato...@googlegroups.com] De la part de Samson Tu
Envoyé : mardi 24 avril 2012 20:45
À : annotato...@googlegroups.com
Objet : Re: [ncbo-annotator-users] Sample OBA Java client code
_______________________________________________
bioontology-support mailing list
bioontolo...@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/bioontology-support
As of now, ontology views are not processed for use with the Annotator. Can you expand on your use case for using the Annotator with Views?