From 006207d7a5b7757c0cf34cb659072c5e674d5363 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Sep 2010 20:22:00 +0000 Subject: - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal 7 release. --- modules/rdf/rdf.module | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/rdf/rdf.module') diff --git a/modules/rdf/rdf.module b/modules/rdf/rdf.module index 27c2c8e90..4c0513e20 100644 --- a/modules/rdf/rdf.module +++ b/modules/rdf/rdf.module @@ -81,10 +81,7 @@ function rdf_rdf_namespaces() { 'dc' => 'http://purl.org/dc/terms/', 'foaf' => 'http://xmlns.com/foaf/0.1/', 'og' => 'http://ogp.me/ns#', - 'owl' => 'http://www.w3.org/2002/07/owl#', - 'rdf' => 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'rdfs' => 'http://www.w3.org/2000/01/rdf-schema#', - 'rss' => 'http://purl.org/rss/1.0/', 'sioc' => 'http://rdfs.org/sioc/ns#', 'sioct' => 'http://rdfs.org/sioc/types#', 'skos' => 'http://www.w3.org/2004/02/skos/core#', -- cgit v1.2.3