From 811be8f77f021b4662899e253a9a6a1b46441c64 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 14 Jan 2010 06:23:40 +0000 Subject: #614508 by linclark and scor: Annotate tracker page with RDFa. --- modules/node/node.module | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 33910f6bc..95beedba4 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -795,6 +795,12 @@ function node_rdf_mapping() { ), 'comment_count' => array( 'predicates' => array('sioc:num_replies'), + 'datatype' => 'xsd:integer', + ), + 'last_activity' => array( + 'predicates' => array('sioc:last_activity_date'), + 'datatype' => 'xsd:dateTime', + 'callback' => 'date_iso8601', ), ), ), -- cgit v1.2.3