[conduit/tracker] Teach TM about the new implicit modified property
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [conduit/tracker] Teach TM about the new implicit modified property
- Date: Mon, 15 Jun 2009 09:38:05 -0400 (EDT)
commit 193db2faa6a0a2d4b8b2aa2e6aec7b53eb340864
Author: John Carr <john carr unrouted co uk>
Date: Mon Jun 15 13:11:27 2009 +0100
Teach TM about the new implicit modified property
conduit/modules/TrackerModule/tralchemy/core.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/conduit/modules/TrackerModule/tralchemy/core.py b/conduit/modules/TrackerModule/tralchemy/core.py
index cfb472f..cbca3fd 100644
--- a/conduit/modules/TrackerModule/tralchemy/core.py
+++ b/conduit/modules/TrackerModule/tralchemy/core.py
@@ -142,6 +142,7 @@ class Property(Resource, property):
Resource.comment = Property("rdfs:comment")
Resource.label = Property("rdfs:label")
Resource.type = Property("rdf:type")
+Resource.modified = Property("tracker:modified")
Property.domain = Property("rdfs:domain")
Property.subpropertyof = Property("rdfs:subPropertyOf")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]