ec-geolink / design

Design information about the EarthCube Geolink project.
8 stars 1 forks source link

Add support at schema.geolink.org for content negotation #83

Closed amoeba closed 8 years ago

amoeba commented 8 years ago

I just visited http://schema.geolink.org/dev/voc/dataone/format.owl#049 in my web browser (and it worked) and decided to try content-negotiating for RDF/XML or Turtle and neither of those worked. They returned responses like:

$ curl -H 'Acccept: application/rdf+xml' http://schema.geolink.org/dev/voc/dataone/format#049
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>303 See Other</title>
</head><body>
<h1>See Other</h1>
<p>The answer to your request is located <a href="http://schema.geolink.org/voc/dev/dataone/format.owl">here</a>.</p>
<hr>
<address>Apache/2.2.3 (Red Hat) Server at schema.geolink.org Port 80</address>
</body></html>

Can we set this up? It looks like the base ontology URI also doesn't do content-negotiation.

ashepherd commented 8 years ago

fixed