From d963c364a564a3c2d9abfac2e265f5119a858214 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 23 Jul 2010 04:39:32 +0000 Subject: - Patch #632484 by aspilicious, scor, linclark: update the default profile with the proper RDF mapping. --- modules/rdf/rdf.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/rdf') diff --git a/modules/rdf/rdf.module b/modules/rdf/rdf.module index 6c341b8d7..e1b41c1ad 100644 --- a/modules/rdf/rdf.module +++ b/modules/rdf/rdf.module @@ -80,6 +80,7 @@ function rdf_rdf_namespaces() { 'content' => 'http://purl.org/rss/1.0/modules/content/', 'dc' => 'http://purl.org/dc/terms/', 'foaf' => 'http://xmlns.com/foaf/0.1/', + 'og' => 'http://ogp.me/ns#', 'owl' => 'http://www.w3.org/2002/07/owl#', 'rdf' => 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'rdfs' => 'http://www.w3.org/2000/01/rdf-schema#', -- cgit v1.2.3