Followup on the meta stuff. Atom has a nice category element where you
can attach a uri to designate a schema. So I think we’ll understand a
default uri of “http://purl.org/net/xbiblio/categories/fields” or some
such, and then just use the SKOS RDF vocab to define it in localized
ways. See here:
http://www.users.muohio.edu/darcusb/meta/categories/fields#
An example:
<skos:Concept rdf:ID="psychology">
<skos:prefLabel xml:lang="en">psychology</skos:prefLabel>
<skos:broader rdf:resource="life_science"/>
<skos:broader rdf:resource="social_science"/>
</skos:Concept>
So for APA, you’d just do:
… and tools could grab additional info from the RDF files if needed.
Bruce