RDFLib is a Python package which can read and write RDF files, including FOAF files. Using it on my FOAF file makes me suspect that I’m missing something important. Every RDF statement should have a subject, predicate, and object, but all of the statements in my FOAF file have only a predicate and object. How do I say I
in FOAF?
Later: apparently, I don’t. FOAF is all anonymous nodes.
Clear as mud.

