[
Lists Home |
Date Index |
Thread Index
]
Mike Champion scripsit:
> That's very human readable ... but RDF-challenged as I am, I don't
> understand how it uses RDF. Where is all the cruft that people complain
> about? :-)
>
> Would a "native" RDF processor understand the assertions in there, or would
> a RDDL->RDF filter be needed?
It's absolutely native. The flexibility of the RDF syntax means that
there are plenty of subsets of it which make eminent sense and are good
readable XML. Here's a bit from one of the hundred-odd RDF sets which
Reuters Health has been publishing daily for more than two years:
<RDF:Description xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns
="http://www.reutershealth.com/namespaces/meta1#" RDF:about="20021115clin005.x ml">
<wire>Business</wire>
<title>Recommended dosing of ziprasidone for Tourette's syndrome may be inad
equate</title>
<publicationTime>2002-11-15 16:19:00 -0400</publicationTime>
<copyright>Copyright © 2002 Reuters Limited. All rights reserved.
</copyright>
<category>
<RHIProfCategory>
<code>CLIN</code>
</RHIProfCategory>
</category>
<subject>
<Descriptor>
<vocab>SNOMED-RT-0203</vocab>
<code>DF-00800</code>
<label>Disease by body site</label>
<editMode>implicit</editMode>
</Descriptor>
</subject>
<subject>
<Descriptor>
<vocab>SNOMED-RT-0203</vocab>
<code>C-62611</code>
<label>Anti-psychotic agent, NOS</label>
<editMode/>
</Descriptor>
</subject>
[lots more subject elements snipped]
</RDF:Description>
--
John Cowan jcowan@reutershealth.com http://www.ccil.org/~cowan
Most languages are dramatically underdescribed, and at least one is
dramatically overdescribed. Still other languages are simultaneously
overdescribed and underdescribed. Welsh pertains to the third category.
--Alan King
|