Changes between Initial Version and Version 1 of TomaszTrelaTestTask


Ignore:
Timestamp:
04/01/08 19:03:33 (16 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TomaszTrelaTestTask

    v1 v1  
     1= Tomasz Trela's Test Task (TTTT) = 
     2To learn about NEPOMUK, there is an open test task to do. Comment on this site about it.... 
     3 
     4This takes a day: 
     5Learn about the [http://www.w3.org/2001/sw Semantic Web]: 
     6 * read and '''understand completly''' the [http://www.w3.org/2000/10/swap/Primer N3 Semantic Web primer] by (Sir) Tim Berners-Lee 
     7 * skim through the [http://www.w3.org/TR/2004/REC-rdf-primer-20040210/ RDF primer] and remember where to find it when you need it. 
     8 * click once to see a little more: http://www.getsemantic.com/wiki/Get_Started_with_the_Semantic_Web 
     9 * Now you know about the Semantic Web. 
     10 
     11This takes another day 
     12Now you basically know a little how it works. 
     13Then get Eclipse 3.3 EUROPA, an SVN client (subclipse), Java 1.5 and start getting aquainted with [http://aperture.sourceforge.net/ Aperture] 
     14 * [http://aperture.wiki.sourceforge.net/GettingStarted Getting started] with aperture 
     15 * run a few of the [http://aperture.wiki.sourceforge.net/ApertureExampleApplications command line examples] to get aquainted 
     16 * Now you know how to convert data from somewhere to Semantic Web formats. 
     17 
     18Now hack something: 
     19 * use Aperture's del.icio.us crawler and crawl some tags and resources from del.icio.us. If you don'T have an account there, use [http://del.icio.us/leobard Leo Sauermann's account] - you have some RDF of tags now 
     20 * use Aperture's flickr.com crawler and crawl the metadata of some photos. If you don't have an account on flickr, use [http://www.flickr.com/photos/leobard/ Leo Sauermann's account on flickr] 
     21 * The flickr crawler is, as you will notice, somehow broken. As is the del.icio.us crawler. If you can, fix it until you get similar good results as the del.icio.us crawler  
     22 
     23This will take a day, if you are quick. Antoni Mylka can help you. 
     24  
     25Now the final thing: 
     26 * write a new application, preferable inside the code of Aperture in the /examples/ folder, that loads the RDF extracted from del.icio.us and flickr.com and integrates the tags. As a result, all photos and URIs of each tag should be listed on System.Out.  
     27 * The tricky part here, is that I used the same tag names both on flickr and del.icio.us, such as "vienna" or "semanticweb". You must integrate the two data streams into one, at the end, the user means the same with vienna, independent if [http://www.flickr.com/photos/leobard/tags/vienna/ vienna on flickr] or [http://del.icio.us/leobard/vienna vienna on del.icious]. 
     28 
     29This can take a day or weeks, depending on you :-)