Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.33, Tue Jan 22 11:59:50 2008 UTC | revision 1.34, Tue Nov 11 12:34:08 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: sioc.module,v 1.32 2008/01/21 18:03:20 terraces Exp $ | // $Id: sioc.module,v 1.33 2008/01/22 11:59:50 terraces Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 592 function output_sioc_concept($concept_na | Line 592 function output_sioc_concept($concept_na |
| 592 | $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"; |
| 593 | $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"; |
| 594 | $output .= " xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\r\n"; | $output .= " xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\r\n"; |
| 595 | $output .= " xmlns:sioct=\"http://rdfs.org/sioc/terms#\"\r\n"; | $output .= " xmlns:sioct=\"http://rdfs.org/sioc/types#\"\r\n"; |
| 596 | $output .= " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n"; | $output .= " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n"; |
| 597 | $output .= " xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n"; | $output .= " xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n"; |
| 598 | $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 |