<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>all knowee news</title>
  <link rel="alternate" type="text/html" href="http://knowee.org/blog/knowee-all" />
  <link rel="self" type="application/atom+xml" href="http://knowee.org/blog/atom1/knowee-all.atom.atom" />
  <id>http://knowee.org/res/channel/knowee-all</id>
  <updated>2008-03-29T19:30Z</updated>
  <author>
    <name>Administrator</name>
  </author>
  <generator uri="http://semsol.com/" version="0.2.0">SemSol</generator>

  <entry>
    <title>knowee alpha</title>
    <link rel="alternate" type="text/html" hreflang="en" href="http://knowee.org/blog/2008/03/29/knowee-alpha"/>
    <id>http://knowee.org/blog/2008/03/29/knowee-alpha</id>
    <published>2008-03-29T19:30Z</published>
    <updated>2008-03-31T08:48:57Z</updated>
    <author>
      <name>Administrator</name>
    </author>
    <summary>The alpha version of knowee is available on the demo server</summary>
    <category term="alpha"/>
    <category term="knowee"/>
    <category term="semanticweb"/>
    <category term="social graph"/>
    <content type="xhtml" xml:lang="en">
      <div xmlns="http://www.w3.org/1999/xhtml">
Today, we activated the alpha version of knowee on the <a href="http://knowee.net">knowee.net</a> demo server. As usual, be prepared for bugs and missing functionality. Please send any feedback to the <a href="http://groups.google.com/group/knowee-dev">knowee list</a>. Here is the list of features that are available:
<ul><li>Create a knowee profile from your personal URIs, homepage locations, or FOAF/XFN-enabled web profile.</li>
<li>Let knowee consolidate the aggregated information.</li>
<li>Claim your generated profile with an OpenID.</li>
<li>Browse and explore your personal social graph</li>
<li>Show all collected information about people in your social network</li>
<li>Add more microformats and RDF data sources</li></ul>

knowee's inferencer/consolidator is (like knowee ;) still an alpha version. Should your profile get messed up somehow (it will, sooner or later), you can reset your data store via the settings tab.<br />
<br />
The source will be made available as soon as we have fixed some remaining issues in the underlying RDF system.<br />
<br />
Next on our ToDo list is editing functionality, privacy settings, and the possibility to publish your profile.<br />
<br />


      </div>
    </content>
  </entry>

  <entry>
    <title>First knowee prototype is available</title>
    <link rel="alternate" type="text/html" hreflang="en" href="http://knowee.org/blog/2007/10/18/first-knowee-prototype-is-available"/>
    <id>http://knowee.org/blog/2007/10/18/first-knowee-prototype-is-available</id>
    <published>2007-10-18T16:47:32Z</published>
    <updated>2007-10-19T13:27:24Z</updated>
    <author>
      <name>Administrator</name>
    </author>
    <summary>The first knowee bundle is available, and we've set up a demo system. </summary>
    <category term="knowee"/>
    <category term="prototype"/>
    <category term="release"/>
    <category term="semanticweb"/>
    <category term="social graph"/>
    <content type="xhtml" xml:lang="en">
      <div xmlns="http://www.w3.org/1999/xhtml">
<em>Update: A crappy <a href="http://www.screencast-o-matic.com/watch/ci6q1oEm">screencast is online</a> now.</em><br />
<br />
The first knowee prototype demo is finally <a href="http://knowee.net/">online</a> and available for <a href="http://knowee.org/download">download</a>. The demo server is a small, shared one, the number of accounts is limited (please leave a comment or send a mail to the <a href="http://groups.google.com/group/knowee-dev">list</a> if you'd like to be noticed of new accounts).<br />
<br />
Everything is still work in progress, but I think we can start soliciting feedback, now that the basic system is working (well, more or less). I'm currently preparing a screencast to illustrate the first set of features. For now, please read this post for hints, or <a href="http://knowee.org/community">ask us directly</a>.<br />
<br />
So, what can you do with knowee v0.1.0?<br />
<br />
Well, not too much yet. knowee allows you to aggregate your scattered <a href="http://bradfitz.com/social-graph-problem/">online social graph</a> fragments. (Only publicly available data sources and only a few formats are supported so far.) You can load and aggregate <a href="http://www.w3.org/TR/rdf-syntax-grammar/">RDF/XML</a>, <a href="http://www.dajobe.org/2004/01/turtle/">Turtle</a>, and the <a href="http://gmpg.org/xfn/">XFN microformat</a>. A small hCard subset is already supported as well. HTML extractors for eRDF, RDFa, and other <a href="http://microformats.org/">microformats</a> are in the works.<br />
<br />
<img src="http://knowee.org/media/2007/10/18/sources.gif" title="sources view" alt="sources view" /><br />
<br />

Once you've collected a bunch of sources (e.g. your <a href="http://foaf-project">FOAF</a> file, your XFN-containing <a href="http://twitter.com">twitter</a> account page, and an hCard from <a href="http://linkedin.com">LinkedIn</a>), you can run knowee's &quot;Information Mesher&quot; which will generate consolidated profile and graph views. (Make sure that the ID and Link definitions in the settings section are populated with the default entries.)<br />
<br />
<img src="http://knowee.org/media/2007/10/18/mesher.gif" title="mesher" alt="mesher" /><br />
<br />

You can specify which relation types your social network uses, and which additional information the Mesher should use during consolidation. Just hit &quot;Set to defaults&quot; for now.<br />
<br />
<img src="http://knowee.org/media/2007/10/18/id_defs.gif" title="ID definitions" alt="ID definitions" /><br />
<br />
A simple RDF browser allows you to explore the gathered information (no editing yet).<br />
<br />
<img src="http://knowee.org/media/2007/10/18/browser.gif" title="browser" alt="browser" /><br />
<br />
The next release will have profiles with embedded semantics to facilitate data re-distribution. Currently, only plain HTML is generated. You can activate and play with a sophisticated SPARQL endpoint if you like, though. It can be activated via the API settings.<br />
<br />
<img src="http://knowee.org/media/2007/10/18/api_settings.gif" title="API settings" alt="API settings" /><br />
<br />
If you run into bugs (you definitely will) or if you have feature requests, or if you'd perhaps even like to help us with the development, please check out the <a href="http://knowee.org/community">community section and get in touch</a>.

      </div>
    </content>
  </entry>

</feed>
