<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>foaf &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/foaf/</link>
	<description>Feed of posts on WordPress.com tagged "foaf"</description>
	<pubDate>Tue, 01 Dec 2009 19:34:40 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Shirky ch. 9 - FOAF networks]]></title>
<link>http://ewenfe.wordpress.com/2009/11/22/shirky-ch-9-foaf-networks/</link>
<pubDate>Sun, 22 Nov 2009 15:57:54 +0000</pubDate>
<dc:creator>ewenfe</dc:creator>
<guid>http://ewenfe.wordpress.com/2009/11/22/shirky-ch-9-foaf-networks/</guid>
<description><![CDATA[What professional benefits do you see by investing time into a FOAF-style network? Social networking]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>What professional benefits do you see by investing time into a FOAF-style network?</em></p>
<p>Social networking sites like Facebook almost entirely rely on friend-of-a-friend relationships. Actually, they facilitate these types of relationship by sending notifications saying &#8220;Connect with John Smith. You have 147 friends in common.&#8221; So what started out as just a social activity, is now being utilized for professional and career purposes. FOAF networks bring people together through other people and common interests. It&#8217;s no surprise that these types of networks are being for professional benefits. Personally, I would find the major benefit of being able to know the people you could be working with at your job beforehand and that way you already have an established relationship (which could either be a good or bad thing). More often than not, the job you&#8217;re looking for is probably not going to be advertised all over the place, and through FOAF networks and the more you have, there&#8217;s a better chance that you can find a job you love simply through who you know.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FOAF for historical figures.]]></title>
<link>http://uoccou.wordpress.com/2009/11/07/foaf-for-historical-figures/</link>
<pubDate>Sat, 07 Nov 2009 13:35:24 +0000</pubDate>
<dc:creator>uoccou</dc:creator>
<guid>http://uoccou.wordpress.com/2009/11/07/foaf-for-historical-figures/</guid>
<description><![CDATA[It seems to me having recently looked at the Elphin Census of 1749 and the ideas of Improvement, eg ]]></description>
<content:encoded><![CDATA[It seems to me having recently looked at the Elphin Census of 1749 and the ideas of Improvement, eg ]]></content:encoded>
</item>
<item>
<title><![CDATA[Genealogy and Linked Data (revisited)]]></title>
<link>http://johngoodwin225.wordpress.com/2009/11/04/genealogy-and-linked-data-revisited/</link>
<pubDate>Wed, 04 Nov 2009 17:19:00 +0000</pubDate>
<dc:creator>john225</dc:creator>
<guid>http://johngoodwin225.wordpress.com/2009/11/04/genealogy-and-linked-data-revisited/</guid>
<description><![CDATA[I now have a new improved version of my family tree up as linked data here. To produce this family t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I now have a new improved version of my family tree up as <a href="http://linkeddata.org/">linked data</a> <a href="http://www.johngoodwin.me.uk/family/">here</a>. To produce this family tree I converted the original family tree that my <a href="http://thegoodies.org.uk/">parents</a> created using a <a href="http://svn.foaf-project.org/foaftown/2009/gedcom/">perl script</a> that takes <a href="http://en.wikipedia.org/wiki/GEDCOM">GEDCOM</a> to <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a>. I then manually cleaned up the RDF to get the <a class="zem_slink" title="Uniform Resource Identifier" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URIs</a> in a form that I wanted.</p>
<p>This resulted in an RDF file giving information about parent/child, sibling and spouse relations for my family members. The vocabularies (or ontologies) used for this were <a href="http://xmlns.com/foaf/spec/">FOAF</a>, <a href="http://vocab.org/bio/0.1/.html">BIO</a> and <a href="http://vocab.org/relationship/.html">RELATIONSHIP</a>.</p>
<p>I was interested in displaying more than just parent/child, sibling and spouse relationships and decided a simple extension could be to have grandparent/grandchild and ancestor/descendant information. To compute this information I used the <a href="http://protege.stanford.edu/">Protege 4</a> <a href="http://en.wikipedia.org/wiki/OWL_2">OWL 2</a> editor. To compute grandparent information I used a property of OWL 2 called &#8220;<a href="http://www.w3.org/TR/2009/REC-owl2-new-features-20091027/#F8:_Property_Chain_Inclusion">property chains</a>&#8220;. The property chain for computing grandchild relationships from child ones was straightforward:</p>
<p>childOf <strong>o</strong> childOf -&#62; grandChildOf</p>
<p>(or for those who prefer rules: childOf(?x,?y) , childOf(?y,?z) -&#62; grandChildOf(?x,?z) )</p>
<p>This simply states that &#8220;the child of the child of someone is a grandchild of that someone&#8221;.</p>
<p>The ancester information was event more straightforward to compute. Here we just make the property parentOf a subproperty of ancesterOf and then make ancesterOf a <a href="http://en.wikipedia.org/wiki/Transitive_relation">transitive property</a>.</p>
<p>Given the two axioms above we can then let the OWL reasoner in Protege 4 do all the hard work and compute the implicit relationships based on the explicitly stated ones. Anyone interested in using OWL to compute more family relations should read <a href="webont.org/owled/2008/papers/owled2008eu_submission_29.pdf">this</a> paper by <a href="http://www.cs.manchester.ac.uk/~stevensr/">Robert Stevens.</a></p>
<p>So I now have some RDF containing parent/child, ancester/descendant, sibling and spouse relationships. Also in this data are notions of <a href="http://www.johngoodwin.me.uk/family/F084">family groups</a> and information about birth [1] and death events. These events contain information about dates and places (given as text) of birth/death. Having this information as literals is not very interesting as it means I then have to go and use Google (or similar) to find additional information about the dates/places. To get round this (and create some links in my linked data) I decided to connect the places of birth/death to the corresponding resource in <a href="http://dbpedia.org/">DBpedia</a> (an RDF version of wikipedia) and do similarly for the dates [2]. An example of this can be seen here <a href="http://www.johngoodwin.me.uk/family/event1917">http://www.johngoodwin.me.uk/family/event1917</a>. This means I can now find additional information about a persons place of death/birth by following the links in the data if I should choose to do so. To link birth/death events to dates/place I used the <a href="http://motools.sourceforge.net/event/event.html">event</a> ontology.</p>
<p>In order to host the data as linked data I used the <a href="http://www.talis.com/platform/">Talis Platform</a> and the <a href="http://code.google.com/p/paget/">Paget (2)</a> <a class="zem_slink" title="PHP" rel="homepage" href="http://www.php.net/">PHP</a> library.</p>
<p>There is a <a class="zem_slink" title="SPARQL" rel="wikipedia" href="http://en.wikipedia.org/wiki/SPARQL">SPARQL</a> endpoint for the data <a href="http://api.talis.com/stores/jgoodwin-genealogy/services/sparql">here</a>. We can use this to query for my uncles as follows:</p>
<p><strong>PREFIX rel: &#60;http://purl.org/vocab/relationship/&#62;<br />
PREFIX foaf: &#60;http://xmlns.com/foaf/0.1/&#62;</strong><br />
<strong>PREFIX family: &#60;http://www.johngoodwin.me.uk/family/&#62;</strong><br />
<strong>select ?uncle ?name<br />
where<br />
{<br />
family:I0243 rel:childOf ?parent .      (<em> finds my parents</em>)<br />
?parent rel:siblingOf ?uncle .          (<em>finds my parents siblings</em>)<br />
?uncle foaf:gender &#8220;male&#8221; .          (<em> find the male siblings</em>)<br />
?uncle foaf:name ?name .         (<em>this returns their names</em>)<br />
}</strong></p>
<p>My next plan is to build some mash-ups using this data. Such a mash-up could use resources on the web of linked data to find famous people born in the same place/year as various family members, identify BBC programmes that are about said places etc. etc.</p>
<p>Now all I need to do is find a long lost relative who is also into genealogy and linked data so I can connect some nodes&#8230;what are the chances???</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>[1] &#8211; for obvious privacy reasons no birth information is given for people still living.</p>
<p>[2] &#8211; this was a fairly tedious manualish process &#8211; but some scripting helped.</p>
<p>&#160;</p>
<p>&#160;</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/4bd3a1c5-a004-44b4-aad8-0855a26e54fd/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=4bd3a1c5-a004-44b4-aad8-0855a26e54fd" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FOAF ? Drupal ? Wordpress ? RDFa ?]]></title>
<link>http://uoccou.wordpress.com/2009/11/02/foaf-drupal-wordpress-rdfa/</link>
<pubDate>Mon, 02 Nov 2009 22:12:56 +0000</pubDate>
<dc:creator>uoccou</dc:creator>
<guid>http://uoccou.wordpress.com/2009/11/02/foaf-drupal-wordpress-rdfa/</guid>
<description><![CDATA[Why cant I upload my foaf profile to wordpress ? Or can I ? Will wordpress go the semantic way as Dr]]></description>
<content:encoded><![CDATA[Why cant I upload my foaf profile to wordpress ? Or can I ? Will wordpress go the semantic way as Dr]]></content:encoded>
</item>
<item>
<title><![CDATA[Identi.ca]]></title>
<link>http://jinetedeldragon.wordpress.com/2009/10/06/identi-ca/</link>
<pubDate>Tue, 06 Oct 2009 13:21:52 +0000</pubDate>
<dc:creator>jinetedeldragon</dc:creator>
<guid>http://jinetedeldragon.wordpress.com/2009/10/06/identi-ca/</guid>
<description><![CDATA[Ya tengo presencia en la microblogósfera! Según Wikipedia: Identi.ca es un servicio de red social y ]]></description>
<content:encoded><![CDATA[Ya tengo presencia en la microblogósfera! Según Wikipedia: Identi.ca es un servicio de red social y ]]></content:encoded>
</item>
<item>
<title><![CDATA[Better expressing travel habits and intentions in FOAF profiles]]></title>
<link>http://witterin.wordpress.com/2009/07/30/better-expressing-travel-habits-and-intentions-in-foaf-profiles/</link>
<pubDate>Thu, 30 Jul 2009 10:11:27 +0000</pubDate>
<dc:creator>George Macgregor</dc:creator>
<guid>http://witterin.wordpress.com/2009/07/30/better-expressing-travel-habits-and-intentions-in-foaf-profiles/</guid>
<description><![CDATA[Embedding travel data within FOAF profiles is an obvious way to share and expose the personal travel]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Embedding travel data within <a title="Friend of a Friend (FOAF)" href="http://www.foaf-project.org/">FOAF profiles</a> is an obvious way to share and expose the personal travel habits and/or intentions of a <a title="foaf:Person" href="http://xmlns.com/foaf/spec/">foaf:Person</a>; yet, few of us do it, partly because the necessary RDF vocabularies are lacking.  Some neat widgets created by <a title="Richard Cyganiak" href="http://richard.cyganiak.de/">Richard Cyganiak</a> (<a title="FOAF - Where Am I?" href="http://richard.cyganiak.de/2006/03/foaf.html">FOAF – Where Am I?</a>) and <a title="Alexandre Passant" href="http://apassant.net/">Alexandre Passant</a> (<a title="FOAFMap.net" href="http://foafmap.net/">FOAFMap.net</a>) a couple of years ago to facilitate the use of <a title="Basic Geo Vocabulary" href="http://www.w3.org/2003/01/geo/">Basic Geo (WGS84 lat/long) Vocabulary</a> within FOAF for the purposes of mapping a foaf:Person have been useful, but their application is essentially confined to mapping the geographical coordinates of individuals’ office location (via the <a title="foaf:based_near" href="http://xmlns.com/foaf/spec/">foaf:based_near property</a>).  It therefore seems to me that there is a need for a basic, lightweight RDF vocabulary to leverage the expressiveness of vocabularies such as BasicGeo and <a title="RDF Calendar" href="http://www.w3.org/2002/12/cal/">RDF Calendar</a> within FOAF in order to better model individuals&#8217; travelling habits.  The motivation behind this is clear&#8230;</p>
<p><img class="size-full wp-image-28 alignleft" title="200px-Foaf.svg" src="http://witterin.wordpress.com/files/2009/07/200px-foaf-svg.png" alt="FOAF logo" width="200" height="100" /></p>
<p>Firstly, many of those active in research and academia attempt to do something similar already via their homepages.  They tell us about their upcoming trips and occasionally mark them up using RDF Calendar.  Their intention is to share future journeys and travel itineraries with colleagues so that synergies in travel patterns can be identified and important meetings arranged between busy people (&#8220;Ahhhh, I&#8217;ll catch up with person X about our research idea at Y conference&#8230;&#8221;).  <a title="Ivan Herman's homepage" href="http://www.w3.org/People/Ivan/">Ivan Herman</a> and <a title="Dan Connolly's homepage" href="http://www.w3.org/People/Connolly/">Dan Connolly&#8217;s</a> W3C homepages are two high profile examples of this.  This also seems to be true for those in the business community who appear to be making good use of &#8217;smart travel&#8217; services such as <a title="Dopplr" href="http://www.dopplr.com/">Dopplr</a> to achieve something similar.  Dopplr essentially allows users to create and share details of future journeys and travel itineraries with friends, colleagues or business contacts, but also allows users to map these itineraries.  People also like to record where they have been and why, and the &#8216;<a title="Cities I've Visited Facebook application" href="http://www.facebook.com/apps/application.php?id=2219089314">Cities I&#8217;ve Visited</a>&#8216; <a title="Facebook" href="http://www.facebook.com">Facebook</a> application by <a title="TripAdvisor" href="http://www.tripadvisor.com/">TripAdvisor</a> provides yet another example of wanting to associate travel with a personal profile, albeit within Facebook.</p>
<p>However, better exposing personal travel in a distributed and machine processable way (i.e. via FOAF profiles) would not only expose it to the Semantic Web and enrich social graphs, but make applications (similar to those described above) possible in an open way.  Of course, it is possible to use the RDF Calendar vocabulary on its own to model some travel, but it&#8217;s a little itchy and lacks the necessary semantics.  On the other hand, heavy weight travel ontologies exist (<a title="Travel Ontology" href="http://www.schemaweb.info/schema/SchemaDetails.aspx?id=236">for example this</a>) but these tend to occupy the other end of the spectrum; optimised for &#8217;serious&#8217; travel applications and too heavy weight for a simple FOAF profile.  A middle way is required; a basic, light weight RDF travel vocabulary, ideally for use with FOAF.  It is therefore my intention (hopefully) to author such a rudimentary RDF vocabulary and RDF Schema in coming days.</p>
<p>Most properties would entail being a foaf:Person; so, for example, <a title="George Macgregor" href="http://www.staff.ljmu.ac.uk/bsngmacg/george.rdf">in my current FOAF profile</a> I could include my intention to deliver a paper at the forthcoming <a title="European Conference on Digital Libraries" href="http://www.ionio.gr/conferences/ecdl2009/index.php">ECDL conference</a> (including details of the event, its location and geocoordinates):</p>
<pre>&#60;foaf:Person rdf:about="http://www.staff.ljmu.ac.uk/bsngmacg/#me"&#62;
...
 &#60;travoc:delPaperAt&#62;
   &#60;cal:Vevent rdf:about="http://www.ionio.gr/conferences/ecdl2009/"&#62;
    &#60;dcterms:title&#62;ECDL 2009&#60;/dcterms:title&#62;
    &#60;cal:dtstart&#62;2009-09-27&#60;/cal:dtstart&#62;
    &#60;cal:dtend&#62;2009-10-02&#60;/cal:dtend&#62;        
    &#60;travoc:location rdf:resource="http://dbpedia.org/data/Corfu"/&#62;
    &#60;geo:Point geo:lat="39.61929" geo:long="19.91958"/&#62;    
   &#60;/cal:Vevent&#62;                    
 &#60;/travoc:delPaperAt&#62;</pre>
<p>Or, record some basic information pertaining to recent tourist destinations:</p>
<pre>&#60;foaf:Person rdf:about="http://www.staff.ljmu.ac.uk/bsngmacg/#me"&#62;
...
  &#60;travoc:visited&#62;
    &#60;travoc:Place rdf:about="http://dbpedia.org/data/Istanbul"&#62;
    &#60;geo:Point geo:lat="41.01237" geo:long="28.97592"/&#62;
    &#60;travoc:favSite rdf:resource="http://dbpedia.org/data/ Sultan_Ahmed_Mosque"/&#62;
    &#60;/travoc:Place&#62;
   &#60;/travoc:visited&#62;</pre>
<p>I suppose it would also be possible to incorporate the (<a title="Google's RDFa a Damp Squib" href="http://iandavis.com/blog/2009/05/googles-rdfa-a-damp-squib">controversial?</a>) Google <a title="Data Vocabulary.org" href="http://www.data-vocabulary.org/">data vocabulary</a> to rate hotels, tourists sites, etc.</p>
<p>Anyone have any thoughts about the above?  In particular, I would be interested know if any similar vocabulary exists.  I&#8217;ve had a thorough look but can&#8217;t find anything.  If not I&#8217;ll press ahead and have something published soon &#8211; hopefully.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[identi.ca friends world map]]></title>
<link>http://partikelfernsteuerung.wordpress.com/2009/06/15/identi-ca-friends-world-map/</link>
<pubDate>Mon, 15 Jun 2009 06:58:43 +0000</pubDate>
<dc:creator>partikelfernsteuerung</dc:creator>
<guid>http://partikelfernsteuerung.wordpress.com/2009/06/15/identi-ca-friends-world-map/</guid>
<description><![CDATA[In Erwartung, ähm, internationaler Resonanz bedient sich dieser Eintrag ausnahmsweise der englischen]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>In Erwartung, ähm, internationaler Resonanz bedient sich dieser Eintrag ausnahmsweise der englischen Sprache.</em></p>
<p><a href="http://en.wikipedia.org/wiki/Identi.ca">Identi.ca</a> is trying hard to be the Open <a href="http://en.wikipedia.org/wiki/Twitter">Twitter</a>. Thus, it provides many ways to access and utilize its data, including a <a href="http://en.wikipedia.org/wiki/FOAF_(software)">FOAF</a> file that gives a semantic description of a users social network.</p>
<p>Retrieving and geocoding their profile location via <a href="http://en.wikipedia.org/wiki/Yahoo_pipes">Yahoo Pipes</a> is just a snap, so here you go: <a href="http://pipes.yahoo.com/nullachthundert/identicafriendsmap">A Yahoo Pipe that gives you a world map of all your identi.ca friends</a>.</p>
<p>It probably still has some issues, so if anything goes wrong, feel free to leave me a comment &#8211; or clone the pipe and fix it yourself.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Generating specs from RDFS / OWL docs]]></title>
<link>http://planb.nicecupoftea.org/2009/06/06/generating-specs-from-rdfs-owl-docs/</link>
<pubDate>Sat, 06 Jun 2009 10:13:12 +0000</pubDate>
<dc:creator>libbymiller</dc:creator>
<guid>http://planb.nicecupoftea.org/2009/06/06/generating-specs-from-rdfs-owl-docs/</guid>
<description><![CDATA[I&#8217;ve been hacking away at danbri&#8217;s version of specgen so we can rev the foaf spec. The i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been hacking away at danbri&#8217;s version of specgen so we can rev the foaf spec. The idea is that you take an RDFS / OWL schema and generate some human-readable HTML from it, by taking the  classes and properties and writing out their basic constituents. Optionally you can add some introductory text in a template, plus some individual bits of text for each property and class, eventually in different languages too.</p>
<p>I slapped in some RDFa yesterday because we needed a replacement for the ugly addition of RDF directly into the html, which makes it invalid. I realise some people may think this is back to front, but the foaf spec&#8217;s &#8216;original&#8217; format has always been RDFS/OWL so it makes sense for us. I&#8217;m not actually sure we need two RDF versions (as there is alternate pointing to RDFS/OWL version from the HTML) but heck why not, and danbri&#8217;s <a href="http://lists.foaf-project.org/pipermail/foaf-dev/2009-June/009602.html">consulting the community</a> so there&#8217;s probably an argument I&#8217;ve missed.</p>
<p>There are several specgens available and at some point it might be nice to rationalise, or maybe go for functional equivalence. These are probably better in some senses than the one I&#8217;ve been working on, especially as I&#8217;m new to Python.</p>
<p>The ones I&#8217;ve found:</p>
<ul>
<li><a href="http://sw.deri.org/svn/sw/2005/08/sioc/ontology/spec/specgen4.py">SIOC&#8217;s specgen</a>, a rev from danbri&#8217;s original one (which was itself based on something Chris Schmidt did, I think) &#8211; requires Redland</li>
<li>
<a href="http://forge.morfeo-project.org/wiki_en/index.php/SpecGen">Morfeo specgen</a>, a rev from the SIOC one, again requires Redland</li>
<li>
<a href="http://svn.foaf-project.org/foaftown/specgen/">Foaf specgen</a> &#8211; requires RDFlib
       </li>
<li>
<a href="http://github.com/metade/ldontospec/tree/master">Patrick Sinclair&#8217;s ldontospec</a> which uses Rena (Ruby)
        </li>
</ul>
<p>I think the two things that unite the first three is that they are (a) self-described hacks (b) in python. The Foaf one uses <a href="http://www.rdflib.net/">RDFlib</a> rather than Redland because danbri was having trouble with Redland installation on the Mac I believe.</p>
<p>Next things I&#8217;d like to look at are </p>
<ul>
<li>
Generating specs from sample data (maybe someone&#8217;s done this already? It wouldn&#8217;t be complete but could be a start)
</li>
<li>
Defining <a href="http://dublincore.org/documents/singapore-framework/">application profiles</a> or <a href="http://lists.w3.org/Archives/Public/semantic-web/2009May/0073.html">Argots</a> and using them to generate, say, useful Sparql queries
</li>
<li>Pictures!
 </li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Who Are You? Digital Identity in Science]]></title>
<link>http://duncan.hull.name/2009/06/02/who-are-you/</link>
<pubDate>Tue, 02 Jun 2009 07:50:45 +0000</pubDate>
<dc:creator>Duncan</dc:creator>
<guid>http://duncan.hull.name/2009/06/02/who-are-you/</guid>
<description><![CDATA[The organisers of the Science Online London 2009 conference are asking people to propose their own s]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="border:none;float:right;margin-left:.5em;font-size:10px;color:#666666;font-weight:normal;"> <a title="The Who by The Who" href="http://www.thewho.com"><img src="http://farm4.static.flickr.com/3343/3588005056_d2e33fde57_o.jpg" alt="The Who by The Who" /></a></span>The organisers of the <a href="http://www.scienceonlinelondon.org/blog/?p=6">Science Online London 2009</a> conference are asking people to propose their own session ideas (<a href="http://pensforpillocks.com/2009/05/31/science-online-london-2/">see some examples here</a>), so here is a proposal:</p>
<blockquote><p><strong>Title: Who Are You? Digital Identity in Science</strong></p>
<p><strong> </strong></p>
<p>Many important decisions in Science are based on identifying scientists and their contributions. From selecting reviewers for grants and publications, to attributing published data and deciding who is funded, hired or promoted, digital identity is at the heart of Science on the Web.</p>
<p>Despite the importance of digital identity, identifying scientists online is an unsolved problem [1]. Consequently, a significant amount of scientific and scholarly work is not easily cited or credited, especially digital contributions: from blogs and wikis, to source code, databases and traditional peer-reviewed publications on the Web. This (proposed) session will look at current mechanisms for identifying scientists digitally including <a href="http://www.crossref.org/CrossTech/2009/02/an_interview_about_author_ids.html">contributor-id</a> (CrossRef), <a href="http://www.isiwebofknowledge.com/researcherid/">researcher-id</a> (Thomson), <a href="http://help.scopus.com/robo/projects/schelp/h_autsrch_intro.htm">Scopus Author ID</a> (Elsevier), <a href="http://en.wikipedia.org/wiki/OpenID">OpenID</a>, Google Scholar [2], Single Sign On, PubMed, Google Scholar [2], <a title="FOAF+SSL: RESTful Authentication for the Social Web" href="http://bblfish.net/tmp/2009/05/spot2009_submission_15.pdf">FOAF+SSL</a>, <a href="http://en.wikipedia.org/wiki/LinkedIn">LinkedIn</a>,  Shared Identifiers (<a title="Uniform Resource Identifier" href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URIs</a>) and the rest. We will introduce and discuss each via a <a href="http://en.wikipedia.org/wiki/SWOT_analysis">SWOT analysis</a> (Strengths, Weaknesses, Opportunities and Threats). Is digital identity even possible and ethical? Beside the obvious benefits of persistent, reliable and unique identifiers, what are the privacy and security issues with personal digital identity?</p></blockquote>
<p>If this is a successful proposal, I’ll need some help. Any offers? If you are interested in joining in the fun, more details are at <a href="http://scienceonlinelondon.org/">scienceonlinelondon.org</a></p>
<h3>References</h3>
<ol>
<li><span class="Z3988" title="ctx_ver=Z39.88-2004&#38;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&#38;rft.jtitle=PLoS+Computational+Biology&#38;rft_id=info%3Adoi%2F10.1371%2Fjournal.pcbi.1000247&#38;rfr_id=info%3Asid%2Fresearchblogging.org&#38;rft.atitle=I+Am+Not+a+Scientist%2C+I+Am+a+Number&#38;rft.issn=1553-7358&#38;rft.date=2008&#38;rft.volume=4&#38;rft.issue=12&#38;rft.spage=0&#38;rft.epage=0&#38;rft.artnum=http%3A%2F%2Fdx.doi.org%2F10.1371%2Fjournal.pcbi.1000247&#38;rft.au=Bourne%2C+P.&#38;rft.au=Fink%2C+J.&#38;rfe_dat=bpr3.included=1;bpr3.tags=Computer+Science%2CBioinformatics">Bourne, P., &#38; Fink, J. (2008). I Am Not a Scientist, I Am a Number <span style="font-style:italic;">PLoS Computational Biology, 4</span> (12) DOI: <a rev="review" href="http://dx.doi.org/10.1371/journal.pcbi.1000247">10.1371/journal.pcbi.1000247</a></span></li>
<li>Various <a href="http://www.citeulike.org/user/dullhunk/tag/author-identifier">Publications about unique author identifiers bookmarked in citeulike</a></li>
<li>Yours Truly (2009) <a href="http://duncan.hull.name/2009/02/20/mistaken-identity-google-thinks-im-maurice-wilkins/">Google thinks I&#8217;m Maurice Wilkins</a></li>
<li>The Who (1978) <a href="http://en.wikipedia.org/wiki/Who_Are_You">Who Are You</a>? Who, who, who, who? (<a href="http://saaientist.blogspot.com/2009/01/who-o-o-are-you-who-who-who-who.html">Thanks to Jan Aerts for the reference</a>!)</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Genealogy and the Semantic Web 2]]></title>
<link>http://johngoodwin225.wordpress.com/2009/04/18/genealogy-and-the-semantic-web-2/</link>
<pubDate>Sat, 18 Apr 2009 15:25:26 +0000</pubDate>
<dc:creator>john225</dc:creator>
<guid>http://johngoodwin225.wordpress.com/2009/04/18/genealogy-and-the-semantic-web-2/</guid>
<description><![CDATA[I&#8217;ve been busy converting my parents hard work on their  family tree into RDF. I blogged about]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been busy converting my parents hard work on their  <a class="zem_slink" title="Family tree" rel="wikipedia" href="http://en.wikipedia.org/wiki/Family_tree">family tree</a> into <a class="zem_slink" title="Resource Description Framework" rel="wikipedia" href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a>. I blogged about initial attempts <a href="http://johngoodwin225.wordpress.com/2009/01/21/genealogy-and-the-semantic-web/">here</a>. It&#8217;s far from finished, but at around 500,000 triples already it looks like it&#8217;s going to be a lot of RDF!</p>
<p>You can view the RDF (as it is) <a href="http://www.johngoodwin.me.uk/family/family.rdf">here</a>, but seeing as RDF is for machines a more human friendly version can be browsed <a href="http://demo.openlinksw.com/rdfbrowser2/?uri=http://www.johngoodwin.me.uk/family/family.rdf">here</a>. So far I&#8217;ve been concentrating on linking places of death and birth to various other datasets include <a href="http://www.geonames.org">geonames</a>, <a class="zem_slink" title="DBpedia" rel="homepage" href="http://dbpedia.org">DBpedia</a>, <a class="zem_slink" title="freebase" rel="homepage" href="http://www.freebase.com/">Freebase</a> and <a href="http://os.rkbexplorer.com">Ordnance Survey</a> (though there still a fair few places to link).</p>
<p>To be done:</p>
<p>1) Finish connecting all the places.</p>
<p>2) Sort date formats out.</p>
<p>3) Turn into linked data with dereferencable URIs and content negotation.</p>
<p>A more detailed write up when it&#8217;s all finished&#8230;</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/0c0f5b06-bcc5-4e1b-85f4-cca816278672/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=0c0f5b06-bcc5-4e1b-85f4-cca816278672" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Having your profile forms automatic filled in ...]]></title>
<link>http://webofdata.wordpress.com/2009/04/05/pac-intro/</link>
<pubDate>Sun, 05 Apr 2009 12:02:03 +0000</pubDate>
<dc:creator>woddiscovery</dc:creator>
<guid>http://webofdata.wordpress.com/2009/04/05/pac-intro/</guid>
<description><![CDATA[You know that situation. Every time you want to order flowers via the Web or book a flight (where yo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You  know that situation. Every time you want to order flowers via the Web or book a flight (where you not happen to be  a premium member of the airline&#8217;s frequent fliers club having all the data handy), you are urged  to fill in the most stupid and plain forms. Day in, day out, the same boring and time-consuming activity.</p>
<p>How about a sort of <a href="http://en.wikipedia.org/wiki/The_Turk">Mechanical Turk</a> that does the dirty work for you?</p>
<p>Ok, enough words: here is my take on it, using <a href="http://esw.w3.org/topic/PushBackDataToLegacySourcesRDForms">RDForms</a>&#8216; <a href="http://esw.w3.org/topic/PushBackDataToLegacySourcesFusion">fusion</a> capabilities, one can fill in her profile data from one&#8217;s FOAF file:</p>
<div id="attachment_101" class="wp-caption aligncenter" style="width: 410px"><a href="http://ld2sd.deri.org/pac/"><img class="size-full wp-image-101" title="pac-demo" src="http://webofdata.wordpress.com/files/2009/04/pac-demo.png" alt="profile auto-complete demo based on RDForms fusion algorithm" width="400" height="239" /></a><p class="wp-caption-text">profile auto-complete demo based on RDForms fusion algorithm</p></div>
<p>Check out <a href="http://ld2sd.deri.org/pac/">http://ld2sd.deri.org/pac/</a> and let me know what and how we could extend that little toy (maybe pre-selecting fields or protect certain fields, etc. ?). The code is also available at the <a href="http://code.google.com/p/pushback/source/browse/#svn/trunk/usecases/pac">pushback project svn</a>.</p>
<p><em>Warning: this is a Sunday-morning hack, not a ready-to-go product, so please, bear with it/me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FoaF Explorer ]]></title>
<link>http://semanticweb30.wordpress.com/2009/03/15/foaf-explorer/</link>
<pubDate>Sun, 15 Mar 2009 15:51:13 +0000</pubDate>
<dc:creator>dezaiacomo</dc:creator>
<guid>http://semanticweb30.wordpress.com/2009/03/15/foaf-explorer/</guid>
<description><![CDATA[human-readable &#8211;&gt; machine-readable &#8211;&gt; human-readable. FoaF Explorer è un tool che ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h2><span style="color:#800000;"><span style="color:#000000;">human-readable </span></span></h2>
<h2><span style="color:#800000;"><span style="color:#000000;">&#8211;&#62; </span></span></h2>
<h2><span style="color:#800000;"><span style="color:#000000;">machine-readable </span></span></h2>
<h2><span style="color:#800000;"><span style="color:#000000;">&#8211;&#62;</span> </span></h2>
<h2><span style="color:#800000;">human-readable.</span></h2>
<p><span style="color:#800000;"><br />
</span></p>
<p><span style="color:#800000;"><a href="http://xml.mfd-consult.dk/images/foaf-explorer.240.png"><img class="alignnone" title="foafExplorer" src="http://xml.mfd-consult.dk/images/foaf-explorer.240.png" alt="" width="240" height="240" /></a></span></p>
<p><span style="color:#800000;"><span style="color:#000000;"><a href="http://xml.mfd-consult.dk/foaf/explorer/">FoaF Explorer</a> è un tool che permette di visualizzare in forma <em>human-readable</em> la struttura di una rete <a href="http://semanticweb30.wordpress.com/2009/01/25/foaf/"><span class="zem_slink">FOAF</span></a>.</span></span></p>
<p><span style="color:#800000;"><span style="color:#000000;"><br />
</span></span></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=42c3cba6-01e1-4767-a5f9-c367edbd7c8a" alt="Enhanced by Zemanta" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Protégé Ontology Editor and Knowledge Acquisition System]]></title>
<link>http://visualkm.wordpress.com/2009/03/12/the-protege-ontology-editor-and-knowledge-acquisition-system/</link>
<pubDate>Thu, 12 Mar 2009 00:49:39 +0000</pubDate>
<dc:creator>visualkm</dc:creator>
<guid>http://visualkm.wordpress.com/2009/03/12/the-protege-ontology-editor-and-knowledge-acquisition-system/</guid>
<description><![CDATA[The Protégé Ontology Editor and Knowledge Acquisition System. Protégé is a free, open source ontolog]]></description>
<content:encoded><![CDATA[The Protégé Ontology Editor and Knowledge Acquisition System. Protégé is a free, open source ontolog]]></content:encoded>
</item>
<item>
<title><![CDATA[DERI: Semantic Web, Web 2.0, and SOA in Pictures]]></title>
<link>http://w1.mqit.com/2009/03/09/deri-semantic-web-web-20-and-soa-in-pictures/</link>
<pubDate>Mon, 09 Mar 2009 22:44:52 +0000</pubDate>
<dc:creator>byronpojol</dc:creator>
<guid>http://w1.mqit.com/2009/03/09/deri-semantic-web-web-20-and-soa-in-pictures/</guid>
<description><![CDATA[By MQIT.com (an IBM Business Partner Strategy Methodology Center of Excellence SOA BPM ESB EAI WebSp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.addthis.com/bookmark.php?pub=byronpojol" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share"></a><em></em><br />
 <em></em><br />
By MQIT.com (an IBM Business Partner Strategy Methodology Center of Excellence SOA BPM ESB EAI WebSphere)</p>
<p>Source: DERI Semantic Web Web 20 SOA<br />
(The pdf can be found at the MQIT PRESS BOX at the bottom right of MQIT.com.)</p>
<p><img class="aligncenter size-full wp-image-1046" title="semantic-web-soa-01" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-01.png" alt="semantic-web-soa-01" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1047" title="semantic-web-soa-02" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-02.png" alt="semantic-web-soa-02" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1048" title="semantic-web-soa-03" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-03.png" alt="semantic-web-soa-03" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1049" title="semantic-web-soa-04" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-04.png" alt="semantic-web-soa-04" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1050" title="semantic-web-soa-05" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-05.png" alt="semantic-web-soa-05" width="510" height="354" /></p>
<p><img class="aligncenter size-full wp-image-1051" title="semantic-web-soa-06" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-06.png" alt="semantic-web-soa-06" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1052" title="semantic-web-soa-07" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-07.png" alt="semantic-web-soa-07" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1052" title="semantic-web-soa-08" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-08.png" alt="semantic-web-soa-08" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1054" title="semantic-web-soa-09" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-09.png" alt="semantic-web-soa-09" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1055" title="semantic-web-soa-10" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-10.png" alt="semantic-web-soa-10" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1056" title="semantic-web-soa-11" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-11.png" alt="semantic-web-soa-11" width="510" height="335" /></p>
<p><img class="aligncenter size-full wp-image-1057" title="semantic-web-soa-12" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-12.png" alt="semantic-web-soa-12" width="510" height="340" /></p>
<p><img class="aligncenter size-full wp-image-1058" title="semantic-web-soa-13" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-13.png" alt="semantic-web-soa-13" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1059" title="semantic-web-soa-14" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-14.png" alt="semantic-web-soa-14" width="510" height="335" /></p>
<p><img class="aligncenter size-full wp-image-1060" title="semantic-web-soa-15" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-15.png" alt="semantic-web-soa-15" width="510" height="340" /></p>
<p><img class="aligncenter size-full wp-image-1061" title="semantic-web-soa-16" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-soa-16.png" alt="semantic-web-soa-16" width="510" height="354" /><br />
<em></em></p>
<table border="0" align="right">
<tbody>
<tr>
<td>
<a href="http://www.addthis.com/bookmark.php?pub=byronpojol" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share"></a>
</td>
</tr>
</tbody>
</table>
<p><em></em><br />
<em></em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[DERI: Semantic Web, Web 2.0, and SOA in Pictures]]></title>
<link>http://w9.mqit.com/2009/03/09/deri-semantic-web-web-20-and-soa-in-pictures/</link>
<pubDate>Mon, 09 Mar 2009 22:44:52 +0000</pubDate>
<dc:creator>byronpojol</dc:creator>
<guid>http://w9.mqit.com/2009/03/09/deri-semantic-web-web-20-and-soa-in-pictures/</guid>
<description><![CDATA[By MQIT.com (an IBM Business Partner Strategy Methodology Center of Excellence SOA BPM ESB EAI WebSp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>By MQIT.com (an IBM Business Partner Strategy Methodology Center of Excellence SOA BPM ESB EAI WebSphere)</p>
<p>Source: DERI Semantic Web Web 20 SOA<br />
(The pdf can be found at the MQIT PRESS BOX at the bottom right of MQIT.com.)</p>
<p><img class="aligncenter size-full wp-image-1046" title="semantic-web-soa-01" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-01.png" alt="semantic-web-soa-01" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1047" title="semantic-web-soa-02" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-02.png" alt="semantic-web-soa-02" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1048" title="semantic-web-soa-03" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-03.png" alt="semantic-web-soa-03" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1049" title="semantic-web-soa-04" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-04.png" alt="semantic-web-soa-04" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1050" title="semantic-web-soa-05" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-05.png" alt="semantic-web-soa-05" width="510" height="354" /></p>
<p><img class="aligncenter size-full wp-image-1051" title="semantic-web-soa-06" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-06.png" alt="semantic-web-soa-06" width="510" height="337" /></p>
<p><img class="aligncenter size-full wp-image-1052" title="semantic-web-soa-07" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-07.png" alt="semantic-web-soa-07" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1052" title="semantic-web-soa-08" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-08.png" alt="semantic-web-soa-08" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1054" title="semantic-web-soa-09" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-09.png" alt="semantic-web-soa-09" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1055" title="semantic-web-soa-10" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-10.png" alt="semantic-web-soa-10" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1056" title="semantic-web-soa-11" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-11.png" alt="semantic-web-soa-11" width="510" height="335" /></p>
<p><img class="aligncenter size-full wp-image-1057" title="semantic-web-soa-12" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-12.png" alt="semantic-web-soa-12" width="510" height="340" /></p>
<p><img class="aligncenter size-full wp-image-1058" title="semantic-web-soa-13" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-13.png" alt="semantic-web-soa-13" width="510" height="336" /></p>
<p><img class="aligncenter size-full wp-image-1059" title="semantic-web-soa-14" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-14.png" alt="semantic-web-soa-14" width="510" height="335" /></p>
<p><img class="aligncenter size-full wp-image-1060" title="semantic-web-soa-15" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-15.png" alt="semantic-web-soa-15" width="510" height="340" /></p>
<p><img class="aligncenter size-full wp-image-1061" title="semantic-web-soa-16" src="http://w9.mqit.com/files/2009/03/semantic-web-soa-16.png" alt="semantic-web-soa-16" width="510" height="354" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Semantic Web and Metadata]]></title>
<link>http://w1.mqit.com/2009/03/08/semantic-web-and-metadata/</link>
<pubDate>Sun, 08 Mar 2009 01:14:41 +0000</pubDate>
<dc:creator>byronpojol</dc:creator>
<guid>http://w1.mqit.com/2009/03/08/semantic-web-and-metadata/</guid>
<description><![CDATA[Note: Social site users, geeks or IT entrepreneurs will have something to take away after reading th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.addthis.com/bookmark.php?pub=byronpojol" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share"></a><em></em><br />
 <em></em></p>
<p>Note: Social site users, geeks or IT entrepreneurs will have something to take away after reading this blog.</p>
<p>Before viewing the four videos below that introduce Semantic Web, what is semantic web?</p>
<p>The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. It is a collaborative effort led by W3C with participation from a large number of researchers and industrial partners.</p>
<p>The Semantic Web is a Web of data. There is a lot of data we all use every day, and it&#8217;s not part of the Web. For example, I can see my bank statements on the web, and my photographs, and I can see my appointments in a calendar. But can I see my photos in a calendar to see what I was doing when I took them? Can I see bank statement lines in a calendar? Why not? Because we don&#8217;t have a web of data. Because data is controlled by applications, and each application keeps it to itself.</p>
<p>The vision of the Semantic Web is to extend principles of the Web from documents to data. Data should be accessed using the general Web architecture using, e.g., URI-s; data should be related to one another just as documents (or portions of documents) are already. This also means creation of a common framework that allows data to be shared and reused across application, enterprise, and community boundaries, to be processed automatically by tools as well as manually, including revealing possible new relationships among pieces of data.</p>
<p>Semantic Web technologies can be used in a variety of application areas; for example: in data integration, whereby data in various locations and various formats can be integrated in one, seamless application; in resource discovery and classification to provide better, domain specific search engine capabilities; in cataloging for describing the content and content relationships available at a particular Web site, page, or digital library; by intelligent software agents to facilitate knowledge sharing and exchange; in content rating; in describing collections of pages that represent a single logical “document”; for describing intellectual property rights of Web pages (see, eg, the Creative Commons), and in many others.</p>
<p><img class="aligncenter size-full wp-image-1036" title="semantic-web-stack-03" src="http://byronpojol.wordpress.com/files/2009/03/semantic-web-stack-03.png" alt="semantic-web-stack-03" width="510" height="280" /></p>
<p>The Semantic Web is an evolving extension of the World Wide Web in which the semantics of information and services on the web is defined, making it possible for the web to understand and satisfy the requests of people and machines to use the web content. It derives from World Wide Web Consortium director Sir Tim Berners-Lee&#8217;s vision of the Web as a universal medium for data, information, and knowledge exchange.</p>
<p>At its core, the semantic web comprises a set of design principles, collaborative working groups, and a variety of enabling technologies. Some elements of the semantic web are expressed as prospective future possibilities that are yet to be implemented or realized. Other elements of the semantic web are expressed in formal specifications. Some of these include Resource Description Framework (RDF), a variety of data interchange formats (e.g. RDF/XML, N3, Turtle, N-Triples), and notations such as RDF Schema (RDFS) and the Web Ontology Language (OWL), all of which are intended to provide a formal description of concepts, terms, and relationships within a given knowledge domain.</p>
<p>Video #1: Eric Schmidt, Chairman and CEO of Google, on Web 2.0 and Web 3.0<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/T0QJmmdw3b0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/T0QJmmdw3b0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Transcript by MQIT Corporation</p>
<p>Easy question.<br />
What is Web 3.0?<br />
We know what is Web 2.0 is.<br />
What has Google see Web 3.0 ought to be?</p>
<p>Well, Web 2.0 is a marketing term.<br />
And I think you just invented Web 3.0.<br />
But if I were to guess what Web 2.0 is.<br />
I would tell you that it is a different way of building an applications.<br />
Up until now Web 2.0 has been a term that corresponds to something called AJAX.<br />
AJAX is a computer architecture that is the underlaying architecture that I have been talking about.<br />
And my prediction is would be that Web 3.0 will be ultimately be seen.<br />
As applications that are piece together.<br />
A number of characteristics.<br />
Application are relatively small.<br />
The data is in the cloud.<br />
The applications can run on any device, PC or mobile phone.<br />
That the applications are very fast.<br />
And that they are very customizable.<br />
And further more the applications are distributed by virus.<br />
Essentially virally, literally by social networks, by email.<br />
You will not go to the store to purchase them.<br />
You will say &#8211; I send to you.<br />
Here is a new interesting way of doing one thing or another.<br />
That is a very different application model than we have ever seen in computing.<br />
Very different from the mainframe era.<br />
Very different from the PC industry.<br />
Much likely to be very very large.<br />
Has low variance entry.<br />
The new generation of tools that is being announce today.<br />
Google and other companies make it relatively easy to do.<br />
Solves a lot of problem.<br />
And works everywhere.</p>
<p>Video #2: Tim Berners-Lee, Inventor of WWW and Director of W3C, on the Semantic Web<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/mVFY52CH6Bc&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/mVFY52CH6Bc&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Video #3: Introduction to Semantic Web from Digital Bazaar<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/OGg8A2zfWKg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/OGg8A2zfWKg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Video #4: Semantic Web from GoogleTalks and DERI<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/CSM_iUWg9AY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/CSM_iUWg9AY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>The Semantic Web is a field aiming a the creation, deployment, and interoperation of machine readable data on the Internet. In the talk we present some projects in DERI on Semantic Web technologies &#8211; notably Semantic Interlinking of Online Community sites, Social Semantic Collaborative Filtering, and ActiveRDF, a library for Browsing, programming and navigating Semantic Web data.</p>
<p>The SIOC (Semantic Interlinking of Online Communities) project is an effort aiming at establishing and deploying a metadata vocabulary for interlinking and connecting distributed conversation on blogs, bulletin boards, and mailing lists. The vocabulary has been implemented&#8230;</p>
<p>Some of the technologies and projects mentioned in the videos above.</p>
<p><a href="http://www.w3.org/TR/xhtml-rdfa-primer" target="_blank">RDFa, Resource Description Framework in attribute</a><br />
Today&#8217;s web is built predominantly for human consumption. Even as machine-readable data begins to appear on the web, it is typically distributed in a separate file, with a separate format, and very limited correspondence between the human and machine versions. As a result, web browsers can provide only minimal assistance to humans in parsing and processing web data: browsers only see presentation information. We introduce RDFa, which provides a set of XHTML attributes to augment visual data with machine-readable hints. We show how to express simple and more complex datasets using RDFa, and in particular how to turn the existing human-visible text and links into machine-readable data without repeating content.</p>
<p><a href="http://microformats.org/about" target="_blank">Microformats</a><br />
Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4106" target="_blank">Operator</a><br />
Operator leverages microformats and other semantic data that are already available on many web pages to provide new ways to interact with web services.</p>
<p><a href="http://sioc-project.org" target="_blank">SIOC, Semantic-Interlinked Online Communities</a><br />
What is SIOC? The SIOC initiative (Semantically-Interlinked Online Communities) aims to enable the integration of online community information. SIOC provides a Semantic Web ontology for representing rich data from the Social Web in RDF. It has recently achieved significant adoption through its usage in a variety of commercial and open-source software applications, and is commonly used in conjunction with the FOAF vocabulary for expressing personal profile and social networking information. By becoming a standard way for expressing user-generated content from such sites, SIOC enables new kinds of usage scenarios for online community site data, and allows innovative semantic applications to be built on top of the existing Social Web. The SIOC ontology was recently published as a W3C Member Submission, which was submitted by 16 organisations.</p>
<p><a href="http://www.w3.org/TR/owl-guide" target="_blank">OWL, Web Ontology Language</a><br />
The World Wide Web as it is currently constituted resembles a poorly mapped geography. Our insight into the documents and capabilities available are based on keyword searches, abetted by clever use of document connectivity and usage patterns. The sheer mass of this data is unmanageable without powerful tool support. In order to map this terrain more precisely, computational agents require machine-readable descriptions of the content and capabilities of Web accessible resources. These descriptions must be in addition to the human-readable versions of that information. The OWL Web Ontology Language is intended to provide a language that can be used to describe the classes and relations between them that are inherent in Web documents and applications.</p>
<p><a href="http://wiki.activerdf.org/ActiveRDF" target="_blank">ActiveRDF</a><br />
ActiveRDF is a library for accessing RDF data from Ruby programs. It can be used as data layer in Ruby-on-Rails, in the same way as you can use ActiveRecord for accessing relational databases. Using ActiveRDF with Ruby-on-Rails allows you to create semantic web applications very rapidly. ActiveRDF gives you a domain specific language for your RDF model: you can address RDF resources, classes, properties, etc. programmatically, without queries.</p>
<p><a href="http://s3b.corrib.org" target="_blank">SSCF</a> / <a href="http://wiki.corrib.org/index.php/S3B/SSCF/SIOCSupport" target="_blank">SIOC Support</a><br />
This project delivers a number of components that combined together allow users to search and browse the information space using existing semantic relations and social annotations.</p>
<p>The three first components (partially refactored from FOAFRealm and JeromeDL projects) are:<br />
* SSCF &#8211; Social Semantic Collaborative Filtering<br />
* MBB &#8211; MultiBeeBrowse &#8211; a modern faceted navigation<br />
* SQE &#8211; Semantic Query Expansion based on a community-aware user profile</p>
<p><a href="http://jeromedl.org" target="_blank">JeromeDL</a><br />
JeromeDL is a Social Semantic Digital Library. As a digital library, it allows institutions to easily publish documents on the Web. It supports a variety of document formats and allows to store and query a rich bibliographic description of each document.</p>
<p><a href="http://www.foafrealm.org" target="_blank">FoaF, Friend of a Friend</a><br />
Our goal is to design and implement D-FOAF, a distributed authentication and trust infrastructure without a centralised authority. D-FOAF will be a backbone for trust applications based on social relationships and will establish idenity of users similar to the way we establish identity and trust in real life. D-FOAF will be based on previous work like the P2P HyperCuP topology and FOAFRealm, a Semantic Web based user and relationship management system. Implementation work will be conducted for the J2EE, .NET and PHP environments.</p>
<p><a href="http://www.w3.org/2004/02/skos" target="_blank">SKOS, Simple Knowledge Organization System</a></p>
<p><em></em></p>
<table border="0" align="right">
<tbody>
<tr>
<td>
<a href="http://www.addthis.com/bookmark.php?pub=byronpojol" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share"></a>
</td>
</tr>
</tbody>
</table>
<p><em></em><br />
<em></em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Semantic Web and Metadata]]></title>
<link>http://w9.mqit.com/2009/03/08/semantic-web-and-metadata/</link>
<pubDate>Sun, 08 Mar 2009 01:14:41 +0000</pubDate>
<dc:creator>byronpojol</dc:creator>
<guid>http://w9.mqit.com/2009/03/08/semantic-web-and-metadata/</guid>
<description><![CDATA[Note: Social site users, geeks or IT entrepreneurs will have something to take away after reading th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Note: Social site users, geeks or IT entrepreneurs will have something to take away after reading this blog.</p>
<p>Before viewing the four videos below that introduce Semantic Web, what is semantic web?</p>
<p>The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. It is a collaborative effort led by W3C with participation from a large number of researchers and industrial partners.</p>
<p>The Semantic Web is a Web of data. There is a lot of data we all use every day, and it&#8217;s not part of the Web. For example, I can see my bank statements on the web, and my photographs, and I can see my appointments in a calendar. But can I see my photos in a calendar to see what I was doing when I took them? Can I see bank statement lines in a calendar? Why not? Because we don&#8217;t have a web of data. Because data is controlled by applications, and each application keeps it to itself.</p>
<p>The vision of the Semantic Web is to extend principles of the Web from documents to data. Data should be accessed using the general Web architecture using, e.g., URI-s; data should be related to one another just as documents (or portions of documents) are already. This also means creation of a common framework that allows data to be shared and reused across application, enterprise, and community boundaries, to be processed automatically by tools as well as manually, including revealing possible new relationships among pieces of data.</p>
<p>Semantic Web technologies can be used in a variety of application areas; for example: in data integration, whereby data in various locations and various formats can be integrated in one, seamless application; in resource discovery and classification to provide better, domain specific search engine capabilities; in cataloging for describing the content and content relationships available at a particular Web site, page, or digital library; by intelligent software agents to facilitate knowledge sharing and exchange; in content rating; in describing collections of pages that represent a single logical “document”; for describing intellectual property rights of Web pages (see, eg, the Creative Commons), and in many others.</p>
<p><img class="aligncenter size-full wp-image-1036" title="semantic-web-stack-03" src="http://w9.mqit.com/files/2009/03/semantic-web-stack-03.png" alt="semantic-web-stack-03" width="510" height="280" /></p>
<p>The Semantic Web is an evolving extension of the World Wide Web in which the semantics of information and services on the web is defined, making it possible for the web to understand and satisfy the requests of people and machines to use the web content. It derives from World Wide Web Consortium director Sir Tim Berners-Lee&#8217;s vision of the Web as a universal medium for data, information, and knowledge exchange.</p>
<p>At its core, the semantic web comprises a set of design principles, collaborative working groups, and a variety of enabling technologies. Some elements of the semantic web are expressed as prospective future possibilities that are yet to be implemented or realized. Other elements of the semantic web are expressed in formal specifications. Some of these include Resource Description Framework (RDF), a variety of data interchange formats (e.g. RDF/XML, N3, Turtle, N-Triples), and notations such as RDF Schema (RDFS) and the Web Ontology Language (OWL), all of which are intended to provide a formal description of concepts, terms, and relationships within a given knowledge domain.</p>
<p>Video #1: Eric Schmidt, Chairman and CEO of Google, on Web 2.0 and Web 3.0<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/T0QJmmdw3b0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/T0QJmmdw3b0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Transcript by MQIT Corporation</p>
<p>Easy question.<br />
What is Web 3.0?<br />
We know what is Web 2.0 is.<br />
What has Google see Web 3.0 ought to be?</p>
<p>Well, Web 2.0 is a marketing term.<br />
And I think you just invented Web 3.0.<br />
But if I were to guess what Web 2.0 is.<br />
I would tell you that it is a different way of building an applications.<br />
Up until now Web 2.0 has been a term that corresponds to something called AJAX.<br />
AJAX is a computer architecture that is the underlaying architecture that I have been talking about.<br />
And my prediction is would be that Web 3.0 will be ultimately be seen.<br />
As applications that are piece together.<br />
A number of characteristics.<br />
Application are relatively small.<br />
The data is in the cloud.<br />
The applications can run on any device, PC or mobile phone.<br />
That the applications are very fast.<br />
And that they are very customizable.<br />
And further more the applications are distributed by virus.<br />
Essentially virally, literally by social networks, by email.<br />
You will not go to the store to purchase them.<br />
You will say &#8211; I send to you.<br />
Here is a new interesting way of doing one thing or another.<br />
That is a very different application model than we have ever seen in computing.<br />
Very different from the mainframe era.<br />
Very different from the PC industry.<br />
Much likely to be very very large.<br />
Has low variance entry.<br />
The new generation of tools that is being announce today.<br />
Google and other companies make it relatively easy to do.<br />
Solves a lot of problem.<br />
And works everywhere.</p>
<p>Video #2: Tim Berners-Lee, Inventor of WWW and Director of W3C, on the Semantic Web<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/mVFY52CH6Bc&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/mVFY52CH6Bc&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Video #3: Introduction to Semantic Web from Digital Bazaar<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/OGg8A2zfWKg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/OGg8A2zfWKg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Video #4: Semantic Web from GoogleTalks and DERI<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/CSM_iUWg9AY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/CSM_iUWg9AY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>The Semantic Web is a field aiming a the creation, deployment, and interoperation of machine readable data on the Internet. In the talk we present some projects in DERI on Semantic Web technologies &#8211; notably Semantic Interlinking of Online Community sites, Social Semantic Collaborative Filtering, and ActiveRDF, a library for Browsing, programming and navigating Semantic Web data.</p>
<p>The SIOC (Semantic Interlinking of Online Communities) project is an effort aiming at establishing and deploying a metadata vocabulary for interlinking and connecting distributed conversation on blogs, bulletin boards, and mailing lists. The vocabulary has been implemented&#8230;</p>
<p>Some of the technologies and projects mentioned in the videos above.</p>
<p><a href="http://www.w3.org/TR/xhtml-rdfa-primer" target="_blank">RDFa, Resource Description Framework in attribute</a><br />
Today&#8217;s web is built predominantly for human consumption. Even as machine-readable data begins to appear on the web, it is typically distributed in a separate file, with a separate format, and very limited correspondence between the human and machine versions. As a result, web browsers can provide only minimal assistance to humans in parsing and processing web data: browsers only see presentation information. We introduce RDFa, which provides a set of XHTML attributes to augment visual data with machine-readable hints. We show how to express simple and more complex datasets using RDFa, and in particular how to turn the existing human-visible text and links into machine-readable data without repeating content.</p>
<p><a href="http://microformats.org/about" target="_blank">Microformats</a><br />
Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4106" target="_blank">Operator</a><br />
Operator leverages microformats and other semantic data that are already available on many web pages to provide new ways to interact with web services.</p>
<p><a href="http://sioc-project.org" target="_blank">SIOC, Semantic-Interlinked Online Communities</a><br />
What is SIOC? The SIOC initiative (Semantically-Interlinked Online Communities) aims to enable the integration of online community information. SIOC provides a Semantic Web ontology for representing rich data from the Social Web in RDF. It has recently achieved significant adoption through its usage in a variety of commercial and open-source software applications, and is commonly used in conjunction with the FOAF vocabulary for expressing personal profile and social networking information. By becoming a standard way for expressing user-generated content from such sites, SIOC enables new kinds of usage scenarios for online community site data, and allows innovative semantic applications to be built on top of the existing Social Web. The SIOC ontology was recently published as a W3C Member Submission, which was submitted by 16 organisations.</p>
<p><a href="http://www.w3.org/TR/owl-guide" target="_blank">OWL, Web Ontology Language</a><br />
The World Wide Web as it is currently constituted resembles a poorly mapped geography. Our insight into the documents and capabilities available are based on keyword searches, abetted by clever use of document connectivity and usage patterns. The sheer mass of this data is unmanageable without powerful tool support. In order to map this terrain more precisely, computational agents require machine-readable descriptions of the content and capabilities of Web accessible resources. These descriptions must be in addition to the human-readable versions of that information. The OWL Web Ontology Language is intended to provide a language that can be used to describe the classes and relations between them that are inherent in Web documents and applications.</p>
<p><a href="http://wiki.activerdf.org/ActiveRDF" target="_blank">ActiveRDF</a><br />
ActiveRDF is a library for accessing RDF data from Ruby programs. It can be used as data layer in Ruby-on-Rails, in the same way as you can use ActiveRecord for accessing relational databases. Using ActiveRDF with Ruby-on-Rails allows you to create semantic web applications very rapidly. ActiveRDF gives you a domain specific language for your RDF model: you can address RDF resources, classes, properties, etc. programmatically, without queries.</p>
<p><a href="http://s3b.corrib.org" target="_blank">SSCF</a> / <a href="http://wiki.corrib.org/index.php/S3B/SSCF/SIOCSupport" target="_blank">SIOC Support</a><br />
This project delivers a number of components that combined together allow users to search and browse the information space using existing semantic relations and social annotations.</p>
<p>The three first components (partially refactored from FOAFRealm and JeromeDL projects) are:<br />
* SSCF &#8211; Social Semantic Collaborative Filtering<br />
* MBB &#8211; MultiBeeBrowse &#8211; a modern faceted navigation<br />
* SQE &#8211; Semantic Query Expansion based on a community-aware user profile</p>
<p><a href="http://jeromedl.org" target="_blank">JeromeDL</a><br />
JeromeDL is a Social Semantic Digital Library. As a digital library, it allows institutions to easily publish documents on the Web. It supports a variety of document formats and allows to store and query a rich bibliographic description of each document.</p>
<p><a href="http://www.foafrealm.org" target="_blank">FoaF, Friend of a Friend</a><br />
Our goal is to design and implement D-FOAF, a distributed authentication and trust infrastructure without a centralised authority. D-FOAF will be a backbone for trust applications based on social relationships and will establish idenity of users similar to the way we establish identity and trust in real life. D-FOAF will be based on previous work like the P2P HyperCuP topology and FOAFRealm, a Semantic Web based user and relationship management system. Implementation work will be conducted for the J2EE, .NET and PHP environments.</p>
<p><a href="http://www.w3.org/2004/02/skos" target="_blank">SKOS, Simple Knowledge Organization System</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hillary Clinton’s foaf entry…]]></title>
<link>http://ivan-herman.name/2009/02/04/hillary-clinton%e2%80%99s-foaf-entry%e2%80%a6/</link>
<pubDate>Wed, 04 Feb 2009 09:54:04 +0000</pubDate>
<dc:creator>Ivan Herman</dc:creator>
<guid>http://ivan-herman.name/2009/02/04/hillary-clinton%e2%80%99s-foaf-entry%e2%80%a6/</guid>
<description><![CDATA[Talking about RDF getting into the mainstream! John Musser just reported on the US Congress SpaceBoo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Talking about RDF getting into the mainstream! John Musser just <a href="http://blog.programmableweb.com/2009/02/03/congress-spacebook-and-hillary-clintons-foaf-entry/">reported on the US Congress SpaceBook</a> system that also includes the foaf data of, eg, senators. And he explicitly quotes the foaf data of Hillary Clinton (see that article for the details)…</p>
<p>Hm, hm. The foaf file is actually <em>included</em> in the <a href="http://congressspacebook.com/profiles/Hillary_Clinton">page for Hillary Clinton</a> as an… XML comment. Oops. Maybe its time to put this into RDFa&#8230; Also, as far as I know (I am not in the US so my knowledge of US regulation is not that good), now that she is Secretary of State, she has to give up here senator&#8217;s seat, right? If so, that URI will disappear…</p>
<p>Anyway, let us not grumble too much. It is a start!</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=b3bdf1a9-bbf6-4df2-a9f4-37b1ce61009d" alt="" /></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[IT}--  Crean un e-mail sem&aacute;ntico que selecciona a qui&eacute;n mandar mensajes]]></title>
<link>http://padronel.wordpress.com/2009/02/02/it-crean-un-e-mail-semntico-que-selecciona-a-quin-mandar-mensajes/</link>
<pubDate>Mon, 02 Feb 2009 13:52:18 +0000</pubDate>
<dc:creator>CMP</dc:creator>
<guid>http://padronel.wordpress.com/2009/02/02/it-crean-un-e-mail-semntico-que-selecciona-a-quin-mandar-mensajes/</guid>
<description><![CDATA[31 Enero 2009 Yaiza Martínez La Universidad de Stanford, en Estados Unidos, está probando un prototi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>31 Enero 2009</p>
<p>Yaiza Martínez</p>
<p><b>La <a href="http://www.stanford.edu/">Universidad de Stanford</a>, en Estados Unidos, está probando un prototipo de sistema de e-mail que podría revolucionar el correo electrónico. </b>    <br />Se trata del <a href="http://logic.stanford.edu/oem/projects.html#_Coordinating_Collective_Work">SEAmail</a>, un sistema de correo electrónico semántico que permitirá a los usuarios dirigir mensajes a personas, sin que haya que conocer necesariamente su dirección,… o ni tan siquiera sus nombres. </p>
<p>Los envíos los establece SEAmail a partir de un nuevo tipo de información: aquélla que permite agrupar o definir a los receptores de los mensajes en conjuntos semánticos. </p>
<p><b>Búsqueda mediante claves</b></p>
<p>Según explica Michael Genesereth, un profesor de ciencias computacionales de Stanford y uno de los artífices de este sistema, en la revista <a href="http://www.technologyreview.com/web/22008/page1/">Technology Review</a>, el e-mail tradicional es una forma artificial de dirigir mensajes a personas concretas, al menos generalmente. </p>
<p>Las tecnologías semánticas tratan de hacer que esto sea más sencillo, específicamente con programas informáticos capaces de comprender contextos, de manera que el usuario pueda interactuar con el software de manera más natural. Así, por ejemplo el e-mail semántico es capaz de buscar las personas a las que queremos enviar un e-mail, sólo con que le introduzcamos determinadas claves significativas como, por ejemplo, “profesores graduados en Harvard desde 1960”. </p>
<p>A partir de esta información, SEAmail busca las direcciones de correo electrónico de todos aquellos profesores con estas características, y pone a nuestra disposición el listado de esas direcciones. </p>
<p>Según los investigadores, en SEAmail el usuario selecciona los receptores de un mensaje de manera muy similar a como realizaríamos una búsqueda en una base de datos. Los parámetros pueden ser tan sencillos como el nombre de una persona, o tan complejos como un conjunto de requisitos. </p>
<p><b>Versión integrada y sencilla</b></p>
<p>Por eso, para aprovechar al máximo el potencial de este sistema, afirma Genesereth, se necesita tener datos abundantes sobre las personas que están enviándose mensajes entre sí, sus intereses y otras informaciones relevantes. El desafío tecnológico de SEAmail radica en ofrecer una versión integrada de estos datos, a la que se pueda acceder fácilmente. </p>
<p>Actualmente, explican los creadores del sistema en otro <a href="http://logic.stanford.edu/sharing/papers/sea-ic.pdf">artículo</a>, utilizamos listas de correo para enviar a grupos predefinidos de personas, definidas por conceptos demasiado amplios. El nuevo sistema, permite ajustarse mucho más a nuestros requisitos específicos, permitiendo enviar los correos a un conjunto de personas o entidades semánticamente definidas. </p>
<p>Esto permitirá, por ejemplo, que si una persona cambia de e-mail, SEAmail encuentre su nuevo mail y mande el mensaje que inicialmente se quería enviar a la nueva dirección. </p>
<p><b>Otros beneficios</b></p>
<p>Otros beneficios del sistema, según sus autores, es que no requiere de mantenimiento. En las listas de correo tradicionales, un administrador debe crear y mantener la lista, cambiando progresivamente la información que ésta contiene. El servidor de SEAmail se adapta automáticamente a los cambios.    <br />Además, este sistema tiene aplicaciones tanto en intranets corporativas (redes de computadores interconectadas) como en Internet. </p>
<p>Así, por ejemplo, dado que las empresas y las organizaciones suelen tener sus bases de datos de información sobre personal, proyectos, clientes, etc., los usuarios de SEAmail podrán aprovechar toda esta información para enviar e-mails basándose en los datos de dichas bases acerca de sus compañeros de trabajo y otras personas vinculadas a su compañía. </p>
<p>En el caso de Internet, recientemente ha ganado popularidad <a href="http://es.wikipedia.org/wiki/FOAF">FOAF</a> (Friend Of A Friend), que es un proyecto dentro de la <a href="http://es.wikipedia.org/wiki/Web_sem%C3%A1ntica">Web semántica</a> para describir relaciones mediante <a href="http://es.wikipedia.org/wiki/Resource_Description_Framework">RDF</a> (Resource Description Framework), que puedan ser procesadas fácilmente por las máquinas. </p>
<p>FOAF no tiene aspiraciones comerciales, su organización es horizontal y propone describir relaciones en lenguaje comprensible para los computadores, de manera que se creen redes de relaciones entre amigos. En estas redes la información personal abunda: nombres, e-mails, miembros de los grupos, cumpleaños, intereses, proyectos, etc. </p>
<p><b>Lo contrario del spam</b></p>
<p>Desde 2004, 1,25 millones de documentos FOAF están disponibles en Internet, y este número seguirá creciendo. Con SEAmail esta información podrá usarse para enviar e-mails a personas agrupadas en cualquier conjunto semántico. </p>
<p>Con esta libertad de acceso a otras personas, alguien podría sospechar que este sistema propiciará el spam (mensajes no solicitados de contenido publicitario). Pero sus creadores se apresuran en afirmar que el SEAmail es lo contrario del spam, porque éste va dirigido a cualquiera, a todo el que se pueda llegar, mientras que el e-mail semántico se dirige sólo a aquellos posibles interesados, y que han sido definidos semánticamente. </p>
<p>SEAmail será utilizado a finales de este año en Stanford dentro de un proyecto de “departamento digital” que pretende introducir diversas tecnologías semánticas. El departamento de ciencias computacionales utilizará en primer lugar el sistema, pero después se espera que éste se extienda para todos los usuarios de esta Universidad. </p>
<p>Fuente: <a href="http://www.tendencias21.net/">Tendencias 21</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FOAF]]></title>
<link>http://semanticweb30.wordpress.com/2009/01/25/foaf/</link>
<pubDate>Sun, 25 Jan 2009 22:17:18 +0000</pubDate>
<dc:creator>dezaiacomo</dc:creator>
<guid>http://semanticweb30.wordpress.com/2009/01/25/foaf/</guid>
<description><![CDATA[Image via Wikipedia FOAF &#8211; Friend Of A Friend &#8211; è un progetto che fornisce dei meccanism]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="zemanta-img" style="float:right;display:block;margin:1em;">
<div>
<dl class="wp-caption">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Foaf.svg"><img title="Icon for the FOAF (Friend of a Friend) project..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Foaf.svg/200px-Foaf.svg.png" alt="Icon for the FOAF (Friend of a Friend) project..." width="200" height="100" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:Foaf.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p><a class="zem_slink" title="FOAF (software)" rel="wikipedia" href="http://en.wikipedia.org/wiki/FOAF_%28software%29">FOAF</a> &#8211; Friend Of A Friend &#8211; è un progetto che fornisce dei meccanismi per la creazione decentralizzata di una rete di individui in formato machine-readable, che esprima le relazioni che esistono tra le persone e le loro informazioni personali. Per fare ciò, FOAF si appoggia sul modello RDF ed introduce un vocabolario che definisce le proprietà RDF per esprimere le entità e le loro relazioni in FOAF; FOAF può essere vista come una ontologia per il Semantic Web. Il vocabolario FOAF è una fusione di un vocabolario ad-hoc creato appositamente per il progetto e di altri vocabolari già esistenti, come <a class="zem_slink" title="Dublin Core" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dublin_Core">Dublin Core</a>; questa caratteristica è possibile grazie al modello RDF. FOAF utilizza RDF perchè ne acquisisce l&#8217;estendibilità e dà la possibilità di combinare le relazioni definite con FOAF con altre definite utilizzando un qualsiasi vocabolario RDF, permettendo al vocabolario FOAF di base di non dover trattare al suo interno ogni possibile aspetto riguardo le persone, che come possiamo immaginare sono molteplici e appartenenti a dominii differenti, sfruttando invece la riusabilità.RDF fornisce anche un insieme di proprietà (oggetti e relativi attributi) che FOAF può sfruttare<!--more--></p>
<p>La <a href="http://xmlns.com/foaf/spec">FOAF Vocabulary specification</a> definisce le classi e le proprietà RDF che devono essere utilizzate per creare i documenti FOAF in modo che applicazioni semantiche &#8211; o semantic-aware &#8211; possano effettuarvi delle elaborazioni; per questo motivo i documenti FOAF devono essere documenti RDF\XML validi.</p>
<p>Analizziamo un esempio di documento FOAF per comprendere la sintassi. Il seguente blocco di codice è stato generato tramite <a href="http://www.ldodds.com/foaf/foaf-a-matic">FOAF-a-Matic</a>, un&#8217;applicazione JavaScript che genera un FOAF dalle informazioni personali inseriti nei campi di testo dell&#8217;apposita scheda.</p>
<p><span style="color:#666666;">&#60;rdf:RDF</span></p>
<p>xmlns:rdf=&#8221;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#8221;</p>
<p>xmlns:rdfs=&#8221;http://www.w3.org/2000/01/rdf-schema#&#8221;</p>
<p><strong>xmlns:foaf=&#8221;http://xmlns.com/foaf/0.1/</strong>&#8220;</p>
<p>xmlns:admin=&#8221;http://webns.net/mvcb/&#8221;&#62;</p>
<p><span style="color:#000000;">Dopo la definizione del documento RDF troviamo le namespace declarations per definire gli URIs dei vocabolari dai quali vengono utilizzati i termini che seguono i prefissi <strong>rdf:</strong>, <strong>rdfs:</strong>, <strong>foaf:</strong> ed <strong>admin:</strong>.</span></p>
<p>Come possiamo notare troviamo il vocabolario per RDF, RDFS, il vocabolario FOAF ed uno per il prefisso <strong>admin:</strong>.</p>
<p>Il vocabolario FOAF è identificato dall&#8217;URI <span style="color:#000000;"><strong>http://xmlns.com/foaf/0.1/</strong>, questo non viene modificato con l&#8217;evolversi del vocabolario, quindi presenta ancora la versione 0.1, ma non deve far pensare che il vocabolario si trovi ancora in una versione non-stabile. In questo vocabolario inoltre il concetto di stabilità è definito a livello di termine, per ognuno di questi viene mostrato lo stato (<em>unstable</em>, <em>testing</em>, <em>stable</em>).</span></p>
<p>&#60;foaf:PersonalProfileDocument rdf:about=&#8221;"&#62;</p>
<p>&#60;foaf:maker rdf:resource=&#8221;#me&#8221;/&#62;</p>
<p>&#60;foaf:primaryTopic rdf:resource=&#8221;#me&#8221;/&#62;</p>
<p>&#60;admin:generatorAgent rdf:resource=&#8221;http://www.ldodds.com/foaf/foaf-a-matic&#8221;/&#62;</p>
<p>&#60;admin:errorReportsTo rdf:resource=&#8221;mailto:leigh@ldodds.com&#8221;/&#62;</p>
<p><span style="color:#666666;">&#60;/foaf:PersonalProfileDocument&#62;</span></p>
<p><span style="color:#000000;">La definizione della persona a cui la descrizione FOAF appartiene è rappresentata con la classe </span><span style="color:#000000;"><strong>PersonalProfileDocument</strong>, con la quale è possibile dire chi ha generato questo codic</span><span style="color:#666666;"><span style="color:#000000;">e </span></span><span style="color:#666666;"><span style="color:#000000;">(<strong>foaf:maker</strong>)</span> </span><span style="color:#666666;"><span style="color:#000000;">e definire questa persona come <strong>primaryTopic</strong> della descrizione. In questo caso però vediamo che vengono utilizzati due vocabolari per rappresentare la risorsa, infatti vediamo altre due proprietà con il prefisso <strong>admin:</strong>, quindi che fanno riferimento ad un altro vocabolario, all&#8217;interno della classe </span></span><span style="color:#000000;"><strong>PersonalProfileDocument</strong>. Queste due proprietà servono per definire l&#8217;URI del software con cui il proprietario del documento FOAF ha generato questo codice</span><span style="color:#666666;"><span style="color:#000000;"> (</span></span><strong><span style="color:#000000;">generatorAgent</span></strong><span style="color:#666666;"><span style="color:#000000;">) e per definire a qule indirizzo devono essere comunicati eventuali errori del documento (</span></span><strong><span style="color:#000000;">errorReportsTo</span></strong><span style="color:#666666;"><span style="color:#000000;">).Questo è un esempio di estendibilità del modello RDF, che FOAF eredita basandovici.</span></span></p>
<p>In questo modo abbiamo detto che la persona cui si riferisce il FOAF ne è il creatore ed ha utilizzato il software specificato all&#8217;URL <span style="color:#000000;"><strong>http://www.ldodds.com/foaf/foaf-a-matic</strong> per generarlo.</span></p>
<p>&#60;foaf:Person rdf:ID=&#8221;me&#8221;&#62;</p>
<p>&#60;foaf:name&#62;Simone Dezaiacomo&#60;/foaf:name&#62;</p>
<p>&#60;foaf:title&#62;Sig.&#60;/foaf:title&#62;</p>
<p>&#60;foaf:givenname&#62;Simone&#60;/foaf:givenname&#62;</p>
<p>&#60;foaf:family_name&#62;Dezaiacomo&#60;/foaf:family_name&#62;</p>
<p>&#60;foaf:nick&#62;deza&#60;/foaf:nick&#62;</p>
<p>&#60;foaf:mbox_sha1sum&#62;0c4fb8c1cc504e824daff59fc8aa113183a3075d&#60;/foaf:mbox_sha1sum&#62;</p>
<p>&#60;foaf:homepage rdf:resource=&#8221;semanticweb30.wordpress.com&#8221;/&#62;</p>
<p>&#60;foaf:depiction rdf:resource=&#8221;http://www.flickr.com/photos/34369927@N05/3199121418/&#8221;/&#62;</p>
<p>&#60;foaf:phone rdf:resource=&#8221;tel:+39-333-4*******&#8221;/&#62;</p>
<p>&#60;foaf:schoolHomepage rdf:resource=&#8221;www.internet.unibo.it&#8221;/&#62;<br />
<span style="color:#000000;"><br />
Prima parte della definizione delle informazioni riguardante la persona cui il FOAF si riferisce; queste sono rappresentate tutte come proprietà all&#8217;interno della clase <strong>Person</strong> che, come ci si può immaginare, identifica una persona. La chiarezza dei nomi delle proprietà permette di non dilungarsi sul loro significato, notiamo che il valore di queste è espresso nell&#8217;attributo <strong>rdf:resource=</strong> se si tratta di URI, mentre per proprietà come <strong>name</strong> e <strong>givenname</strong> vengono inseriti come contenuto dell&#8217;elemento.</span></p>
<p><span style="color:#000000;">L&#8217;indirizzo email è stato codificato con SHA1 per proteggerlo, viene quindi riportata la stringa corrispondente alla codifica invece che l&#8217;indirizzo email completo in alternativa sarebbe stato possibile rappresentarlo &#8220;in chiaro&#8221;:<br />
<span style="color:#666666;"><br />
&#60;foaf:mbox rdf:resource=&#8221;</span></span>mailto:<span style="color:#000000;"><span style="color:#666666;">dezamail@gmail.com&#8221;/&#62;</span></span></p>
<p>Con questo blocco di codice abbiamo detto che la persona identificata dall&#8217;indirizzo email dezamail@gmail.com ha come nome Simone, cognome Dezaiacomo, la sua homepage è all&#8217;indirizzo semanticweb30.wordpress.com, etc&#8230;</p>
<p>&#60;foaf:knows&#62;</p>
<p>&#60;foaf:Person&#62;</p>
<p>&#60;foaf:name&#62;Elena M&#60;/foaf:name&#62;</p>
<p>&#60;foaf:mbox_sha1sum&#62;1206dcfb6be843b295fff6148c90757e89f1f40d&#60;/foaf:mbox_sha1sum&#62;</p>
<p>&#60;/foaf:Person&#62;</p>
<p>&#60;/foaf:knows&#62;</p>
<p><span style="color:#000000;">Questo blocco di codice rappresenta un amico della persona descritta nel FOAF, il cuore delle possibilità che FOAF introduce.</span></p>
<p>Tramite la proprietà <strong>knows</strong>, viene specificata una persona che ha una relazione di qualche tipo &#8211; non necessariamente amicizia, ma una conoscenza in generale &#8211; con la persona descritta nel blocco di codice precedente. Il conoscente viene descrito utilizzando le stesse classi e proprietà della persona &#8220;soggetto&#8221; del FOAF e nel caso in cui l&#8217;amico possedesse un profilo FOAF, è bene inserirlo come proprietà <strong>seeAlso</strong> indicando l&#8217;URL al quale si trova</p>
<p><strong>&#60;rdfs:seeAlso rdf:resource=&#8221;www.sito-del-conoscente.com/foaf.rdf&#8221;/&#62;</strong></p>
<p>per permettere la creazione di una rete di FOAF. Possono essere chiaramente descritti più conoscenti per la stessa persona all&#8217;interno dello stesso documento FOAF.</p>
<p>&#8230;</p>
<p>&#60;/foaf:Person&#62;</p>
<p>&#60;/rdf:RDF&#62;</p>
<p><span style="color:#000000;">Una volta creato il codice e salvato il file (ad esempio foaf.rdf), è necessario caricarlo sul proprio spazio web in modo che possa essere riconosciuto dai crawler,per facilitare questa operazione è consigliato inserire nella HEAD della propria homepage la seguente riga di codice:</span></p>
<p>&#60;link rel=&#8221;meta&#8221; type=&#8221;application/rdf+xml&#8221; title=&#8221;FOAF&#8221; href=&#8221;foaf.rdf&#8221; /&#62;</p>
<p>che punta al file rdf inserito.</p>
<p>Le possibilità di utilizzo di FOAF sono diverse, anche grazie all&#8217;estendibilità permessa da RDF; nell&#8217;esempio appena visto sono state utilizzate solo alcune delle proprietà disponibili. Il vantaggio dell&#8217;utilizzo del modello RDF si nota soprattutto in termini di aggregazione ed elaborazione delle descrizioni FOAF ed in questo sta la differenza sostanziale tra un profilo generato con FOAF ed i profili personali creati sui vari social network, ai quali è comunque possibile fare riferimento all&#8217;interno della descrizione FOAF utilizzando la proprietà <strong>holdsAccount</strong> e descrivendoli con la classe <strong>OnlineAccount</strong>. In questo modo un accesso alla risorsa rdf fornisce informazioni dettagliate sui diversi aspetti dell&#8217;utente cui si riferisce.</p>
<p>Come abbiamo detto FOAF nasce per creare informazioni &#8220;machine-readable&#8221; sugli individui ma è comunque utile poter visualizzare queste informazioni, quindi sono stati sviluppati alcuni strumenti che permettono una visualizzazione e gestione &#8220;human-oriented&#8221; del profilo FOAF, un esempio sono i <a href="http://xml.mfd-consult.dk/foaf/">FoaF Tools</a> creati da Morten Frederiksen.</p>
<p>E&#8217; inoltre possibile inserire il proprio FOAF all&#8217;interno di pagine XHTML utilizzando RDFa, in questo modo non è necessario il file .rdf associato ed i browser potranno rilevare la presenza del profilo FOAF direttamente dalla pagina, ad esempio se si utilizza il plug-in <a href="http://sioc-project.org/firefox">Semantic Radar</a> per Firefox.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/87654357-9e49-4f9d-94bb-33d7c27549b4/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=87654357-9e49-4f9d-94bb-33d7c27549b4" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linking Open Data e DBpedia]]></title>
<link>http://semanticweb30.wordpress.com/2009/01/25/linking-open-data-e-dbpedia/</link>
<pubDate>Sun, 25 Jan 2009 22:10:42 +0000</pubDate>
<dc:creator>dezaiacomo</dc:creator>
<guid>http://semanticweb30.wordpress.com/2009/01/25/linking-open-data-e-dbpedia/</guid>
<description><![CDATA[W3C SWEO Il Linking Open Data è un progetto del W3C SWEO che ha lo scopo di estendere il Web creando]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData?action=AttachFile&#38;do=get&#38;target=LoDLogo.gif"><img class="alignnone" title="lod" src="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData?action=AttachFile&#38;do=get&#38;target=LoDLogo.gif" alt="" width="400" height="88" /></a>W3C SWEO</p>
<p>Il <a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData" target="_blank">Linking <span class="zem_slink">Open Data</span></a> è un progetto del <a href="http://www.w3.org/2001/sw/sweo/" target="_blank">W3C SWEO</a> che ha lo scopo di estendere il Web creando una rete di dati aperti e disponibili a tutti &#8211; offerti dall&#8217; <a href="http://en.wikipedia.org/wiki/Open_Data">Open Data Movement</a> &#8211; pubblicando in formato RDF insiemi di dati provenienti da diverse sorgenti e connettendone gli elementi definendo le relazioni che esistono tra questi, in modo da poter passare da un informazione ad un&#8217;altra a questa legata anche se appartengono a due sorgenti diverse; questa possibilità vale anche per i crawler dei motori di ricerca, facilitando il recupero delle informazioni. Questo progetto copre diversi dominii di riferimento delle risorse ed è un esempio di evoluzione verso il data-web globale, che può essere sfruttato dalle applicazioni semantiche.</p>
<div class="wp-caption alignnone" style="width: 439px"><a href="http://www4.wiwiss.fu-berlin.de/bizer/pub/lod-datasets_2008-09-18.png"><img title="LOD" src="http://www4.wiwiss.fu-berlin.de/bizer/pub/lod-datasets_2008-09-18.png" alt="Insiemi di dati del LOD" width="429" height="331" /></a><p class="wp-caption-text">Insiemi di dati del LOD</p></div>
<p>Come possiamo vedere dal grafico sono diversi i progetti che supportano il LOD. Tra questi uno dei più rilevanti è <a class="zem_slink" title="DBpedia" rel="homepage" href="http://dbpedia.org">DBpedia</a>.</p>
<p>DBpedia è un progetto che recupera i dati presenti negli articoli di Wikipedia e li raccoglie strutturandoli e rendendoli disponibili sul web in formato RDF. La knowledge base di DBpedia attualmente comprende circa 274 milioni di triple RDF (fonte DBpedia.org, Novembre 2008) riferite ad elementi appartenenti a diversi dominii &#8211; persone, film, musica, luoghi, organizzazioni &#8211; e raccolte da 14 versioni localizzate di Wikipedia, che lo rendendono uno dei mattoni principali del &#8220;Web of Data&#8221;.<br />
Gli elementi in DBpedia vengono definiti tramite gli URI nella forma</p>
<p><strong>http://dbpedia.org/resource/Elemento_esempio</strong></p>
<p>dove <strong>Elemento_esempio</strong> è il nome della risorsa recuperata dall&#8217;URL relativo a questa su en.wikipedia.org:</p>
<p><strong>http://en.wikipedia.org/wiki/Elemento_esempio</strong></p>
<p><strong></strong>In questo modo DBpedia può essere anche vista come un&#8217;ontologia multi-dominio (caratteristica che la differenzia notevolmente dalla maggior parte delle ontologie che trattano un dominio singolo) che definisce univocamente &#8211; tramite gli URI, appunto &#8211; diverse entità che possono essere riusate, ad esempio, in un profilo FOAF personale per descrivere un certo interesse che altrimenti non sarebbe identificabile, oppure per definire tag in maniera strutturata con Faviki.<br />
Le risorse catalogate in DBpedia possiedono inoltre delle proprietà che le definiscono, come un abstract (nelle lingue per cui è disponibile) che le descrive, la categoria di appartenenza, le informazioni della relativa Infobox, collegamenti a pagine HTML con <strong>dbpedia:resource</strong> o <strong>foaf:homepage</strong> o a documenti RDF con <strong>owl:sameAs</strong>, coordinate geografiche.<br />
Al di là dell&#8217;enorme quantità di dati che rende disponibile sul web, il progetto DBpedia è di grande importanza poichè permette il collegamento di queste risorse con altre provenienti da sorgenti diverse, come ad esempio gli 85000 link con il database geografico <a class="zem_slink" title="Geonames" rel="homepage" href="http://www.geonames.org">Geonames</a> , e la pubblicazione dei dati in formato RDF ne rende possibile il riuso e fa sì che possano essere effettuate delle query <a class="zem_slink" title="SPARQL" rel="wikipedia" href="http://en.wikipedia.org/wiki/SPARQL">SPARQL</a> complesse sugli articoli di Wikipedia, che invece supporta solo la ricerca basata sulle keyword, utilizzando tools come <a href="http://dbpedia.org/snorql/" target="_blank">SNORQL Query Explorer</a>.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/aca84975-6775-4d98-abe1-4759bb4c17e6/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=aca84975-6775-4d98-abe1-4759bb4c17e6" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Web 3.0 and Social Networks]]></title>
<link>http://johngoodwin225.wordpress.com/2009/01/25/web-30-and-social-networks/</link>
<pubDate>Sun, 25 Jan 2009 17:09:40 +0000</pubDate>
<dc:creator>john225</dc:creator>
<guid>http://johngoodwin225.wordpress.com/2009/01/25/web-30-and-social-networks/</guid>
<description><![CDATA[Image via Wikipedia It is probably fair to say that FOAF is where the social web meets the semantic ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="zemanta-img" style="float:right;display:block;margin:1em;">
<div>
<dl class="wp-caption">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Foaf.svg"><img title="Icon for the FOAF (Friend of a Friend) project..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Foaf.svg/200px-Foaf.svg.png" alt="Icon for the FOAF (Friend of a Friend) project..." width="200" height="100" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:Foaf.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>It is probably fair to say that <a href="http://www.foaf-project.org/">FOAF</a> is where the social web meets the <a class="zem_slink" title="Semantic Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/Semantic_Web">semantic web</a>. FOAF, which has been around for a while now, basically creates a machine readable graph of the sort of information you might include on sites like <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">facebook</a>, myspace etc. Your FOAF file can include links to people you know, your interests and other personal information. It is probably also fair to say that FOAF files were, until now, the sole <a class="zem_slink" title="Resource Description Framework" rel="wikipedia" href="http://en.wikipedia.org/wiki/Resource_Description_Framework">property</a> of the geek. However, this has changed, and a number of <a class="zem_slink" title="Social network service" rel="wikipedia" href="http://en.wikipedia.org/wiki/Social_network_service">social networking</a> sites such as <a href="http://www.livejournal.com">livejournal</a>, <a href="http://www.identi.ca">identi.ca</a> and <a href="http://www.friendfeed.com">friend feed</a> build FOAF files from your profile information (are there others?). At least now you don&#8217;t need to know how to edit <a href="http://www.w3.org/RDF/">RDF</a> in order to have your own FOAF file. Despite that, these profiles are limited by the features offered on the respective sites.</p>
<p>Recently though <a href="http://qdos.com">QDOS</a> launched a new <a href="http://foafbuilder.qdos.com/">service</a> that makes FOAF profiles extremely easy to build. This service allows uses to create a FOAF profile generated from information contained in your <a href="http://www.last.fm">last.fm</a>, livejournal and <a href="http://www.flickr.com">flickr</a> profiles as well as importing existing FOAF files. You are then given the option to manually enter other information. Furthmore, you can create a public and private view of your FOAF file. I would not recommend including information like your address, phone number or date of birth in a public FOAF file.  So what are you waiting for &#8211; go building yourself a FOAF file and join the linked data web.  My FOAF profile can be found <a href="http://foafbuilder.qdos.com/people/gothwin.livejournal.com/foaf.rdf">here</a> (my original one is maintained <a href="http://www.johngoodwine.me.uk/FOAF/foaf.rdf">here</a>).</p>
<p>For any linked data geeks one other interesting thing about the QDOS FOAF builder is that it has started linking music data from last.fm to the new <a href="http://www.bbc.co.uk/music/about">music linked data service from the BBC</a>. Hopefully this will be just the beginning and we&#8217;ll see links to other linked data services from <a href="http://wiki.dbpedia.org/About">DBpedia</a>, <a href="http://www.geonames.org/">geonames</a> and <a href="http://www.ordnancesurvey.co.uk/oswebsite/ontology/">Ordnance Survey</a>.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/a95d7435-68db-4f3e-ba01-0e298722ac89/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=a95d7435-68db-4f3e-ba01-0e298722ac89" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interesting stuff from around the web 2009-01-12]]></title>
<link>http://derivadow.com/2009/01/15/interesting-stuff-from-around-the-web-2009-01-12/</link>
<pubDate>Thu, 15 Jan 2009 21:30:50 +0000</pubDate>
<dc:creator>Tom Scott</dc:creator>
<guid>http://derivadow.com/2009/01/15/interesting-stuff-from-around-the-web-2009-01-12/</guid>
<description><![CDATA[Teaching a six year old about Triples, by Leigh Dodds. Some rights reserved. Content modeling &amp; ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_964" class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/ldodds/2381025770/"><img class="size-full wp-image-964" title="teaching-a-six-year-old-about-triples" src="http://derivadow.wordpress.com/files/2009/01/teaching-a-six-year-old-about-triples.jpg" alt="Teaching a six year old about Triples, by Leigh Dodds. Some rights reserved." width="500" height="375" /></a><p class="wp-caption-text">Teaching a six year old about Triples, by Leigh Dodds. Some rights reserved.</p></div>
<h2>Content modeling &#38; FOAF &#8212; this is really very good stuff &#8212; you should read these then subscribe to Paul&#8217;s blog</h2>
<p><a href="http://www.r4isstatic.com/?p=18">Paul&#8217;s experiments with FOAF and Doctor Who<br />
</a>&#8220;I chose the first ever episode of the show, from 1963. This featured four main characters, and thanks to the workshop from Yves and the others, I had an inkling of an understanding of how to create FOAF profiles. The results can be seen here (best viewed if you use a Firefox plugin like Tabulator). So far so good. I then linked each character to the other, using the simple ‘knows’ relationship. Finally, to get my linked open data brownie points, I linked each character to its DBpedia equivalent, using the OWL ’same as’ relationship.&#8221; Modeling Doctor Who is going to be cool esp if Paul looks at the different incarnations of the Doctor (different actors + different version).</p>
<p><a href="http://www.r4isstatic.com/?p=26">Part three of Paul&#8217;s investigation into fictional content modeling and FOAF<br />
</a>One thing that has come up in the discussions, though, is that there’s perhaps two elements to what I’m trying to achieve. The first is to link existing ontologies and, if needed, build a new one, to help describe the narrative content of ’stories’ within the context of television and radio programmes. The second is to experiment (and for me to learn) with existing ontologies, again, linking them up, to build dynamic and interesting webpages that work on linked data principles.</p>
<p><a href="http://www.authorstream.com/Presentation/Quintino-47524-SUDS-Soap-operas-semantic-web-EastEnders-vs-American-soaps-as-Entertainment-ppt-powerpoint/">SUDS an ontology (an extension to FOAF) for Soap operas [author stream presentation]<br />
</a>Celia Romaniuk&#8217;s presentation on SUDS and it&#8217;s application to Eastenders. </p>
<h2>Visualising radio &#8212; I can&#8217;t but applaud the team and I love the technology but does the idea make sense? I&#8217;m not so sure&#8230;</h2>
<p>&#8230; a bit like &#8216;enhanced podcast&#8217; (you know podcasts with pictures) because my iPod lives in my pocket as far as I&#8217;m concerned the images are just a waste of bandwidth; likewise visual radio. That said it&#8217;s well worth checking out.</p>
<p><a href="http://www.bbc.co.uk/blogs/radiolabs/2009/01/visual_radio_launches.shtml">Visual radio launch announced [BBC Radio Labs]<br />
</a>Snippets of information delivered over http to visualise the Chris Moyles show.</p>
<p><a href="http://whomwah.com/2009/01/12/visualising-radio-pushing-not-pulling/">Visualising Radio, pushing, not pulling [whomwah.com]<br />
</a>A bit of technical background from Duncan. &#8220;So, the big news here is that we are pushing and not pulling. Ordinarily, you would request a webpage using your browser and a some data would be returned. The only way that you would then subsequently see any changes to that data, would be if you requested it again, or if something on that page requested it for you, maybe via polling.&#8221;</p>
<h2>These are just great&#8230;</h2>
<p><a href="http://www.bbc.co.uk/blogs/radiolabs/2009/01/in_search_of_cultural_identifi.shtml">In Search of Cultural Identifiers [BBC - Radio Labs]<br />
</a>Getting this stuff right is really the first job in any web project. Identify the objects you want to talk about and model the relations between those objects. The key point is to ensure the things you model map to user&#8217;s mental models of the world. User centric design starts here and if you choose to model and expose things that users can&#8217;t easily comprehend no amount of product requirements or personaes or storyboards will help you out. For want of a better label we A&#38;M types often refer to this work as &#8216;cultural identifiers&#8217;. One identifier, one URL, one page per cultural artifact, all interlinked. It&#8217;s something that Wikipedia does better than anyone. One page per concept, one concept per page. bbc.co.uk could be a much more pleasant place to be if we can build something similar for the BBC.</p>
<p><a href="http://www.ldodds.com/blog/archives/000329.html">Teaching a Six Year Old About Triples [Lost Boy]<br />
</a>&#8220;I suggested to him that we try drawing it out. I thought that this might help him get a better mental picture. I explained to him that we could try writing down the characters names and start drawing lines between them to illustrate the relationships. He got it straight away.&#8221; This is brilliant and shows just how intuitive RDF is.</p>
<p><a href="https://dgl.cx/wikipedia-dns">Wikipedia over DNS [DgL]<br />
</a>&#8220;I had written some code to take wikipedia articles and summarise them. I wanted to offer this for use in various places, now the obvious way to offer it is just a web service (via REST, SOAP, etc), but that&#8217;s boring and I had a cunning plan. Why not offer it over DNS &#8211; it is basically a huge associative array and DNS is designed for this stuff. So I wrote a little nameserver which returns the results as TXT records. There are some obvious limitations for example responses are limited to around 430 bytes (it only does UDP). It has advantages too, it gets cached at your nameserver and it is also faster than HTTP (no need to setup a TCP session).&#8221; Such a cool idea and lovely URLs too.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C Workshop on the Future of Social Networking]]></title>
<link>http://planb.nicecupoftea.org/2009/01/14/w3c-workshop-on-the-future-of-social-networking/</link>
<pubDate>Wed, 14 Jan 2009 11:42:41 +0000</pubDate>
<dc:creator>libbymiller</dc:creator>
<guid>http://planb.nicecupoftea.org/2009/01/14/w3c-workshop-on-the-future-of-social-networking/</guid>
<description><![CDATA[I set out to read all the 72 papers for this workshop, as I think it should be very interesting (if ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I set out to read all the 72 papers for <a href="http://www.w3.org/2008/09/msnws/papers/">this workshop</a>, as I think it should be very interesting (if a little chaotic perhaps if 100s of people come), though I can&#8217;t attend. It&#8217;s possible others might find the tiny reviews of the papers below useful so I thought I might as well post them here (I&#8217;m up to number 42; it&#8217;s taking longer than I thought!). Please don&#8217;t be offended if I seem dismissive of your paper &#8211; inevitably the reviews reflect my interests and preferences, and with 72 papers to get through, I&#8217;ve not been able to spend a huge amount of time on each one. So far, I liked 8, 12, 22, 25, 28, 29, 35, 36, 38 particularly, and all the mobile phone companies papers are worth a read to see what their ideas are in this area. I&#8217;ll pull out some themes along with the remaining reviews later today.</p>
<p>Update: part 2 is <a href="http://planb.nicecupoftea.org/2009/01/14/w3c-workshop-on-the-future-of-social-networking-2/">here</a>.</p>
<p>Sorry the post is so huge&#8230;</p>
<p>1. <a href="http://www.w3.org/2008/09/msnws/papers/HIQ_The_mobile_smoking_room.pdf">The mobile smoking room (pdf)</a> HIQ, Vibeke Wara</p>
<p>Interesting idea (build something that enables informal communication across a company and engages people in shaping their corporate environment as much as a smoking room) but very general &#8211; no explicit proposal.</p>
<p>2. <a href="http://www.w3.org/2008/09/msnws/papers/W3C_PositionPaper_PICOS.pdf">Climbing towards trust and privacy management in social mobile communities (pdf)</a> Alberto Crespo, Rubén Méndez (ATOS ORIGIN) and Katja Liesebach (Goethe-Universität Frankfurt)</p>
<p>Much of the paper seems to be from an EU project proposal; ATOS origin&#8217;s section is more interesting  and a list of suggested topics for the workshop is good to have (I wonder if in future it would help if this was required of all papers?)</p>
<p>3. <a href="http://www.w3.org/2008/09/msnws/papers/The_Future_Of_Social_Networking.html">The Future of Social Networking</a> Michael Chisari, Appleseed Project</p>
<p>Sole developer talking about his experiences creating distributed social networks and the implications for privacy and trust &#8211; worth a skim, and points for using html.</p>
<p>4. <a href="http://www.w3.org/2008/09/msnws/papers/The_Future_Of_The_Appleseed_Platform.html">The Future of The Appleseed Platform</a> Michael Chisari, Appleseed Project</p>
<p>Describes a distributed social networking project, designed to be a pltform for distributed social networking, including multiple identities, multi-lingual support. Some would question some of his technology choices (IM2000) and modelling choices (are several identities necessary?). Not clear to me how this differs from say, Ning, except in being open source.</p>
<p>5. <a href="http://www.w3.org/2008/09/msnws/papers/Samsung-PositionPaper.pdf">Social TV: A new wave of Social Networking for Television (pdf)</a> Soohong Daniel Park, Samsung Electronics</p>
<p>Brief paper about (IP)TV and social networking (chatting, presence etc). All rather familiar to me because of Joost. Would like social TV issues to be considered by any W3C XG.</p>
<p>6. <a href="http://www.w3.org/2008/09/msnws/papers/Future_of_SN_Giles_Hogben_ENISA.pdf">Security issues in the future of social networking (pdf)</a> Giles Hogben, ENISA</p>
<p>More weighty summary of some of the issues with social networks pertaining to online identity management, coming mostly from a workshop held by ENISA: &#8220;a Centre of Expertise for the EU Member States and EU Institutions in Network and Information Security, giving expert advice and recommendations&#8221;. Suggests techniques for maintaining social reputation using PGP keys</p>
<p>7. <a href="http://www.w3.org/2008/09/msnws/papers/mobile-social-data-analysis.pdf">Information analysis in mobile social networks for added-value services (pdf)</a> Christos Zigkolis, Informatics and Telematics Institute (Greece), Yiannis Kompatsiaris, Informatics and Telematics Institute (Greece), Athena Vakali, Department of Informatics, Aristotle University (Greece)</p>
<p>Part of an EU project; arguing that automated extraction of social network data can be beneficial in the mobile area. Some of their logic is not terribly convincing in parts, though I suppose they may well be right nevertheless.</p>
<p>8. <a href="http://www.w3.org/2008/09/msnws/papers/telefonica.pdf">Position Paper from Telefonica (pdf)</a>David Sainz González, Maria Cristina, Fernández Grande, Jordi Rovira Simón, Telefonica</p>
<p>Creating contexts using data from mobile devices and their sensors; generate social graphs using data, weighted by, say, location; data mining and profiling for more presonalised applications, recommendations. Considerations of UI, semi-automation and security. Interesting.</p>
<p>9. <a href="http://www.w3.org/2008/09/msnws/papers/upm.pdf">Position Paper from Universidad Politécnica de Madrid (DIT) (pdf)</a> Joaquín Salvachúa, Antonio Tapiador, Antonio Fumero, Javier Cerviño, Juan Quemada, Universidad Politécnica de Madrid (DIT)</p>
<p>Interesting idea &#8211; weakly-linked, temporary organisations for doing specific projects, and all that entails for security. OAuth and OpenID namechecked, slightly odd &#8216;we thought of it first&#8217; attitude about the various social APIs that are around</p>
<p>10. <a href="http://www.w3.org/2008/09/msnws/papers/telefonica-business-operator.pdf">The social network behind telecom networks (pdf)</a> Luis Ángel Galindo (Telefónica Spain), David Moro (Telefónica R&#38;D), David Lozano (Telefónica R&#38;D),</p>
<p>Similar to paper 8, unsurprisingly, given it&#8217;s the same company. Idea to generate a social network site from phone contacts, so no joining the network costs; syncing phone contacts with the social site; automatic provision of lifestreaming. They have an initiative &#8211; wims20.org. Slightly sinister because of the implication that they can use the carrier infrastructure to gather private data. No discussion of security or privacy implications.</p>
<p>11. <a href="http://www.w3.org/2008/09/msnws/papers/carrasco-multilingual-social.pdf">Open architecture for multilingual social networking (pdf)</a> M.T. Carrasco Benitez.</p>
<p>A brief discussion of desired features and architecture of multilingual and localised websites, specifically UI features, backend services, mention of the possibility of translation services to connect users on social networking sites. Explicitly not the opinion of the contributor&#8217;s employer, the EC. http://multilingualwebsites.org</p>
<p>12. <a href="http://www.w3.org/2008/09/msnws/papers/w3c-workshop-opo.pdf">Online Presence in Social Networks (pdf)</a> Milan Stankovic (Université Paris-Sud XI, Orsay, France), Jelena Jovanovic (University of Belgrade, Belgrade, Serbia)</p>
<p>Describes the reasoning behind the the Online Presence Ontolology (OPO), that gives structure to statements about presence (using foaf, sioc, geo etc), and the possibility of using this information to govern kinds of interaction with the user, when gathered from multiple sites. http://www.milanstankovic.org/opo/. Interesting idea &#8211; I wonder how they would create the structured data.</p>
<p>13. <a href="http://www.w3.org/2008/09/msnws/papers/AFRICA_A_MOBILE_FRONTIER.pdf">Africa: A mobile frontier (pdf)</a> Gloria Ruhrmund</p>
<p>States that mobile social networks may be a very good fit for Africa, possibly commercial, also NGOs, governments; vague about exactly how; notes that MSN South Africa is popular, and that airtime is now an informal currency in parts of Africa.</p>
<p>14. <a href="http://www.w3.org/2008/09/msnws/papers/deutschenb.pdf">Position Paper from German National Library (pdf)</a> Panagiotis Kitmeridis, Anne Löhden, Dr. Lars Svensson, German National Library</p>
<p>Discussion of plans to add user generated content (selection, quality rating, characterisation of resources) to libraries, and indicating that social networks (groups with different access levels) might improve the trustworthiness and accuracy of UGC in this context.</p>
<p>15. <a href="http://www.w3.org/2008/09/msnws/papers/Position_paper_on_the_Future_of_Social_Networking_UoR.htm">Position Paper from University of Reading</a> Shirley Williams, Pat Parslow, Karsten Oster Lundqvist, University of Reading</p>
<p>A new technology requires adaptation and people don&#8217;t always realise the consequences of their digital identity (how they appear online to others), particularly if they have multiple identities in different social networks. &#8220;There is also anecdotal evidence of users increasingly using disparate systems to facilitate communication with different groups of peers, either through explicit choices being made or because they have to subscribe to the services already in use by their friends and colleagues.&#8221; learning / education perspective. And in html <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>16. <a href="http://www.w3.org/2008/09/msnws/papers/ecano-gburel-xti.pdf">XDI Trust Information &#8211; A Trustability Protocol for Validating Distributed Information (pdf)</a> Elizabeth Cano, Gregoire Burel, University of Sheffield, UK</p>
<p>Describes the use of two oasis-homed TLAs to validate information about a person by them establishing a &#8216;contract&#8217; with someone who can validate the information, using as special type of link. If no contracts is present, XTI can allow you to access other documents from the site, and look at those recursively looking for validation. &#8220;XRIs (Extensible Resource Identifiers) address a longstanding problem on the Internet: how to have a persistent, portable, privacy-protected identifier for any resource, from a person to a company to an application to a concept. XDI (XRI Data Interchange) uses XRIs to securely and privately share, link, and synchronize data between any two devices, domains, or applications – and maintain this link for as long as the two parties want to keep a data sharing relationship.&#8221; (from http://www.xdi.org/faq.html).</p>
<p>17. <a href="http://www.w3.org/2008/09/msnws/papers/ScherpEtAl-LeveragingWeb2Communities.pdf">Leveraging Web 2.0 Communities in Professional Organisations (pdf)</a> A. Scherp (University of Koblenz), F. Schwagereit (University of Koblenz), N. Ireson (University of Sheffield), V. Lanfranchi (University of Sheffield), S. Papadopoulos (Informatics and Telematics Institute, Greece), A. Kritikos (Informatics and Telematics Institute, Greece), Y. Kompatsiaris (Informatics and Telematics Institute, Greece), P. Smrz (Brno University of Technology, Czech Republic)</p>
<p>A discussion of the contrasts between tradition organisational structures and web 2.0 ones and specific discussion of the potential to use user generated content in the emergency services for disasters. Suggests that process-mining of virtual organsations can be used to generate workflow models that might bridge this gap.</p>
<p>18. <a href="http://www.w3.org/2008/09/msnws/papers/W3C_AWL_Tangibility_Social_Networks.pdf">Tangibility in social networks &#8211; Easing interactions with social networks in mobility using proximity sensor technologies (pdf)</a> Antoine Fressancourt, Colombe Hérault, Eric Ptak, Atos Worldline R&#38;D</p>
<p>Describes an aplication that uses NFC (Near Field Communication, an extension of RFID for mobile devices) that allows the user to voluntarily state his location and then distributes the location information via a centralised server to various social networks, having been run through user-defined privacy rules first. Incentives include getting contextually-appropriate apps to mobile devices. Potentially interesting ideas.</p>
<p>19. <a href="http://www.w3.org/2008/09/msnws/papers/ereteo_et_al_2008_leveraging.html">Leveraging Social data with Semantics</a> Guillaume Erétéo (Orange Labs), Michel Buffa (Université Nice Sophia Antipolis, Kewi Team, CNRS/I3S), Fabien Gandon (INRIA), Mylène Leitzelman (Telecom ParisTech), Freddy Limpens (INRIA)</p>
<p>(More) semantics can be added to social networks by looking at social interactions in those networks (mostly path computations) and then adding this new data to the description of the network using ontologies. This is done using sparql extensions. Connecting the content in these networks (folksonomies) to &#8216;common references&#8217; like dbpedia, or other taxonomies helps create &#8220;shared knowledge graphs&#8221;. Combined, this can make sense of the mass of data generated by social wetworks.</p>
<p>20. <a href="http://www.w3.org/2008/09/msnws/papers/Instant_Feeds_for_Social_Networks.pdf">Instant Feeds for Social Networks (pdf)</a> Gustavo García, Telefonica I+D</p>
<p>Makes a technical point about the efficiency of presence networks and the requirement to be instantly informed when data changes, and the high load this places on servers. Suggests using the combination of openid attributes or XRDS for discovery; oauth for authorisation;  and atompub or SIP or XMPP for distribution.</p>
<p>21. <a href="http://www.w3.org/2008/09/msnws/papers/tilt.pdf">Privacy and Social Network Sites: Follow the Money! (pdf)</a> Martin Pekárek, Ronald Leenes, Tilburg Institute for Law, Technology and Society (TILT)</p>
<p>Analysis of the types of harm caused by attacks on privacy in social networks, as well as the types of attackers, including harm from the networks themselves selling user profile data. Concludes that the benefits to users of using social networks are high albeit short term and so they are unlikely to stop; suggests best thing might be to discourage the profit motive of companies who can currently do more or less what they like with user profile data. Suggests a p2p system might work.</p>
<p>22. <a href="http://www.w3.org/2008/09/msnws/papers/Vodafone.htm">Position Paper from Vodafone</a> Julian Pye, Wolfgang Schuster, Vodafone</p>
<p>Useful list of their interests in the second paragraph. The body of the paper is about differences in the ways people use social networks on mobile devices compared to stationary ones. Using different states of the user (or times of the day, family time, leisure, work time) suggest different modes of social interaction (lean-forward, lean back, on-the-go contexts) and so different modes of the device (e.g. business contacts first). Lots of interesting ideas, and html to boot.</p>
<p>23. <a href="http://www.w3.org/2008/09/msnws/papers/peperoni.pdf">Position Paper from Peperoni (pdf)</a> Marcus Ladwig, Peperoni</p>
<p>Large mobile portal suggests that there&#8217;s a large potential untapped market for mobile social networking, presently untapped because of the various issues with mobile data access, including scepticism of network operators (p8); suggests the need for industry standards, policies and APIs (p10); and including sharing networks&#8217; user profiling data with advertisers (opt-in)</p>
<p>24. <a href="http://www.w3.org/2008/09/msnws/papers/NETWORKS_LEGAL_PROBLEMS.PDF">Legal Problems of the social networks (pdf)</a> Pablo Álvarez de Linera Granda, Nelly Sánchez Mouriz, Sofía Cuervas-Mons Ruiloba, J&#38;A GARRIGUES</p>
<p>Legal / privacy issues arising from the use of social networks plus advice on what users and providers should do (respect countries&#8217; privacy laws, allow the deletion of all data created by the user, think before you post, especially if it has to do with children; do not allow spidering of profile data). Declares that international coordination is required; refers to a couple of recent meetings in europe on the topic.</p>
<p>25. <a href="http://www.w3.org/2008/09/msnws/papers/w3cQuercia.pdf">Tapping the Mobile Digital Tapestry: Can mobile 2.0 companies make money without being greedy for personal data (pdf)</a> Daniele Quercia, University College London</p>
<p>Interesting paper about sharing data and other items of interest such as music very locally, for example on a wifi access point or using bluetooth, and suggesting that using such a model could open up a non-privacy invading way of making money &#8211; by using location-based ads.</p>
<p>26. <a href="http://www.w3.org/2008/09/msnws/papers/The_future_of_Social_Networks_-_Ericsson.pdf">Identity Management in Social Networks (pdf)</a> Miguel-Angel Monjas, David Suárez, Ericsson España</p>
<p>List of interests page 2-3. Top interests include: use of SIMs as identification mechanisms; tools for handling and tracking one&#8217;s own data, knowing how it is used; inferring social networks from behaviour using machine learning; federated identity systems; brokers for authentication, geo.</p>
<p>27. <a href="http://www.w3.org/2008/09/msnws/papers/af83.pdf">The Social Web: Small Businesses / Big Solutions (pdf)</a> Timothée P. Anglade, Ori Pekelman, Louis Montagne, AF83</p>
<p>Talks about various issues of interest to SME and social networks, specifically the problem that buisness models are currently only about growing the size of the network; suggests some alternative business models, including micropayments for goods or services; emphasising the importance of business models that rely on a common interest for the sites and their users.</p>
<p>28. <a href="http://www.w3.org/2008/09/msnws/papers/Nokia-Stratemerge.pdf">Trends in mobile social networking for mainstream consumers and supporting technologies required (pdf)</a> Lisa McKnight (Nokia), Lubna Dajani (Stratemerge),</p>
<p>The issues they would like W3C to focus on are in the first section and are mostly about interoperability between social networks; also addressbook interop. They are most interested in non-early adopters, as the market grows. The paper is based on interviews with users. Also worries about the privacy of disclosing geo location. Definitely worth a look this one, though I don&#8217;t see the sample size mentioned anywhere.</p>
<p>29. <a href="http://www.w3.org/2008/09/msnws/papers/Preibusch-Beresford_Privacy-Preserving-Friendship-Relations.pdf">Privacy-Preserving Friendship Relations for Mobile Social Networking (pdf)</a> Sören Preibusch, Alastair R. Beresford, University of Cambridge, UK</p>
<p>Argues that the existance of public friendship links are privacy-intruding because of socio-economic interests that can be inferred; even if the user is able to keen them private, the friends may not. The paper desribes a technique for hashing private relationships using foaf, in a P2P network. Interesting stuff, not sure how you&#8217;d make it usable.</p>
<p>30. <a href="http://www.w3.org/2008/09/msnws/papers/HelloWorld_paper.pdf">HelloWorld: An Open Source, Distributed and Secure Social Network (pdf)</a> Markus Ackermann, Krister Hymon, Benjamin Ludwig, Kai Wilhelm, University of Applied Sciences Kaiserslautern, Germany</p>
<p>Long paper describing an open, decentralised social network using pgp keys to encrypt personal information, using downloadable software, and using Freenet, with a centralised &#8216;phonebook&#8217; and importating contacts using hcard. A prototype is available.</p>
<p>31. <a href="http://www.w3.org/2008/09/msnws/papers/GDF-SUEZ_AccessiWeb_position_paper_EN_20nov2008.pdf">Accessible social networking in practice, the GDF-SUEZ experience in France (pdf)</a> Ruddy RACON (GDF SUEZ), Pierre GUILLOU (AccessiWeb).</p>
<p>A large company argues that accessibility can and should be addressed in web 2.0 sites, and has made a social networking site to show that the functionality can be implemented in an accesssible way.</p>
<p>32. <a href="http://www.w3.org/2008/09/msnws/papers/Interoperability_Lightweight_Semantics_-_MRowe.pdf">The Interoperability of Lightweight Semantics for Social Networks (pdf)</a> Matthew Rowe, University of Sheffield, UK</p>
<p>Describes microformats and RDFA compared with RDF. Argues that interoprability is needed between xfn and foaf; argues that digital identity is important; describing a digital identity card per citizen, including a weighted social network. On joining a new social network, the network could request access to it. OpenID and Oauth. Reputation building over sites. Suggests lightweight semantics could be used to connect people.</p>
<p>33. <a href="http://www.w3.org/2008/09/msnws/papers/SocialnetworkingAccessibility_Henny_Swan.pdf">Social networking across devices: opportunity and risk for the disabled and older community (pdf)</a> Henny Swan, Opera</p>
<p>Argues for the need for accessibility in social networking sites.</p>
<p>34. <a href="http://www.w3.org/2008/09/msnws/papers/NEC-FutureOfSocialNetworking-PositionPaper.pdf">The Future of Social Networking: Let everyone in, and remember they&#8217;re all on the move (pdf)</a> Miquel Martin, NEC Network Laboratories, Heidelberg</p>
<p>Argues for standardised apis for contextual information from device sensors, e.g. geo info, cross platform. Ideas for discussion on page 4.</p>
<p>35. <a href="http://www.w3.org/2008/09/msnws/papers/sentient.pdf">Sentient Computing meets Social Networking (pdf)</a> Simon Hay, Joseph Newman, Andrew Rice, University of Cambridge</p>
<p>Using sensors to infer context &#8220;x has just left his desk&#8221; &#8211; belief that it is now mature enough to be used in social networking. Privacy and interfaces are important. Describes some interesting projects in this area.</p>
<p>36. <a href="http://www.w3.org/2008/09/msnws/papers/decentralization.pdf">Decentralization: The Future of Online Social Networking (pdf)</a>Ching-man Au Yeung (University of Southampton), Ilaria Liccardi (University of Southampton), Kanghao Lu (CSAIL, MIT), Oshani Seneviratne (CSAIL, MIT), Tim Berners-Lee (CSAIL, MIT)</p>
<p>Paper describing various semantic web and linked data tools that could be used for distributed social networks: foaf, openID, webdav, SPARUL (Sparql update), tabulator, foaf+ssl; describes how it would address issues such as privacy, data silos, data ownership.</p>
<p>37. <a href="http://www.w3.org/2008/09/msnws/papers/88plug_-_Using_Standards_to_Normalize_Domain_Specific_Metadata.pdf">Using Standards to Normalize Domain Specific Metadata (pdf)</a> Andrew Mello, Lisa Rein</p>
<p>Automatically enhancing and normalising data streams using semantics (e.g. using RDFA) can enhance the user experience (not clear to me how! maybe I&#8217;m just tired though). Describes a marketing application that generates short term social networks by getting users to play games and otherwise interact with a brand to check how a specific marketing campain is going.</p>
<p>38. <a href="http://www.w3.org/2008/09/msnws/papers/W3C_FOSN_Position_Paper">OpenMicroBlogging</a> Evan Prodromou, Founder of Wikitravel and Identi.ca</p>
<p>Push messages to different services using oAuth and open microblogging protocol (http post messages). Also service discovery using oauth discovery. federated model. Interesting analogy with email and previous data silos.</p>
<p>39. <a href="http://www.w3.org/2008/09/msnws/papers/melinger.pdf">Capturing, Using, and Storing Users&#8217; Locations (pdf)</a> Dan Melinger, Socialight</p>
<p>List of specific questions for discussion on p2-3, mostly about privacy and usability (and understandability) aspects of capturing, sharing and using the user&#8217;s location information.</p>
<p>40. <a href="http://www.w3.org/2008/09/msnws/papers/nicta-position-paper.pdf">Industry Challenges for Social and Professional Networks (pdf)</a> Renato Iannella, National ICT Australia (NICTA)</p>
<p>Describes some issues with social networks (lockin, spamming, privacy issues, confusing UIs, not suitable for mobile). Looking for a &#8217;social networks interop roadmap&#8217; XG for requirements gathering for social networks interop (standards for data portability, policy expression, network migration).</p>
<p>41. <a href="http://www.w3.org/2008/09/msnws/papers/pbol.pdf">Social Networks &#8211; Challenges of Ubiquitous Web Access (pdf)</a> Vadym Kramar, Markku Korhonen, Jori Karppinen, Pehr Brahe Software Laboratory (PBOL)</p>
<p>Describes some usecases around the application of mobile technology and the web: context awareness, device cself-configuration and browser experience. Argues that there are already W3C standards in all 3 areas, but more guidance is needed on how to implement them.</p>
<p>42. <a href="http://www.w3.org/2008/09/msnws/papers/doh.html">World Peace Using Social Networks</a> Will Holcomb</p>
<p>A planned project describing a way of creating trustable digital identifiers with xml signatures, unique identifiers and trusted signers.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
