From kde-commits Mon Jul 20 18:19:14 2009 From: Evgeny Egorochkin Date: Mon, 20 Jul 2009 18:19:14 +0000 To: kde-commits Subject: kdesupport/strigi/src/streamanalyzer Message-Id: <1248113954.078757.24233.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124811396805822 SVN commit 1000038 by evgeny: Fix for core properties to reflect recent NIE fixes. M +2 -2 fieldtypes.cpp --- trunk/kdesupport/strigi/src/streamanalyzer/fieldtypes.cpp #1000037:1000038 @@ -47,7 +47,7 @@ const string FieldRegister::stringType = "string"; const string FieldRegister::datetimeType = "datetime"; -const string FieldRegister::pathFieldName = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileUrl"; +const string FieldRegister::pathFieldName = "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url"; const string FieldRegister::parentLocationFieldName = "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf"; const string FieldRegister::encodingFieldName = "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#characterSet"; const string FieldRegister::mimetypeFieldName = "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#mimeType"; @@ -55,7 +55,7 @@ const string FieldRegister::contentFieldName = "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#plainTextContent"; const string FieldRegister::extensionFieldName = "http://freedesktop.org/standards/xesam/1.0/core#fileExtension"; const string FieldRegister::embeddepthFieldName = "http://strigi.sf.net/ontologies/0.9#depth"; -const string FieldRegister::mtimeFieldName = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileLastModified"; +const string FieldRegister::mtimeFieldName = "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#lastModified"; const string FieldRegister::sizeFieldName = "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#contentSize"; const string FieldRegister::typeFieldName = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type";