- From: Martynas Jusevičius <martynas@graphity.org>
- Date: Wed, 12 Feb 2014 22:00:25 +0100
- To: Richard Smith <richard@ex-parrot.com>
- Cc: Semantic Web <semantic-web@w3.org>
See also: http://mediatypes.appspot.com On Wed, Feb 12, 2014 at 9:59 PM, Martynas Jusevičius <martynas@graphity.org> wrote: > Richard, > > HTTP Vocabulary in RDF 1.0? > > http://www.w3.org/TR/HTTP-in-RDF10/ > > > Martynas > graphityhq.com > > On Wed, Feb 12, 2014 at 9:47 PM, Richard Smith <richard@ex-parrot.com> wrote: >> >> Is anyone aware of an existing vocabulary for expressing HTTP headers in >> RDF? >> >> It seems to me that many HTTP headers are just another way of expressing >> metadata about resources, and would map naturally to RDF predicates. For >> example >> >> Content-Type: image/jpeg >> Content-Length: 514090 >> ETag: 7f4cd251e2a7b8584d686bc06454a50e6ae1aaaa >> >> might map to >> >> @prefix http: <http://example.com/http/> . >> <foo.jpg> http:contentType "image/jpeg" ; >> http:contentLength 514090 ; >> http:eTag "7f4cd251e2a7b8584d686bc06454a50e6ae1aaaa" . >> >> Thanks, >> Richard >>
Received on Wednesday, 12 February 2014 21:00:53 UTC