Re: yet another strawman, was Re: generic XML to RDF triple mappi ng

James Tauber wrote:
> > I generally agree, and would put forward that the 'mapping
> > language' is an RDF Schema itself.
>
> I'm not sure I follow. An RDF Schema places contraints on triples. I am
> talking about something that maps XML information items to triples.
>

Suppose we have arbitrary XML

<person>
    <name type='full'>
            <first>John</first>
            <last>Doe</last>
    </name>
    <name type='nickname'>Johnny Dee</name>
</person>

is <name> a property of the person, or is name an instance of a class which
has properties <first> and <last>?

Jonathan Borden
The Open Healthcare Group
http://www.openhealth.org

Received on Friday, 8 September 2000 16:22:39 UTC