summaryrefslogtreecommitdiff
path: root/modules/rdf
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-23 04:39:32 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-23 04:39:32 +0000
commitd963c364a564a3c2d9abfac2e265f5119a858214 (patch)
tree2693d72847b6fd2c2011c1bb05578eb26d99ce29 /modules/rdf
parent002ca866d5f03ac76e244e10d16091ebdfb0eb02 (diff)
downloadbrdo-d963c364a564a3c2d9abfac2e265f5119a858214.tar.gz
brdo-d963c364a564a3c2d9abfac2e265f5119a858214.tar.bz2
- Patch #632484 by aspilicious, scor, linclark: update the default profile with the proper RDF mapping.
Diffstat (limited to 'modules/rdf')
-rw-r--r--modules/rdf/rdf.module1
1 files changed, 1 insertions, 0 deletions
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#',