Changes between Version 65 and Version 66 of ImplementationBootcamp
- Timestamp:
- 2010/02/12 11:33:31 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationBootcamp
v65 v66 15 15 === How to access a triplestore in Perl/Ruby/Python/Java etc.? === 16 16 17 In Python, you have [http://www.rdflib.net/ RDFlib]. And for Java [http://jena.sourceforge.net/ Jena] is your best option. The [http://www.perlrdf.org/ PerlRDF] site lists the options for Perl. 17 In Python, you have [http://www.rdflib.net/ RDFlib]. And for Java [http://jena.sourceforge.net/ Jena] is your best option. The [http://www.perlrdf.org/ PerlRDF] site lists the options for Perl. Ruby has [http://activerdf.org/ ActiveRDF] -- seems to have issues with the adapters, though. 18 18 19 19 == Ontologizing ==