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?
Thanks in advance,
Regards,
Daniel.
