summaryrefslogtreecommitdiff
path: root/foaf.rdf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-31 18:56:58 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-31 18:56:58 +0200
commit3ab3359e3fc10728fba1c35d2799e0610b040827 (patch)
treef64ad311ae0fc52b7df7fbc8edfe1681bb118c36 /foaf.rdf
parente38110a1b0e2f0ff645c677a3cea605c80817505 (diff)
Declare all namespaces at top of FOAF file.
Diffstat (limited to 'foaf.rdf')
-rw-r--r--foaf.rdf11
1 files changed, 9 insertions, 2 deletions
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>