Skip to content
Snippets Groups Projects
Commit d963c364 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #632484 by aspilicious, scor, linclark: update the default profile...

- Patch #632484 by aspilicious, scor, linclark: update the default profile with the proper RDF mapping.
parent 002ca866
No related branches found
No related tags found
No related merge requests found
......@@ -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#',
......
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment