Hi Gregg, thanks for reply.

2010/1/14 Gregg Kellogg <gr...@kellogg-assoc.com>:
> In practice, the way I handle this, is to perform range mapping on untyped 
> literals. By looking up the range of the predicate, I can often infer the 
> appropriate datatype for the literal, turning
>
>        <> dc:modified "2010-01-13"@ja .
>
> into
>
>        <> dc:modified "2010-01-13"^^<http://www.w3.org/2001/XMLSchema#date> .
>
> (having asserted xs:date a range of dc:modified).

Well, that's a good idea for RDFa consumers, though not all terms have
range description in the schema (e.g. properties from simple Dublin
Core). And the basic problem of lang tag handling in RDFa still
remains....

Anyway, thanks for the suggestion.

cheers,

-- 
@prefix : <http://www.kanzaki.com/ns/sig#> . <> :from [:name
"KANZAKI Masahide"; :nick "masaka"; :email "mkanz...@gmail.com"].

Reply via email to