Re: Addressing in the SW!

* Peter Vojnisek <et@progos.hu> [2003-06-26 12:47+0200]
> 
> Hi All!
> 
> 
>  If we have a class instance: http://example.org/persons#Joe
>  and we know that there is has a property http://example.org/person#name
> 
>  Can we reference to Joe's name in an uri?
>    I have seen this somewhere on the web: 
> http://example.org/person/Joe#name I don't think it is correct, we lost 
> the namespace of the predicate.
> 
>    Do you know a sollution for this problem? Is there any W3C standard 
> for this kind of addressing?

You need a richer structure than a simple URI. It's the pair of a thing 
and a property. These could be packed down into some sort of new URI 
scheme, but in general, you're after a more complex data structure than
we normally use URIs for.

Dan

Received on Thursday, 26 June 2003 07:08:09 UTC