diff options
-rw-r--r-- | actions/foaf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/foaf.php b/actions/foaf.php index 142ae3168..db6ce78f2 100644 --- a/actions/foaf.php +++ b/actions/foaf.php @@ -51,6 +51,8 @@ class FoafAction extends Action { 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'xmlns:rdfs' => 'http://www.w3.org/2000/01/rdf-schema#', + 'xmlns:geo' => + 'http://www.w3.org/2003/01/geo/wgs84_pos#', 'xmlns' => 'http://xmlns.com/foaf/0.1/')); # This is the document about the user |