NAME Gedcom::FOAF - Output FOAF files from Gedcom individuals and families SYNOPSIS DESCRIPTION METHODS Gedcom::Individual as_foaf( $baseurl ) Generates a FOAF (XML) string from the Gedcom::Individual object. Pass in a base url if desired. label_name Generates a string suitable for an "foaf:name" element. Gedcom::Family as_foaf( $baseurl ) Generates a FOAF (XML) string from the Gedcom::Family object. Pass in a base url if desired. AUTHOR * Brian Cassidy COPYRIGHT AND LICENSE Copyright 2005 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.