]> arthur.barton.de Git - netatalk.git/commitdiff
Spotlight: add SPAQRL mapping for kMDItemLastUsedDate
authorRalph Boehme <rb@sernet.de>
Thu, 1 May 2014 15:05:12 +0000 (17:05 +0200)
committerRalph Boehme <rb@sernet.de>
Thu, 1 May 2014 15:05:12 +0000 (17:05 +0200)
Signed-off-by: Ralph Boehme <rb@sernet.de>
etc/spotlight/slmod_sparql_map.c

index 49296d799bfd1cb17119fe46708df928ba4c3b4c..c2c7312f96ef25fdd8f781e536b745372b548d29 100644 (file)
@@ -38,6 +38,7 @@ struct spotlight_sparql_map spotlight_sparql_map[] = {
     {"kMDItemContentCreationDate",      ssmt_date,  "nie:contentCreated"},
     {"kMDItemContentModificationDate",  ssmt_date,  "nfo:fileLastModified"},
     {"kMDItemAttributeChangeDate",      ssmt_date,  "nfo:fileLastModified"},
+    {"kMDItemLastUsedDate",             ssmt_date,  "nfo:fileLastAccessed"},
     {"kMDItemAuthors",                  ssmt_str,   "dc:creator"},
     {"kMDItemCopyright",                ssmt_str,   "nie:copyright"},
     {"kMDItemCountry",                  ssmt_str,   "nco:country"},