Changes between Version 76 and Version 77 of ImplementationBootcamp

Show
Ignore:
Timestamp:
2010/02/12 17:21:11 (14 years ago)
Author:
cmzmasek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationBootcamp

    v76 v77  
    1515=== How to access a triplestore in Perl/Ruby/Python/Java etc.? === 
    1616 
    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. 
     17In 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 (solved now!). 
    1818 
    1919== Ontologizing ==