Hello,

I am running following query on Virtuoso isql.

    SPARQL
    CONSTRUCT
    {
     ?infectee ?getInfectedBy ?infector
    }

    FROM <http://ndssl.bi.vt.edu/chicago/>

    WHERE
    {
      ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <
http://ndssl.bi.vt.edu/chicago/vocab/dendrogram>.
      ?s <http://ndssl.bi.vt.edu/chicago/vocab/dendrogram_infectee_pid>
?infectee.
      ?s <http://ndssl.bi.vt.edu/chicago/vocab/dendrogram_infector_pid>
?infector.
      ?s <http://ndssl.bi.vt.edu/chicago/vocab/dendrogram_iteration>
'0'^^xsd:decimal.
      BIND (iri('http://ndssl.bi.vt.edu/chicago/vocab/getInfectedBy') as
?getInfectedBy)
     };

I want to dump result in "N-Triples" format. How can I do it in isql?

Thank you.

Regards,
S.M.Shamimul Hasan
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to