| Author | Topic |
Posts: 97
Registered: November 2006
|
|
Re: question about CVTerms
|
17 Sep '09 11:59

|
 |
|
Hello Stefan, All,
On Thu, Sep 17, 2009 at 2:03 PM, shoops <shoops@vbi.vt.edu> wrote:
> Oliver Ruebenacker <curoli@gmail.com> wrote:
> Your example differs from the SBML example. You use 2 different
> predicates:
> ex:hasChild and ex:hasChildren
OK, then use the same.
> therfore it does not apply since in SBML we use just bqbiol:isVersionOf
> which means that
>
> <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>
>
> is from the content view equivalent to:
>
> <bqbiol:isVersionOf rdf:resource="http://some.uri.thing.1"/>
> <bqbiol:isVersionOf rdf:resource="http://some.uri.thing.2"/>
> <bqbiol:isVersionOf rdf:resource="http://some.uri.thing.3"/>
> <bqbiol:isVersionOf rdf:resource="http://some.uri.thing.4"/>
>
> If you do not belive me try the raptor library implemented by Dave
> Beckett, who is and expert in this field, to generate the triplets and
> write them out in a compact versus verbose format.
I believe the RDF specification [1].
You can choose between the two representations, you can consider
them equivalent, but they do not generate the same statements. I tried
with Jena time ago, and the result looks different.
What do you mean by compact versus verbose? Are you claiming that
the same RDF data can be represented by different sets of statements?
Or that the same statements are sometimes a bag and sometimes not? Or
what exactly are you claiming?
Take care
Oliver
[1] http://www.w3.org/TR/REC-rdf-syntax/
--
Oliver Ruebenacker, Computational Cell Biologist
BioPAX Integration at Virtual Cell (http://vcell.org/biopax)
Center for Cell Analysis and Modeling
http://www.oliver.curiousworld.org
____________________________________________________________
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
|
|
|