|
From: Mateusz K. <mat...@de...> - 2007-12-12 21:12:23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Sebastian Kruk pisze: <blockquote cite="mid:DBA...@gm..." type="cite"> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="MS Exchange Server version 6.5.7638.1"> <title>Re: [s3b-devel] questions for jonto</title> <!-- Converted from text/plain format --> <p><font size="2">1) I meant - why did you comment out adding namespaces to the query <br> (sorry for the shortcut)<br> </font></p> </blockquote> OK, now I see. I changed it when I was moving JOnto to SKOS standard - <a class="moz-txt-link-freetext" href="http://purl.org/dc/elements/1.0/Title">http://purl.org/dc/elements/1.0/Title</a> is now <a class="moz-txt-link-freetext" href="http://www.w3.org/2004/02/skos/core#prefLabel">http://www.w3.org/2004/02/skos/core#prefLabel</a><br> Unfortunately I suppose that you still have old uris in JeromeDL repo, as resources annotated before changes use them. And this could cause some problems...<br> <br> <blockquote cite="mid:DBA...@gm..." type="cite"> <p><font size="2">2) you are right - the solution is not obvious - I think we will have <br> to find some way - @Mariusz - I am counting on your suggestions here<br> </font></p> </blockquote> Well, the problem from pt. 1 is just another proof that the solution is not obvious, though very necessary ;)<br> <blockquote cite="mid:DBA...@gm..." type="cite"> <p><font size="2"><br> S.<br> <br> On 12 Dec 2007, at 00:05, Mateusz Kaczmarek wrote:<br> <br> > Sebastian Kruk pisze:<br> >> Mateusz,<br> >><br> >> a couple of questions related to jonto:<br> >> - why was searchByContent removed ?<br> > I don't know why you ask, but it wasn't. I have the following <br> > methods in<br> > TaxonomyStorage.java:<br> > public Collection<TaxonomyEntry> searchByContent(TaxonomyContext<br> > _context, String property, String content, boolean ignoreCase) and<br> > public Collection<TaxonomyEntry><br> > searchByContentAndTaxonomy(TaxonomyContext _context, String property,<br> > String content, boolean ignoreCase)<br> ><br> >> - what is jonto repository used for? since it contains less<br> >> information than JeromeDL/Joined ?<br> > Well, I just wanted to exploit the already defined repositories. <br> > Before<br> > my changes JOnto used jonto-dmoz repository (as it can still be seen <br> > in<br> > some commented lines, e.g. DdcContext.java:57). I changed the <br> > process of<br> > creating taxonomies, so that now they are stored in jonto repository.<br> > But why? Well, as it is JOnto, it's data is in jonto repository :) But<br> > serious - it's completely unimportant for me, which repository will<br> > JOnto use. So far, the separate repository made tests easier. <br> > Moreover -<br> > I don't know how it really is, but it appears to me that JOnto isn't<br> > subjective to JeromeDL only, and as such an autonomous project it <br> > should<br> > have its own repository.<br> ><br> > Cheers<br> > Mateusz<br> >><br> >> Cheers,<br> >><br> >> S.<br> >><br> >> --------------------------------------------<br> >> -- Sebastian Ryszard Kruk<br> >> -- Lead Researcher, Project Manager<br> >> -- Semantic Infrastructure Lab, eLearning Cluster<br> >> -- Digital Enterprise Research Institute-- National University <br> >> of<br> >> Ireland, Galway-- mailto: <a class="moz-txt-link-abbreviated" href="mailto:seb...@de...">seb...@de...</a><br> >> -- GG: 335067, Jabber: <a class="moz-txt-link-abbreviated" href="mailto:s_...@ch...">s_...@ch...</a><br> >> -- Skype: sebastiankruk<br> >> -- WWW: <a moz-do-not-send="true" href="http://www.sebastiankruk.com/--">http://www.sebastiankruk.com/--</a> mobile (IRL): +353 85 <br> >> 7126591<br> >> -- VoIP (PL): +48 52 5110114<br> >> --------------------------------------------<br> >><br> ><br> > -------------------------------------------------------------------------<br> > SF.Net email is sponsored by:<br> > Check out the new SourceForge.net Marketplace.<br> > It's the best place to buy or sell services for<br> > just about anything Open Source.<br> > <a moz-do-not-send="true" href="http://sourceforge.net/services/buy/index.php">http://sourceforge.net/services/buy/index.php</a><br> > _______________________________________________<br> > s3b-devel mailing list<br> > <a class="moz-txt-link-abbreviated" href="mailto:s3b...@li...">s3b...@li...</a><br> > <a moz-do-not-send="true" href="https://lists.sourceforge.net/lists/listinfo/s3b-devel">https://lists.sourceforge.net/lists/listinfo/s3b-devel</a><br> </font> </p> </blockquote> <br> </body> </html> |