On 04/12/14 16:40, Daniel Hernández wrote:
Hi,I'm trying to load a small TriG file into Fuseki (see the code below) via the web interface but only the triple (:s,:p,:o) in the default graph is loaded. @prefix : <http://example.degu.cl/> . {:s :p :o} :g1 { :a :p1 _:b . } :g2 { _:b :p2 :b . } Why triples in :g1 and :g2 are not loaded?
In Fuseki1, the UI only support graph upload and not dataset, Loading as a graph, only the default graph is considered. Fixed in Fuseki2 - as in totally rewritten and redesigned. Development snapshots: http://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-fuseki/2.0.0-beta-1-SNAPSHOT/ Andy
Thanks in advance, Regards, Daniel.
