@prefix doap: <http://usefulinc.com/ns/doap#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix cc: <http://web.resource.org/cc/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.

@keywords a, is, of.

Hercules a doap:Project;
    
    = <http://hercules.arielworks.net/#project>;
    
    doap:name "The Hercules Project";
    
    doap:shortdesc "A Semantic Web framework in JavaScript";

    doap:description """Hercules is a compact and free JavaScript framework for building Semantic Web applications. Hercules provides simple APIs to handle Semantic Web related data such as RDF, RDFS and SPARQL.""";

    doap:description """HerculesはSemantic Webを利用したアプリケーションを構築するための簡素かつ自由なフレームワークです。 HerculesはRDFやRDFS、SPARQLといったSemantic Webに関係した様々な情報を扱うための使いやすいAPIを提供します。"""@ja;
    
    doap:developer <http://ishikawa.arielworks.com/card#i>;

    doap:programming-language "JavaScript";

    doap:homepage <http://hercules.arielworks.net/>.


# People
<http://ishikawa.arielworks.com/card#i> foaf:name "ISHIKAWA, Yudai" .
