Re: Vocabulary for HTTP headers

Henry Story wrote:

> Tim Berners Lee uses an ontology in the tabulator for this.
> http://www.w3.org/2005/ajar/tab
>
>   http://www.w3.org/2007/ont/http#
>   http://www.w3.org/2007/ont/httph#

That is certainly closer to what I want, and the usage is 
much simpler:

   @prefix httph: <http://www.w3.org/2007/ont/httph#> .
   <foo.jpg> httph:content-type "image/jpeg" .

However this entails

   @prefix http: <http://www.w3.org/2007/ont/http#>
   <foo.jpg> a http:Message .

and I don't think I want to assert that.  <foo.jpg> is not 
an HTTP message: rather it's an entity that's retrievable by 
HTTP.

Richard

Received on Thursday, 13 February 2014 10:09:56 UTC