Re: seeks input on Study Data Exchange Standards

On Wednesday, August 22, 2012 at 10:04 AM, Peter.Hendler@kp.org wrote:
> ..snip..
> You mentions something I wonder about. If you lock the ontology (for example this is a release of SNOMED and you cant add new terms), and you run the reasoner and store all the inferred triplets as RDF along with all the stated ones, then could you really do just SPARQL at that point and not need a reasoner?

Yes, you can.  In using SPARQL to query such data you can either rely on 'reasoning' at the point of evaluating the query (in which case the dataset doesn't change) or 'directly' evaluating a query over the a priori deductions from reasoning and the original stated facts.  What you are describing is the latter strategy and of course introduces issues with synchronizing these additions with a) new data or b) updates to the ontology or rules.  Each approach has its strength and weaknesses, especially when considering use with clinical data that may be serving multiple purposes.
 
-- 
Chime Ogbuji
Sent with Sparrow (http://www.sparrowmailapp.com)


 
> 
> 
> NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, you are prohibited from sharing, copying, or otherwise using or disclosing its contents. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and permanently delete this e-mail and any attachments without reading, forwarding or saving them. Thank you.
> 
> 
> 
> 
> 
> "Matthias Samwald" <matthias.samwald@meduniwien.ac.at (mailto:matthias.samwald@meduniwien.ac.at)> 
> 08/22/2012 04:05 AM 
> 
> To
> 
> <meadch@mail.nih.gov (mailto:meadch@mail.nih.gov)>, Peter Hendler/CA/KAIPERM@KAIPERM 
> 
> cc
> 
> <kerstin.l.forsberg@gmail.com (mailto:kerstin.l.forsberg@gmail.com)>, <public-semweb-lifesci@w3.org (mailto:public-semweb-lifesci@w3.org)> 
> 
> Subject
> 
> Re: seeks input on Study Data Exchange Standards
> 
> 
> 
> 
> 
> 
> 
> 
> Peter wrote: 
> > Using both SQL and subsumption you can automatically find things like this: 
> > "find all disorders that are a kind of adverse drug reaction where drug is a subtype of antibiotic and was given for a kind of gram negative bacterial infection of the digestive system". 
> 
> Simple subsumption such as that can be inferred by basic, RDFS-type reasoning. I don't see any potential problems caused by OWL's open world assumption here (please point them out if there are any). 
> Indeed, the open-world assumption of OWL can make creating expressive ontologies and using reasoners tricky. However, I do not see why the same should be true for using RDF, basic RDFS subsumptions and SPARQL. Could you provide some examples? 
> 
> If we wanted to use more expressive ontologies with "intensional" entities (i.e., defined classes) in the overall system, we could simply run a reasoner and materialize the inferred statements for each ontology before it is 'shipped' for use by other systems. These other systems could then use simple RDF(S) and SPARQL (and maybe SPARQL rules), without the performance issues and potential unexpected consequences of open-world reasoning with expressive OWL ontologies. Specifying if and how exactly each specific node should be reasoned upon sounds so complex that I cannot imagine it working in any practical setting. 
> 
> Best, 
> Matthias 
> 
> 

Received on Wednesday, 22 August 2012 14:15:20 UTC