HI Julien,

I see you reposted this question on the jena mailing list this I assume the 
problem occurs with the Jena storage engine also and is thus most likely in the 
Jena layer and Virtuoso ?

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 11 Jul 2014, at 14:48, Julien Plu <julien....@redaction-developpez.com> 
wrote:

> Sorry a little mistake in the code :
> 
> Model md = VirtModel.openDatabaseModel("http://example.com";, URL, USER, PASS);
>         
> RDFDataMgr.read(md, Files.newInputStream(Paths.
> get("data.nq")), Lang.NQUADS);
> 
> 
> 
> 2014-07-11 15:47 GMT+02:00 Julien Plu <julien....@redaction-developpez.com>:
> Hi,
> 
> I'm trying to load a N-Quad file into Virtuoso but with the "virtjena" 
> wrapper. What I'm doing is as simple as this :
> 
> Model md = VirtModel.openDatabaseModel("http://example.com";, URL, USER, PASS);
>         
> RDFDataMgr.read(md, Files.newInputStream(Paths.get(PrivacyDeployment.FILE)), 
> Lang.NQUADS);
> 
> But when I do this query inside the isql command prompt :
> 
> SPARQL SELECT * FROM <http://example.com> WHERE {?s ?p ?o};
> 
> Nothing is provided to me, 0 rows.
> 
> Do-I something badly ?
> 
> Best.
> 
> Julien.
> 
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft_______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to