vocab entailment question

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>

Received on Wednesday, 21 September 2011 15:32:43 UTC