<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<head>
<title>JRS Semantic Web Utils</title>
<link about="http://sw.joanneum.at/" rel="dc:creator" href="http://sw-app.org/mic.xhtml#i" />
<style type="text/css">
<!--
@import url(sw-services.css);
-->
</style>
</head>
<body about="http://sw.joanneum.at/">
<p><a href="http://www.joanneum.at"><img src="http://www.joanneum.at/fileadmin/images/logo_images/joanneum_logo.jpg" width="225px" height="129px" alt="JOANNEUM RESEARCH logo" /></a><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" /></a></p>
<p class="jrs_cmdBar">
Get <a href="http://www.w3.org/2007/08/pyRdfa/extract?uri=referer">RDF</a> of this page, or
<a href="javascript:void((function(){__RDFA_BASE='http://www.w3.org/2006/07/SWD/RDFa/impl/js/20070301/';if(document.getElementById('rdfa_highlight_bm ')){alert('only once!');}else{s=document.createElement('script');s.type='text/javascript';s.id='rdfa_highlight_bm';s.src='http://www.w3.org/2006/07/SWD/RDFa/impl/js/20070301/highlight-metadata.js';document.getElementsByTagName('head')[0].appendChild(s);}})());">highlight</a> the RDF in this page
(using <a href="http://www.w3.org/2001/sw/BestPractices/HTML/rdfa-bookmarklet/">RDFa Bookmarklets</a>).
</p>
<p class="jrs_headerTop">Last update: <span property="dc:date" datatype="xsd:date">2009-02-25</span></p>
<h1 property="dc:title">JRS Semantic Web Utils</h1>
<p>To promote the development and deployment of the <a href="http://www.w3.org/2001/sw/">Semantic Web</a>, this site lists services available on the Web that help to build SW applications.</p>
<p>Note: W3C's ESWiki provides for a <a href="http://esw.w3.org/topic/SemanticWebTools">SW tools list</a>;
a comprehensive <a href="http://www.mkbergman.com/?page_id=325">list of SW tools</a> is maintained by Michael K. Bergman.</p>
<div><a id="toc" /><b>Table of Content</b></div>
<ul>
<li><a href="#basic">Basic Util Set</a> (XHTML, XML, XSLT)</li>
<li><a href="#rdf">RDF Util Set</a> (converter, generator)</li>
<li><a href="#rdfa">RDFa Util Set</a> (extractor, generator)</li>
<li><a href="#query">Query Util Set</a> (SPARQL)</li>
<li><a href="#onto">Ontology & Reasoning Util Set</a> (converter, validator, reasoner)</li>
<li><a href="#mmm">Multimedia Metadata Util Set</a></li>
</ul>
<div><a id="basic" /></div>
<h2>Basic Util Set</h2>
<p class="tocRef">Back to <a href="#toc" title="Table of Content">TOC ...</a></p>
<p>This section contains basic utils to perform low-level tasks as cleaning up, creating well-formed XML, transformations, etc.</p>
<ul>
<li>W3C's <a href="http://cgi.w3.org/cgi-bin/tidy">Tidy your HTML</a></li>
<li>W3C's <a href="http://www.w3.org/2005/08/online_xslt/">Online XSLT service</a></li>
<li>W3C's <a href="http://validator.w3.org/">Markup Validation Service</a></li>
<li>W3C's <a href="http://www.w3.org/2001/03/webdata/xsv">Validator for XML Schema</a></li>
<li>W3C's <a href="http://validator.w3.org/feed/">FEED Validation Service</a> (for Atom and RSS)</li>
<li>W3C's <a href="http://www.w3.org/QA/Tools/">Quality Assurance Tools Overview</a></li>
<li><a href="http://infohound.net/tidy/">HTML Tidy</a></li>
</ul>
<div><a id="rdf" /></div>
<h2>RDF Util Set</h2>
<p class="tocRef">Back to <a href="#toc" title="Table of Content">TOC ...</a></p>
<p>This section contains utils for handling RDF in general (see below for <a href="#rdfa">RDFa</a>).</p>
<ul>
<li>W3C's <a href="http://www.w3.org/RDF/Validator/">RDF Validation Service</a></li>
<li>The Mindswap <a href="http://www.mindswap.org/2002/rdfconvert/">RDF converter</a></li>
<li>Dave Beckett's <a href="http://triplr.org/">Triplr</a> (stuff in, triples out)</li>
<li>SIMILE project: <a href="http://simile.mit.edu/wiki/RDFizers">RDFizers</a>, a directory of tools for converting various data formats into RDF.</li>
<li>W3C's <a href="http://www.w3.org/2007/08/grddl/">GRDDL Service</a></li>
<li>W3C's ESW Wiki: <a href="http://esw.w3.org/topic/ConverterToRdf">Converter to RDF</a></li>
<li>W3C's ESW Wiki: <a href="http://esw.w3.org/topic/ConverterFromRdf">Converter from RDF</a></li>
</ul>
<div><a id="rdfa" /></div>
<h2>RDFa Util Set</h2>
<p class="tocRef">Back to <a href="#toc" title="Table of Content">TOC ...</a></p>
<p>This section contains utils for extracting and generating <a href="http://www.w3.org/2006/07/SWD/RDFa/" target="_new">RDFa</a>.</p>
<h3>RDFa Extractor</h3>
<ul>
<li>Ivan Herman's <a href="http://www.w3.org/2007/08/pyRdfa/">RDFa Distiller</a></li>
<li>Benjamin Nowack's <a href="http://arc.web-semantics.org/demos/rdfa_tests/extract.php?url=">ARC2 RDFa Web Service</a></li>
<li>Dave Beckett's <a href="http://triplr.org/">triplr</a></li>
<li>W3C's Semantic Web Best Practices and Deployment Working Group <a href="http://www.w3.org/2001/sw/BestPractices/HTML/rdfa-bookmarklet/">RDFa bookmarklets</a></li>
<li>Elias Torres' <a href="http://torrez.us/rdfa">RDFa Extractor</a></li>
<li>Ruben Thys' <a href="http://www.avthasselt.sohosted.com/rdfamonkey/">RDFa monkey parser</a></li>
<li>JRS <a href="http://sw.joanneum.at:8080/service/rdfa">RDFa Basic Extractor Service</a> (usage: <code>http://sw.joanneum.at:8080/service/rdfa?srcURL=YOUR_URL</code>)</li>
<li>JRS <a href="http://sw.joanneum.at:8080/service/">RDFa In Wiki Interface (RiWi)</a></li>
</ul>
<h3>RDFa Generator</h3>
<ul>
<li>JRS <a href="http://sw.joanneum.at:8080/foafr/">RDFa FOAFr</a> (to generate a FOAF in XHTML+RDFa from an existing FOAF document)</li>
</ul>
<h3>RDFa Resources</h3>
<ul>
<li> <a href="http://rdfa.info/">RDFa Blog</a></li>
<li> <a href="http://esw.w3.org/topic/RDFa#FAQ">RDFa FAQ</a></li>
<li> <a href="http://esw.w3.org/topic/RDFa#Implementations">RDFa Implementations</a></li>
</ul>
<div><a id="query" /></div>
<h2>Browse and Query Util Set</h2>
<p class="tocRef">Back to <a href="#toc" title="Table of Content">TOC ...</a></p>
<p>This section contains utils that allow to perform <a href="http://www.w3.org/TR/rdf-sparql-query/" target="_new">SPARQL</a> queries (see also the <a href="http://n2.talis.com/wiki/SPARQL_intro">SPARQL intro</a>)</p>
<ul>
<li>SPARQL.org <a href="http://sparql.org/sparql.html">SPARQLer - General purpose processor</a></li>
<li>OpenLink Virtuoso <a href="http://demo.openlinksw.com/sparql/">SPARQL Query</a></li>
<li>Benjamin Nowack's <a href="http://semsol.org/semcamp/sparqlbot">SPARQL bot</a>, an IRC/Web SPARQL tool</li>
<li>TALIS' <a href="http://hyperdata.org/sparql/demo/">SPARQL Query Demo</a></li>
<li>Danny Ayer's <a href="http://dannyayers.com/code/sparql-editor">SPARQLer Validator</a></li>
<li>Zitgist <a href="http://browser.zitgist.com/">RDF Broswer</a></li>
</ul>
<div><a id="onto" /></div>
<h2>Ontology & Reasoning Util Set</h2>
<p class="tocRef">Back to <a href="#toc" title="Table of Content">TOC ...</a></p>
<p>This section contains utils that support interoperability tasks, validation, and inference.</p>
<ul>
<li>Browser/Reasoner <a href="http://pellet.owldl.com/ontology-browser/">OwlSight</a></li>
<li>Wonderweb <a href="http://phoebus.cs.man.ac.uk:9999/OWL/Validator">OWL Ontology Validator</a></li>
<li><a href="http://jena.sourceforge.net/Eyeball/">Eyeball:</a> checking RDF/OWL for common problems</li>
</ul>
<div><a id="mmm" /></div>
<h2>Multimedia Metadata Util Set</h2>
<p class="tocRef">Back to <a href="#toc" title="Table of Content">TOC ...</a></p>
<p>This section contains online-tools that support the validation and conversion of multimedial metadata standards.</p>
<ul>
<li>A very useful collection of <a href="http://www.w3.org/2005/Incubator/mmsem/wiki/Tools_and_Resources">Multimedia Metadata Tools</a> from W3C's <a href="http://www.w3.org/2005/Incubator/mmsem/">Multimedia Semantics Incubator Group</a></li>
<li><a href="http://vamp.joanneum.at/">Semantic Validation Service for MPEG-7 Profiles Description</a></li>
<li>A bit outdated: <a href="http://m7itb.nist.gov/M7Validation.html">NIST MPEG-7 Validation Service</a></li>
</ul>
<div><a id="otherstuff" /></div>
<h2>Other stuff on this site</h2>
<p class="tocRef">Back to <a href="#toc" title="Table of Content">TOC ...</a></p>
<p>This section contains demos, tools and specifications developed by us (<a rel="rdfs:seeAlso" href="http://www.joanneum.at/iis/">JRS/IIS</a>).</p>
<ul>
<li><a href="http://sw.joanneum.at/scovo/">scovo</a>, the Statistical Core Vocabulary</li>
<li><a href="http://sw.joanneum.at/mle/xplore.php">mle</a>, the Mailing List Explorer (aka SIOC in RDFa)</li>
<li><a href="http://sw.joanneum.at/sid/start.php">Ask SID!</a>, the social (semantic) ID generator</li>
<li><a href="http://sw.joanneum.at/rammx/">ramm.x</a>, the 'RDFa-deployed Multimedia Metadata' specification</li>
<li><a href="http://riese.joanneum.at/">riese</a>, the 'RDFizing and Interlinking the EuroStat Data Set Effort'</li>
<li><a href="http://143.224.254.32/irs/">i r s</a>, a generic user-contributed linked data editor</li>
<li><a href="http://sw.joanneum.at:8080/visr/">visr</a>, an RDF visualisation and debug tool</li>
<li><a href="http://sw.joanneum.at/rdf-o-meter/">rdf-o-meter</a>, a util that allows to gauge Semantic Web content embedded in (X)HTML pages such as RDFa, eRDF, microformats</li>
</ul>
<address class="contact">© <a rel="dc:publisher" href="http://www.joanneum.at/iis/">JOANNEUM RESEARCH, Institute of Information Systems and Information Management</a> , 2009.</address>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /.sparql was not found on this server.</p> </body></html>