[conduit/tracker] Teach TM about the new implicit modified property



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]