[RDF] Re: RDF digest, Vol 1 #36 - 2 msgs (fwd)
Dan Brickley
danbri@w3.org
Mon, 25 Sep 2000 05:38:22 -0400 (EDT)
On 25 Sep 2000, Jonas Liljegren wrote:
> Dan Brickley <danbri@w3.org> writes:
>
> > On 25 Sep 2000, Jonas Liljegren wrote:
> >
> > > One of the major points with Wraf is to handle multiple sources even
> > > then they are overlapping. The bases for this is there but nit
> > > working yet. I will sort this out by connecting two databases and
> > > try out assorted conflicts.
> >
> > Cool! When they're overlapping is the interesting case I think. When you
> > have anonymous nodes that represent the same thing, that's even more
> > interesting. I nearly have Perl code finished to deal with the latter
> > case; will be interesting to see if it plugs into your framework...
>
> How do you represent anonymous resources?
>
> For now, I just generates URIs for everything.
Internally generated identifiers are necessary for database management,
but if I don't know the 'real' URI for something I make sure I represent
that lack of knowledge. Then I use meta-knowledge about certain predicates
(eg. 'personalMailbox','corporateHomepage') to fold together nodes that
'must' be the same because they share a property/value pair that implies
they are the self-same node...
Dan