d="http://www.w3.org/2000/10/XMLSchema#<http://www.w3.org/2000/10/XMLSchema>"
xmlns:owl="http://www.w3.org/2002/07/owl#<http://www.w3.org/2002/07/owl>"
xmlns:bif="bif:"
xmlns:dc="http://purl.org/dc/elements/1.1/";
"jdbc:virtuoso://
localhost:", "dba", "dba");
Is this right, i found no other way to load a model from the store?
if i'm calling m.write(System.out, "RDF/XML-ABBREV")now the output is:
http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:j.0=
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
xmlns:virtrdf="http://www.openlinksw.com/schemas/virtrdf#";
xmlns:rdfdf="http://www.openlinksw.com/virtrdf-data-formats#";>
Test User
User
Test
The FOAF NS Prefix is missing.
Regards
Till
HI Till,
Can you provide some sample code to demonstrate this issue, as we
have test in-house and method is supported ?
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com
Hi
i'm trying to add an additional NS Prefix to a Jena Model:
model.setNsPrefix("foaf", FOAF.NS) but it seems it's not working. When i'm
checking the Prefix Map of the model the added prefix is not in there. The
Model is created via VirtModel.createDatabaseModel(_modelName, this.v_url,
this.v_