- From: Jonathan Borden <jborden@mediaone.net>
- Date: Fri, 8 Sep 2000 16:12:22 -0400
- To: "James Tauber" <JTauber@bowstreet.com>, <www-rdf-interest@w3.org>
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