| Author | Topic |
Posts: 170
Registered: December 2006
|
|
Re: question about CVTerms
|
17 Sep '09 05:31

|
 |
|
Hello Sarah,
On Thu, 17 Sep 2009 10:09:11 +0100
Sarah Keating <skeating@caltech.edu> wrote:
> Hi Allyson
>
> When you add a CVTerm libSBML tries to be clever and if there is a
> annotation of that type already it will add the resource. So you are
> getting
>
> <bqbiol:isVersionOf>
> <rdf:bag>
> <rdf:li rdf:resource="http://some.uri.thing.1"/>
> <rdf:li rdf:resource="http://some.uri.thing.2"/>
> <rdf:li rdf:resource="http://some.uri.thing.3"/>
> <rdf:li rdf:resource="http://some.uri.thing.4"/>
> </rdf:bag>
> </bqbiol:isVersionOf>
>
> which is 1 CVTerm with 4 resources :-)
>
Actually :(
because from the standpoint from RDF we have for triplets:
subject: ???, predicate: bqbiol:isVersionOf, resource: ...1
subject: ???, predicate: bqbiol:isVersionOf, resource: ...2
subject: ???, predicate: bqbiol:isVersionOf, resource: ...3
subject: ???, predicate: bqbiol:isVersionOf, resource: ...4
Therfore I would expect the count of stements to be 4. The tags bag and
li are just used for convenience/human readability. They do not change
the datamodel.
Thanks,
Stefan
--
Stefan Hoops, Ph.D.
Senior Project Associate
Virginia Bioinformatics Institute - 0477
Virginia Tech
Bioinformatics Facility II
Blacksburg, Va 24061, USA
Phone: (540) 231-1799
Fax: (540) 231-2606
Email: shoops@vbi.vt.edu
____________________________________________________________
To manage your sbml-interoperability list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-interoperability
For a web interface to the sbml-interoperability mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the sbml-interoperability list,
contact sbml-team@caltech.edu
|
|
|