}
@Override
protected boolean extractEntity(Node node, ExtractionResult out) {
if (null == node) return false;
BNode person = getBlankNodeFor(node);
// we have a person, at least
out.writeTriple(person, RDF.TYPE, vFOAF.Person);
final HTMLDocument fragment = new HTMLDocument(node);
addSummary(fragment, person);
addContact(fragment, person);