[OT] OODBs and schema, was Re: [linux-audio-user] Re: sound & midi applications page

Steve Harris S.W.Harris at ecs.soton.ac.uk
Tue Feb 3 10:37:21 EST 2004


On Tue, Feb 03, 2004 at 10:27:35 -0500, Paul Winkler wrote:
> > You create a mapping schema which says
> > 
> > GreenThings rdfs:subClassOf ColouredThings .
> > RedThings   rdfs:subClassOf ColouredThings .
> > (and the same for the properties that need translating.
> 
> okey-doke.
> 
> Now, how do you, as a third party, make use of all this stuff?
> Do I have to provide a query engine at some URL or do you just
> walk through my pile of RDF documents parsing stuff?

Either or both, yes. Generally you read peoples RDF into a local store,
but you could use thier remote query interface if they will let you.

> > So any queries you have on GreenThings will be satisfied by instances of
> > ColouredThings - not a perfect match as you can see, but better than
> > nothing.
> 
> Did you mean to say that the other way around? i.e.
> "any queries you have on ColouredThings will be satisfied by instances of
> GreenThings".

Er, yes. Sorry!

- Steve



More information about the Linux-audio-user mailing list