Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GEDCOM to HTML and RDF

I was wondering if anyone knew of an application that would take a GEDCOM genealogy file and convert it to HTML format for viewing and publishing on the web. I'd like to have separate html files for each individual and perhaps additional files for other content as well. I know there are some tools out there but I was wondering if anyone used any tools and could advise on this. I'm not sure what format to look for such applications. They could be Python or php files that one can edit, or even JavaScript (maybe) or just executable files.

The next issue might be appropriate for a topic in itself. Export of GEDCOM to RDF. My interest here would be to align the information with specific vocabularies, such as BIO or REL which both are extended from FOAF.

Thanks, Bruce

like image 366
Bruce Whealton Avatar asked Jun 16 '11 10:06

Bruce Whealton


2 Answers

Like Rob Kam said, Ged2Html was the most popular such program for a long time.

GRAMPS can also create static HTML sites and has the advantage of being free software and having a native XML format which you could easily modify to fit your needs.

like image 177
mwhite Avatar answered Sep 26 '22 00:09

mwhite


Several years ago, I created a simple Java program to turn gedcom into xml. I then used xslt to generate html and rdf. The html I generate is pretty rudimentary, so it would probably be better to look elsewhere for that, but the rdf might be useful to you:

http://jay.askren.net/Projects/SemWeb/

like image 44
Jay Askren Avatar answered Sep 25 '22 00:09

Jay Askren