[OAI-implementers] rdf
Thomas G. Habing
thabing@uiuc.edu
Fri, 04 May 2001 16:37:41 -0500
To anyone who may have been looking at our example RDF:
http://dli.grainger.uiuc.edu/publications/05_lecuyer_full.met
We just corrected some errors. The tag <rdf:seq> should have been <rdf:Seq>
-- uppercase S. Sirpac didn't catch this because it treated <rdf:seq> just
like any regular property element. Correcting this also caused us to
discover that the way we were nesting property elements inside the sequence
was incorrect:
<rdf:seq>
<rdf:li>
<dc:Creator>
....
</dc:Creator>
</rdf:li>
<rdf:li>
<dc:Creator>
....
</dc:Creator>
</rdf:li>
</rdf:seq>
should be
<dc:Creator>
<rdf:Seq>
<rdf:li>
....
</rdf:li>
<rdf:li>
....
</rdf:li>
</rdf:Seq>
</dc:Creator>
Anyway, this is corrected, but don't be surprised if you find other errors,
just please let us know about them.
Thanks,
Tom
lagoze@cs.cornell.edu wrote:
>
> Tom, Thanks for an example that illustrates your points. This is
> indeed very interesting to look at. I need to stare at this for a while
> and think about the issues you've brought up.
>
> Carl
>
--
Thomas G. Habing
Research Programmer, Digital Library Initiative
University of Illinois at Urbana-Champaign
052 Grainger Engineering Library, MC-274
thabing@uiuc.edu, (217) 244-7809