diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 1441dc831..dc1c0c1d4 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -3522,7 +3522,7 @@ function user_rdf_mapping() { 'type' => 'user', 'bundle' => RDF_DEFAULT_BUNDLE, 'mapping' => array( - 'rdftype' => array('sioc:User'), + 'rdftype' => array('sioc:UserAccount'), 'name' => array( 'predicates' => array('foaf:name'), ), |