development Questions - Semantic Overflow most recent 30 from http://www.semanticoverflow.com 2010-07-31T08:06:35Z http://www.semanticoverflow.com/feeds/tag/development http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://www.semanticoverflow.com/questions/1392/oop-mapping-orm-solutions-for-java OOP mapping / ORM solutions for Java Paul R Alexander 2010-07-28T01:44:35Z 2010-07-29T00:54:28Z <p>A project I'm working on is going to be shifting to a triple/quad-store backend for storing RDF data. We're still evaluating triple/quad-stores but I'd like to start moving forward with the actual development and plug something in at a later date.</p> <p>From my initial foray into the research, it looks like using an OOP mapper or RDF ORM might allow us to move forward with development and switch out the triple/quad-store easily. Is there a clear winner in this space? Can someone provide some pro/cons?</p> <p>I've come across:</p> <ul> <li><a href="http://semanticweb.org/wiki/RDF2Go" rel="nofollow">RDF2Go</a></li> <li><a href="http://wiki.github.com/tinkerpop/gremlin/sesame-sail-quad-store" rel="nofollow">Sesame SAIL</a></li> <li><a href="http://semanticweb.org/wiki/Elmo" rel="nofollow">Elmo</a></li> <li><a href="http://github.com/clarkparsia/Empire" rel="nofollow">Empire</a></li> </ul> <p>Anything I'm missing? Other ideas?</p> <p><strong>Edit 1</strong><br> Adding additional resources discovered from answers below.</p> <ul> <li><a href="http://rdfbeans.sourceforge.net" rel="nofollow">RDFBeans</a></li> <li><a href="http://source.mysema.com/display/rdfbean/RDFBean" rel="nofollow">RDFBean</a></li> <li><a href="https://sommer.dev.java.net/sommer/index.html" rel="nofollow">So(m)mer</a></li> <li><a href="http://code.google.com/p/jenabean" rel="nofollow">jenabean</a></li> </ul> http://www.semanticoverflow.com/questions/53/what-are-good-semantic-apis-that-can-be-used-for-pulling-interesting-info-to-anot What are good semantic APIs that can be used for pulling interesting info to another website? dusoft 2009-11-02T12:07:03Z 2010-06-24T00:02:22Z <p>I know about few APIs that are really good in terms of what they offer and what you could do with the information.</p> <ul> <li>Last.fm has great semantic API</li> <li>Google has multiple good APIs (maps allowing for geocoding, search, analytics etc.)</li> </ul> <p>Do you know about any other useful and interesting APIs? Maybe some you have used in your projects?</p> <p>UPDATE: thanks for all the answers, since i can't vote answers up, you'll have to wait for that.</p> http://www.semanticoverflow.com/questions/470/any-applications-or-libraries-that-implement-opendocument-rdf-data Any applications or libraries that implement OpenDocument RDF Data? fish0398 2010-01-09T23:15:24Z 2010-02-09T10:22:13Z <p><a href="http://en.wikipedia.org/wiki/OpenDocument" rel="nofollow">OpenDocument 1.2</a> (and OpenOffice) support RDF meta data for documents.</p> <ul> <li>Are there any example applications that use this RDF data within documents (besides OpenOffice)?</li> <li>Are there any development libraries that support working with RDF within ODF documents?</li> </ul>