diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-09-09 20:22:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-09-09 20:22:00 +0000 |
commit | 006207d7a5b7757c0cf34cb659072c5e674d5363 (patch) | |
tree | 58e9f8fc4f471d33691a7991ae0e633620836835 /modules/rdf/rdf.api.php | |
parent | 0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca (diff) | |
download | brdo-006207d7a5b7757c0cf34cb659072c5e674d5363.tar.gz brdo-006207d7a5b7757c0cf34cb659072c5e674d5363.tar.bz2 |
- Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal 7 release.
Diffstat (limited to 'modules/rdf/rdf.api.php')
-rw-r--r-- | modules/rdf/rdf.api.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/rdf/rdf.api.php b/modules/rdf/rdf.api.php index 67cfe564e..2624fbfe3 100644 --- a/modules/rdf/rdf.api.php +++ b/modules/rdf/rdf.api.php @@ -90,18 +90,13 @@ function hook_rdf_mapping() { */ function hook_rdf_namespaces() { return array( - 'admin' => 'http://webns.net/mvcb/', 'content' => 'http://purl.org/rss/1.0/modules/content/', 'dc' => 'http://purl.org/dc/terms/', 'foaf' => 'http://xmlns.com/foaf/0.1/', - 'owl' => 'http://www.w3.org/2002/07/owl#', - 'rdf' => 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', + 'og' => 'http://ogp.me/ns#', 'rdfs' => 'http://www.w3.org/2000/01/rdf-schema#', - 'rss' => 'http://purl.org/rss/1.0/', - 'tags' => 'http://www.holygoat.co.uk/owl/redwood/0.1/tags/', 'sioc' => 'http://rdfs.org/sioc/ns#', 'sioct' => 'http://rdfs.org/sioc/types#', - 'ctag' => 'http://commontag.org/ns#', 'skos' => 'http://www.w3.org/2004/02/skos/core#', 'xsd' => 'http://www.w3.org/2001/XMLSchema#', ); |