This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Turn off MultiViews | |
Options -MultiViews | |
# Directive to ensure *.rdf files served as appropriate content type, | |
# if not present in main apache config | |
AddType application/rdf+xml .rdf | |
# Rewrite engine setup | |
RewriteEngine On | |
RewriteBase /irc/2008/09/25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<rdf:RDF | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:owl="http://www.w3.org/2002/07/owl#" | |
xmlns:foaf="http://xmlns.com/foaf/0.1/" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:sioc="http://rdfs.org/sioc/ns#" | |
xmlns:irc="http://irc-edelweiss.inria.fr/2008/09/irc" | |
xml:base="http://irc-edelweiss.inria.fr/2008/09/irc"> | |