Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.32.2.3.2.15, Fri Oct 17 12:16:23 2008 UTC | revision 1.32.2.3.2.16, Tue Nov 11 12:33:25 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: sioc.module,v 1.32.2.3.2.14 2008/10/17 12:12:30 scor Exp $ | // $Id: sioc.module,v 1.32.2.3.2.15 2008/10/17 12:16:23 scor Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 642 function output_sioc_concept($concept_na | Line 642 function output_sioc_concept($concept_na |
| 642 | $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"; |
| 643 | $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"; |
| 644 | $output .= " xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\r\n"; | $output .= " xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\r\n"; |
| 645 | $output .= " xmlns:sioct=\"http://rdfs.org/sioc/terms#\"\r\n"; | $output .= " xmlns:sioct=\"http://rdfs.org/sioc/types#\"\r\n"; |
| 646 | $output .= " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n"; | $output .= " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n"; |
| 647 | $output .= " xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n"; | $output .= " xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n"; |
| 648 | $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 |