- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Tue, 17 Jun 2014 08:02:15 -0400
- To: public-linked-json@w3.org
- Message-ID: <53A02E47.3020602@openlinksw.com>
On 6/16/14 5:48 PM, Markus Lanthaler wrote: > Hi folks, > > Today is another important milestone for JSON-LD as Schema.org just > published a first version of their context. See yourself: > > curlhttp://schema.org -H "Accept: application/ld+json" > > Thanks Dan! > > > Cheers, > Markus > > > P.S. Those of you who don't have curl installed can have a look at the > context here: > http://schema.org/docs/jsonldcontext.json.txt Markus, Do you have a live example? Assuming I am trying to de-reference the correct HTTP URIs, here my experience: # Basic Test curl -I http://schema.org/Person HTTP/1.1 405 Method Not Allowed Allow: GET Content-Type: text/html; charset=UTF-8 Content-Length: 188 Date: Tue, 17 Jun 2014 11:57:17 GMT Server: Google Frontend Alternate-Protocol: 80:quic # Specific JSON-LD test curl --verbose -I -H "Accept: application/ld+json" http://schema.org/Person * About to connect() to schema.org port 80 * Trying 173.194.118.39... connected * Connected to schema.org (173.194.118.39) port 80 > HEAD /Person HTTP/1.1 > User-Agent: curl/7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 > Host: schema.org > Accept: application/ld+json > < HTTP/1.1 405 Method Not Allowed HTTP/1.1 405 Method Not Allowed < Allow: GET Allow: GET < Content-Type: text/plain; charset=UTF-8 Content-Type: text/plain; charset=UTF-8 < Content-Length: 77 Content-Length: 77 < Date: Tue, 17 Jun 2014 12:00:53 GMT Date: Tue, 17 Jun 2014 12:00:53 GMT < Server: Google Frontend Server: Google Frontend < Alternate-Protocol: 80:quic Alternate-Protocol: 80:quic * Connection #0 to host schema.org left intact * Closing connection #0 What am I missing? -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog: http://www.openlinksw.com/blog/~kidehen Twitter Profile: https://twitter.com/kidehen Google+ Profile: https://plus.google.com/+KingsleyIdehen/about LinkedIn Profile: http://www.linkedin.com/in/kidehen
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Tuesday, 17 June 2014 12:02:40 UTC