Git Product home page Git Product logo

Comments (3)

wouterbeek avatar wouterbeek commented on July 21, 2024

The is not an error in ClioPatria but in the server hosting the SEM vocabulary, which cannot correctly interpret the media type order of the accept header value based on q-values:

[1]   curl -L -I -H "Accept: application/rdf+xml;q=0.9,text/html;q=0.1" "http://semanticweb.cs.vu.nl/2009/11/sem/"
[2]   curl -L -I -H "Accept: application/rdf+xml" "http://semanticweb.cs.vu.nl/2009/11/sem/"

Response header for [1]:

HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Content-Type: text/html
Content-Length: 70615
Last-Modified: Wed, 22 Oct 2014 11:44:33 GMT
ETag: "544798a1-113d7"

Response header for [2]:

HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Content-Type: application/rdf+xml
Content-Length: 22718
Last-Modified: Tue, 15 Feb 2011 10:28:02 GMT
ETag: "4d5a5532-58be"

from cliopatria.

wouterbeek avatar wouterbeek commented on July 21, 2024

Concluding that the SEM vocabulary is currently hosted from a buggy server shall we include the SEM vocabulary into the Linked Open Pirates pack?

from cliopatria.

wouterbeek avatar wouterbeek commented on July 21, 2024

It's apparently difficult to configure nginx to process HTTP 1.1 q-values. Well, this is not a ClioPatria bug for sure. Closing...

from cliopatria.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.