Hi Nathan, > Does anybody know of any programming languages, released or in > development / patching which support for EAV / triples / URIs as > attribute/variable names or native support of xsd types?
Have a look at SuRF[1]. It maps RDF graphs to Python object graphs. It's based on RDFLib so should be able to handle Python<->XSD type conversions automatically (a feature of RDFLib). It's not a programming language by itself though. [1] http://code.google.com/p/surfrdf/ -- Vasiliy Faronov
