diff options
-rw-r--r-- | modules/rdf/rdf.module | 1 | ||||
-rw-r--r-- | profiles/standard/standard.install | 2 |
2 files changed, 2 insertions, 1 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#', diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index d6e9f53ae..8e1a985d2 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -247,7 +247,7 @@ function standard_install() { 'mapping' => array( 'rdftype' => array('sioc:Item', 'foaf:Document'), 'field_image' => array( - 'predicates' => array('rdfs:seeAlso'), + 'predicates' => array('og:image', 'rdfs:seeAlso'), 'type' => 'rel', ), 'field_tags' => array( |