Hello Virtuoso Developers, Would it be possible for Virtuoso to support asserting triples which are indicated by a Statement ?
I.e., consider the following fragment: :foo rdf:label "Foo". :spam a rdf:Statement; rdf:subject :foo; rdf:predicate dc:title; rdf:object "The Foo". and sparql similiar to: describe <myns:foo> Shouldn't it give the result similiar to: :foo rdf:label "Foo"; dc:title "The Foo". Regards Rajeev J Sebastian