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

Reply via email to