Re: handling bare literals and PS a Q. about lang tags

[...]

> These inner bnodes inside literal nodes act just like regular bnodes,
> by the way: the same entailments apply to them and for the same
> reasons, eg
>
> Jenny ex:age (xsd:integer, "10") .
> entails
> Jenny ex:age (_:y, "10") .

right, we have in our running code now that

==== jennyP
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <jenny#> .

:Jenny :age xsd:integer"10" .
====

rdf-entails

==== jennyC
@prefix : <jenny#> .

:Jenny :age _:y"10" .
====

-- ,
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

Received on Saturday, 7 September 2002 10:27:09 UTC