// <http://xmlns.com/foaf/0.1/Person> .
model.addStatement(max, RDF.type, foafPerson);
// _:blankNodeMax
// <http://xmlns.com/foaf/0.1/name>
// "Max Voelkel" .
model.addStatement(max, foafName, "Max V�lkel");
// _:blankNodeMax
// <http://www.w3.org/2000/01/rdf-schema#seeAlso>
// <http://www.aifb.uni-karlsruhe.de/WBS/mvo/foaf.rdf.xml> .
model.addStatement(max, RDFS.seeAlso, model.createURI("http://www.xam.de/foaf.rdf.xml"));