- From: Reto Bachmann-Gmuer <reto.bachmann@trialox.org>
- Date: Thu, 12 Aug 2010 22:51:04 +0200
- To: nathan@webr3.org
- Cc: Semantic Web <semantic-web@w3.org>, Richard Cyganiak <richard@cyganiak.de>
Received on Thursday, 12 August 2010 20:51:39 UTC
When you name a resource with an uri you're making statements about the named resources not about the name, of foo:uriLength could be defined as "the subject is named by at least one Uri reference with the length this property point to". But if you want to make statements about a specific IRIs then you should make them about the literal with the IRI as value (xsd:anyURI). Cheers, reto On Thu, Aug 12, 2010 at 9:08 PM, Nathan <nathan@webr3.org> wrote: > 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 20:51:39 UTC