Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.32.2.12, Fri Oct 17 12:16:41 2008 UTC | revision 1.32.2.13, Tue Nov 11 12:19:21 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: sioc.module,v 1.32.2.11 2008/10/17 12:12:17 scor Exp $ | // $Id: sioc.module,v 1.32.2.12 2008/10/17 12:16:41 scor Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 605 function output_sioc_concept($concept_na | Line 605 function output_sioc_concept($concept_na |
| 605 | $output .= " xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n"; | $output .= " xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n"; |
| 606 | $output .= " xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n"; | $output .= " xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n"; |
| 607 | $output .= " xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\r\n"; | $output .= " xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\r\n"; |
| 608 | $output .= " xmlns:sioct=\"http://rdfs.org/sioc/terms#\"\r\n"; | $output .= " xmlns:sioct=\"http://rdfs.org/sioc/types#\"\r\n"; |
| 609 | $output .= " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n"; | $output .= " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n"; |
| 610 | $output .= " xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n"; | $output .= " xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n"; |
| 611 | $output .= " xmlns:admin=\"http://webns.net/mvcb/\"\r\n"; | $output .= " xmlns:admin=\"http://webns.net/mvcb/\"\r\n"; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |