|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: "RDF + Topic Maps" = The Future & RDF? TM?
Nikita Ogievetsky wrote:
> >
> > <vocab:abbr>
> > <vocab:key>WML</vocab:key>
> > <vocab:full>Wireless Markup Language</vocab:full>
> > </vocab:addr>
>
> OK.
> Now again, what is "abbr"? "key"? "full"?
> This is why I am asking about RDF Schema.
> Lets say I have another document with the following fragment:
>
> <myvocab:abbriv>
> <myvocab:key>WML</vocab:key>
> <myvocab:desc>Wireless Markup Language</vocab:desc>
> </myvocab:addriv>
>
> Can machine even guess to suggest that these fragments might be
> talking about the same thing?
<Class ID="abbriv">
<subClassOf rdf:resource="voccab:abbriv" /> <!-- shorthand for the
URI -->
</Class>
<Property ID="key">
<subPropertyOf resource="vocab:key"/>
</Property>
..
or alternatively using DAML+OIL/DAML-ONT
<Class ID="abbriv">
<daml:equivalentTo resource="vocab:abbriv"/>
</Class>
Jonathan Borden
The Open Healthcare Group
http://www.openhealth.org
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








