- From: Sandro Hawke <sandro@w3.org>
- Date: Wed, 09 Jul 2008 20:04:52 -0400
- To: connolly@w3.org
- Cc: www-archive@w3.org
- Message-ID: <13996.1215648292@ubuhebe>
I don't remember how much you've heard of this idea of merging RDF's
language-tagged literals into datatype literals. The idea RIF-WG and
OWL-WG are working with is a kind of hack of inventing a datatype whose
lexical space contains a string with an "@" and a language tag appended.
So:
"chat@fr"^^rif:text == "chat"@fr
As I say, it's a sort of a hack, but it works for getting RDF down to
having just one kind of literal, which is a big win for folks building
semantics around it, eg RIF and OWL. (Maybe some distinction still
needs to be kept between "foo" and "foo"^^xs:string. I'm fuzzy on that
issue.)
Axel Polleres just had another suggestion, though, which is:
"chat"^^lang:fr == "chat"@fr
which really seems a lot better. It also seems like something RDF Core
would have considered. (Along with "chat"^lang:fr, I imagine.) Can
you remember any of why it was not chosen? If you don't, I guess I'll
ask Brian and Graham next -- from the minutes I see, they seem to be the
most interested in the subject.
-- Sandro
Attachments
- message/rfc822 attachment: forwarded message
Received on Thursday, 10 July 2008 00:07:01 UTC