| Projects on Google Code | Results 1 - 10 of 260 |
<table border=0>
<tr>
<td width="50%">
<wiki:gadget width="450" height="365" border="0" url="http://jenabean.googlecode.com/svn/trunk/gadget2.xml" title="Quick start with Netbeans IDE" />
</td>
<td>News<br/>Project now has a MavenRepo ...
</td>
</tr>
</table>
<table border=0>
<tr>...
This XSL sheet takes as input an RDFS ontology and outputs a SKOS taxonomy.
Transformations are performed as follows:
||rdfs:Class || skos:Concept||
||rdfs:SubClassOf|| skos:broader||
||rdfs:label || skos:prefLabel||
||rdfs:comment || skos:note||
Language tags are managed.
This sheet c...
#summary Overview of Baetle
= Introduction =
Baetle stands for Bug And Enhancement Tracking LanguagE. It is an ontology that describes the information kept in BugDatabases such as Bugzilla, Jira and others do.
The aim of this is to enable a number of things:
* SPARQL end points on a bug da...
=RDF Coder=
_A source code RDF modeler_
Author: _Michele Mostarda ( michele.mostarda@gmail.com )_
==Introduction==
_RDF Coder_ is a tool able to generate [http://www.w3.org/RDF RDF] models of
code libraries.
_RDF Coder_ is written in Java.
_RDF Coder_ can be used to perform mult...
A semantic web content repository allows to store content
* using semantic web technologies
* compatible with semantic web technologies
Currently, RDF is a bit weak on content, such as binary or XHTML content. XHTML lacks semantics. Swecr tries to combine both approaches, and models a super...
rdf,
semanticweb,
content,
repository,
wiki,
wif,
semanticweb,
semanticcontent,
contentrepository,
semanticwebcontentrepository,
versioning,
accessrights,
binarycontent,
ontology
This tool converts RDF/XML or N3 content into DataRSS feeds as accepted by Yahoo SearchMonkey. The tool can be used to feed GoodRelations-based e-commerce descriptions into the Yahoo family of technology.
It is based on the Sesame 2.2.4 framework from http://www.openrdf.org
You can see a worki...
RDFLib is a [http://python.org/ Python] library for working with [http://www.w3.org/RDF RDF], a simple yet powerful language for representing information.
The library contains parsers and serializers for [http://www.w3.org/TR/rdf-syntax-grammar/ RDF/XML], [http://www.w3.org/DesignIssues/Notation3...
== What is Caboto? ==
Basically, its an RDF-based web annotations system.
Three [http://www.jisc.ac.uk/ JISC]-funded projects have a requirement to allow people to annotate events and other things. The projects are:
* [http://www.crew-vre.net Collaborative Research on the Web (CREW)] - Un...
Quarry is a triple store implemented in python and PostgreSQL.
Instead of using one large triple table, data in Quarry is split into ''signature tables''. There is one signature for each unique set of properties describing any resource. For example, one resource might have properties _lastnam...
= EasyRdf =
EasyRdf is a library designed to make it easy to consume and produce RDF. It was designed for use in mixed teams of experienced and inexperienced RDF developers. It is written in Object Oriented PHP.
During parsing EasyRdf builds up a graph of PHP objects that can then be walked a...