Re: vocab entailment question

Hm. I think that it _will_ generate that extra dc:title indeed. The way the expansion mechanism is described and defined is definitely such that it would happen, because it makes an entailment on full graphs, and does not have a granularily on the properties that use a particular vocab.

I am not sure this is a problem, though.

Ivan

On Sep 21, 2011, at 08:33 , Toby Inkster wrote:

> Assume that <http://example.com/> defines "title" as a subproperty of
> dc:title.
> 
> <html>
>  <title vocab="http://example.com/" property="title">T1</title>
>  <meta property="http://example.com/title" content="T2" />
> </html>
> 
> The triples that would be generated without entailment are:
> 
> 	<> ex:title "T1", "T2".
> 
> Entailment will generate:
> 
> 	<> dc:title "T1" .
> 
> But should it also generate:
> 
> 	<> dc:title "T2" .
> 
> ???
> 
> -- 
> Toby A Inkster
> <mailto:mail@tobyinkster.co.uk>
> <http://tobyinkster.co.uk>
> 
> 


----
Ivan Herman, W3C Semantic Web Activity Lead
Home: http://www.w3.org/People/Ivan/
mobile: +31-641044153
PGP Key: http://www.ivan-herman.net/pgpkey.html
FOAF: http://www.ivan-herman.net/foaf.rdf

Received on Wednesday, 21 September 2011 17:00:36 UTC