From: Eric Prud'h. <er...@w3...> - 2010-03-29 19:23:04
|
* Helen Chen <ch...@uw...> [2010-03-29 13:59-0400] > Team, > > It seems the newly released SPARQL.exe is not equivalent with former SWObject.exe. > > For the COI demo, we used to get SPARQL (sdtm.rq) to SPARQL (hl7) transformation using the mapping rule (hl7-sdtm.rq) file. But now I only get a "select" title, no the SPARQL statement generated by SWObject.exe before. > > D:\aca\coi\bin>SPARQL -p ../kb/sdtm.rq ../kb/hl7-sdtm.rq > > > +----------+------+------+--------+------------+ > > > | ?patient | ?dob | ?sex | ?takes | ?indicDate | > > > +----------+------+------+--------+------------+ you're right, that shouldn't be there with the -p. Try using --pipe instead (the long forms of options are more stable while i'm searching for the optimal command line interface). adding --quiet suppresses that empty result set. i'll fix --pipe to do it in a few hours. SPARQL --pipe --quiet ../tests/healthCare/simple/sdtm.rq ../tests/healthCare/simple/hl7-sdtm.rq > Is there a document that explain how SPARQL.exe works? > > Helen > > > > Helen Chen, PhD > Agfa Healthcare Scientist-in-Residence > Health Studies & Gerontology > Faculty of Applied Health Science > University of Waterloo, Ontario, Canada, N2L 3G1 > O: 519 888 4567 X 32131 > F: 519 888 4343 > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > SWObjects-devel mailing list > SWO...@li... > https://lists.sourceforge.net/lists/listinfo/swobjects-devel -- -ericP |