- From: Richard Smith <richard@ex-parrot.com>
- Date: Thu, 13 Feb 2014 10:09:32 +0000 (GMT)
- To: Semantic Web <semantic-web@w3.org>
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