[9 total ]
Sesame is a Java framework for storing, querying and inferencing for RDF. It can be deployed as a web server or used as a Java library. Features include several query languages (SeRQL and SPARQL), inferencing support, and RAM, disk, or RDBMS storage.
Jena is Java toolkit for developing semantic Web applications. It includes an RDF API, ARP, an RDF parser used for the W3C semantics Web sandbox, RDQL (an RDF query language and processor), and a DAML API.
The Panopticode project provides a standardized format for describing the structure of software projects and integrates metrics from several tools into that format. Reporting options provide correlation, historic analysis, and visualization.
A suite of tools able to process Java libraries as RDF models.
xOperator combines advantages of social network websites with instant messaging. It tries to be a semantic agent for xmpp / jabber network which finds and shares content about resources (using RDF/SPARQL) for you and your jabber friends.
A very simple Blog Editor
jenabean uses Jena's flexible RDF/OWL api to persist java beans. It takes an unconventional approach to binding that is driven by the java object model rather than an OWL or RDF schema. jenabean is annotation based and does not place any interface
... [More]
or extension requirements on your java object model. By default jenabean uses typical java bean conventions to derive RDF property URI’s, for example, the java bean property “name” would become RDF property “hasName”. jenabean allows for explicit binding between an object property and a particular RDF property. (See Book.java for an example of binding arbitrary bean properties to the Dublin Core schema.)
Code ExamplesTo get a quick idea of how using jenabean might look see the junit test class. There is also a very simple stripes application that provides an example of using jenabean within an app.
package test;
import thewebsemantic.Id;
public class KeepItSimple {
private String id;
private int value;
public int getValue() {return value;}
public void setValue(int i) {value = i;}
@Id
public String getId() {return id;}
public void setId(String id) {this.id = id;}
}@prefix : .
a owl:AnnotationProperty .
:KeepItSimple
a owl:Class ;
"test.KeepItSimple" .
a :KeepItSimple ;
:hasId "kisv1.1"^^xsd:string ;
:hasValue "444"^^xsd:int .
:hasValue
a rdf:Property .
:hasId
a rdf:Property . [Less]
sparkle-g (SPARQL Grammar) is a SPARQL's ANTLR v3 cross-platform grammar.
gnizr™ (gə-nīzər) is an open source application for social bookmarking and web mashup. It is easy to use gnizr to create a personalized del.icio.us-like portal for a group of friends and colleagues to store, classify and share information, and
... [More]
to mash-it-up with information about location. It's free.
Image Matters LLC contributed gnizr to the Open Source community, and continues to support its development as part of its gnizr Enterprise software.
NEWS (07/15/2008): Gnizr 2.4.0-RC1 is now available for download. Are you doing an upgrade? Read this. NEWS (05/09/2008): Welcome to gnizr.com -- a free gnizr service. NEWS (03/27/2008): Gnizr 2.3.0 Final Release is now available for download.
Feature HighlightsArchive saved bookmarks and organize bookmarks using tags and folders. Edit notes using WYSIWYG bookmark editor. Assign geographical location values to bookmarks and view them on a map. Define relationships between bookmark tags -- broader, narrower and member-of. Tag bookmarks using Machine Tags. Super fast bookmark search using Lucene. Search bookmarks and other sites simultaneously using OpenSearch. View bookmarks in Clustermap and Timeline. Import new bookmarks from user-defined RSS subscriptions -- RSS, Atom and GeoRSS. Create new application behaviors using gnizr API. For example: Add modules to support custom Machine Tags; Add listeners to handle bookmark change events; Develop custom RSS crawlers to perform automated bookmark imports; and Create third-party mashups from data published by gnizr (RDF, RSS and JSON). ScreenshotsSee gnizr screenshots on flickr. TechnologyBuilt-on Java Servlet technology (WebWork + Spring) Front-end pages are written using the Freemarker template language MySQL backed database. All database operations are implemented as stored procedures. Semantic tag relationships are modeled based on the SKOS ontology. Supports various metadata output format: GeoRSS, RDF (SIOC + Tag Ontology), RSS, Timeline XML and Clustermap XML. Geocoding machine tag uses Geonames web service. Full-text search engine built-on Apache Lucene API. Open search interface and Firefox search plugin built-on the OpenSearch standards. CreditOur Atlassian FishEye hosting is kindly provided by Atlassian.
Need to gnize your Enterprise? Ever wanted to bookmark and mashup your enterprise content as easy as gnizing the web? Then you need gnizr Enterprise. IM is the leading provider of social bookmarking and web mashup of Enterprise content. Founded by the creators of gnizr open source, the world's most reliable open source social bookmarking and web mashup platform, Image Matters delivers enterprise-class support and development to help you unlock your Enterprise silos. [Less]