citations

Name                                     Size  Description
rfc.n3                                   3.6M  RFC Bibliography
rfc.n3.zip                               543K  RFC Bibliography
rfc.prefix                               350   
rfc2629-cite.xsl                         3.8K  rfc2696 citation->n3 stylesheet

Along with his xml2rfc tool, Marshall Rose maintains a citation library of all RFCs published by the IETF. This is a (partial) translation of them to n3.

Currently, this isn't a complete translation - the address information is lost. If there's interest, I'll do that, as well as the other, non-IETF sources in that library. N.B. - There are also some omissions in the source data.

To use it, each citation document (they're distrubuted one-reference-per-file) needs to be run through the stylesheet; e.g.,

% saxon reference.RFC.nnnn.xml rfc2629-cite.xsl >> output.n3

Afterwards, the contents of rfc.prefix should be appended, in order to properly declare the namespaces.

If you come up with a cool way to use this data, please drop me a line. Have fun.