# Apache 1.3 content negotiation type-map file # See http://httpd.apache.org/docs/1.3/content-negotiation.html URI: FOO URI: FOO.rdf Content-Type: application/rdf+xml Description: The document in an RDF/XML serialisation # Serve .ttl if the client (eg a browser) requests text/* # This isn't necessarily ideal -- perhaps returning # vocabulary-specific documentation would be better here -- but it # isn't wrong, and it's satisfactory for the draft. URI: FOO.ttl Content-Type: application/x-turtle, text/rdf+n3, text/* Description: The document in a Turtle/Notation3 serialisation