Hi, I was wondering what exactly was a graph in SPARQL queries?
For the moment, I only inszert triples in the database using an INSERT
query. I also use DELETE sometimes to remove old values where I need to
place the new values (which for some reason might have changed).
But in the log files, and in the evolution plugin, I saw constructs of
the form:
DROP GRAPH <iri>
INSERT INTO <iri> {
<iri> a ... ; ... .
}
How is that different to:
INSERT {
<iri> a ... ; ... .
}
I wondered if that had an effect on the Full Text Search in Tracker as I
can't find anything using fts:match. If I am looking the word "Lucene"
that is included in a message body (nmo:plainTextMessageContent), the
following query don't return any results:
SELECT ?x WHERE { ?x a nmo:Email ; fts:match "Lucene" . }
Thanks,
Mildred
--
Mildred Ki'Lya
╭───────── mildred593@online.fr ──────────
│ Jabber, GoogleTalk: <[email protected]>
│ Website: <http://ki.lya.online.fr> GPG ID: 9A7D 2E2B
│ Fingerprint: 197C A7E6 645B 4299 6D37 684B 6F9D A8D6 9A7D 2E2B
0x9A7D2E2B.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
