Author: earle Date: 2008-06-15 21:02:45 +0100 (Sun, 15 Jun 2008) New Revision: 1167
Modified: trunk/templates/node_rdf.tt Log: Alphabetize and space out XML namespace declarations for maintainability's sake.
Modified: trunk/templates/node_rdf.tt =================================================================== --- trunk/templates/node_rdf.tt 2008-06-11 15:23:07 UTC (rev 1166) +++ trunk/templates/node_rdf.tt 2008-06-15 20:02:45 UTC (rev 1167) @@ -1,17 +1,17 @@ <?xml version="1.0"?> <rdf:RDF - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:dcterms="http://purl.org/dc/terms/" - xmlns:foaf="http://xmlns.com/foaf/0.1/" - xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/" - xmlns:chefmoz="http://chefmoz.org/rdf/elements/1.0/" - xmlns:wn="http://xmlns.com/wordnet/1.6/" - xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" - xmlns:os="http://downlode.org/Code/RDF/Ordnance_Survey/schema/1#" - xmlns:owl="http://www.w3.org/2002/07/owl#" - xmlns:map="http://www.daml.org/2001/06/map/map-ont#" - xmlns="http://www.w3.org/2000/10/swap/pim/contact#" + xmlns:chefmoz = "http://chefmoz.org/rdf/elements/1.0/" + xmlns:dc = "http://purl.org/dc/elements/1.1/" + xmlns:dcterms = "http://purl.org/dc/terms/" + xmlns:foaf = "http://xmlns.com/foaf/0.1/" + xmlns:geo = "http://www.w3.org/2003/01/geo/wgs84_pos#" + xmlns:map = "http://www.daml.org/2001/06/map/map-ont#" + xmlns:os = "http://downlode.org/Code/RDF/Ordnance_Survey/schema/1#" + xmlns:owl = "http://www.w3.org/2002/07/owl#" + xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:wiki = "http://purl.org/rss/1.0/modules/wiki/" + xmlns:wn = "http://xmlns.com/wordnet/1.6/" + xmlns = "http://www.w3.org/2000/10/swap/pim/contact#"
<rdf:Description rdf:about="">
openguides-commits@lists.openguides.org