- From: Nathan <nathan@webr3.org>
- Date: Thu, 12 Aug 2010 20:08:47 +0100
- To: Semantic Web <semantic-web@w3.org>
- CC: Richard Cyganiak <richard@cyganiak.de>
Hi All,
Here's an example mentioned on another list by Richard Cyganiak v recently:
<http://xmlns.com/foaf/0.1/name> foo:uriLength 30 .
<http://xmlns.com/foaf/0.1/name> foo:uriLength 13 .
<http://xmlns.com/foaf/0.1/name> owl:sameAs <http://ex.org> .
and here's an example of what one would like to achieve:
"http://xmlns.com/foaf/0.1/name" a foo:URI;
foo:uriLength 30;
foo:uriAuthorityHost "xmlns.com";
foo:xxxxx <http://xmlns.com/foaf/0.1/name>;
The specific question is, how do you unambiguously identify a URI in
order to make statements about the lexical form of that URI?
Best,
Nathan
ps: Richard, cc'd in FYI rather than to eat up any of your time :)
Received on Thursday, 12 August 2010 19:09:53 UTC