From 3ab3359e3fc10728fba1c35d2799e0610b040827 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Sun, 31 Aug 2008 18:56:58 +0200
Subject: Declare all namespaces at top of FOAF file.

---
 foaf.rdf | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

(limited to 'foaf.rdf')

diff --git a/foaf.rdf b/foaf.rdf
index 5bf136f..d424eee 100644
--- a/foaf.rdf
+++ b/foaf.rdf
@@ -1,11 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<rdf:RDF xmlns:admin="http://webns.net/mvcb/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dcterms="http://purl.org/dc/terms/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:admin="http://webns.net/mvcb/"
+ xmlns:rel="http://www.perceive.net/schemas/relationship/"
+>
   <foaf:PersonalProfileDocument rdf:about="">
     <foaf:maker rdf:resource="#me"/>
     <foaf:primaryTopic rdf:resource="#me"/>
     <admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf-a-matic"/>
     <admin:errorReportsTo rdf:resource="mailto:leigh@ldodds.com"/>
-    <dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rel="http://www.perceive.net/schemas/relationship/">2008-08-31T14:03:05Z</dcterms:modified>
+    <dcterms:modified>2008-08-31T14:03:05Z</dcterms:modified>
   </foaf:PersonalProfileDocument>
   <foaf:Person rdf:ID="me">
     <foaf:name>Siri Snell Reiter</foaf:name>
-- 
cgit v1.2.3