[OTDev] validation search functions with model

Martin Guetlein martin.guetlein at googlemail.com
Wed Aug 24 14:53:31 CEST 2011


On Wed, Aug 24, 2011 at 2:46 PM, Christoph Helma <helma at in-silico.ch> wrote:

> On Wed, 24 Aug 2011 15:32:15 +0300, Nina Jeliazkova <
> jeliazkova.nina at gmail.com> wrote:
> Non-text part: multipart/alternative
> > > - Store association between models, validations and reports at the
> > >  Ontology service
> > >
> >
> >
> > OK, to summarise, the most straightforward solution so far is to store
> the
> > validation and reports manually into the ontology service.
> > If validations and reports have RDF property pointing to a model URI,
>  one
> > can create SPARQL query to retrieve validations and reports , given a
> model
> > URI.
> >
> > Will this work?
>
> @Martin: Can you check the validation/report RDF (or modify it
> accordingly)?
>

Hi Nina, Christoph,

the reports do have RDF support, see example:

$ curl
http://opentox.informatik.uni-freiburg.de/validation/report/validation/3 -H
"Accept:application/rdf+xml"
[..]
  <rdf:Description rdf:about="
http://opentox.informatik.uni-freiburg.de/validation/report/validation/3">
    <ot:model rdf:resource="
http://opentox.informatik.uni-freiburg.de/model/1"/>
  </rdf:Description>
[..]
  <rdf:Description rdf:about="
http://opentox.informatik.uni-freiburg.de/validation/report/validation/3">
    <ot:validation rdf:resource="
http://opentox.informatik.uni-freiburg.de/validation/1"/>
  </rdf:Description>
[..]

This is not yet documented in the opentox.owl, though.

Martin

However


>
> Best regards,
> Christoph
>



-- 
Dipl-Inf. Martin Gütlein
Phone:
+49 (0)761 203 7633 (office)
+49 (0)177 623 9499 (mobile)
Email:
guetlein at informatik.uni-freiburg.de



More information about the Development mailing list