Return-Path: Delivered-To: apmail-incubator-stanbol-dev-archive@minotaur.apache.org Received: (qmail 22077 invoked from network); 1 Mar 2011 16:48:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Mar 2011 16:48:55 -0000 Received: (qmail 11696 invoked by uid 500); 1 Mar 2011 16:48:55 -0000 Delivered-To: apmail-incubator-stanbol-dev-archive@incubator.apache.org Received: (qmail 11621 invoked by uid 500); 1 Mar 2011 16:48:54 -0000 Mailing-List: contact stanbol-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stanbol-dev@incubator.apache.org Delivered-To: mailing list stanbol-dev@incubator.apache.org Received: (qmail 11613 invoked by uid 99); 1 Mar 2011 16:48:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 16:48:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of enricodaga@gmail.com designates 209.85.216.47 as permitted sender) Received: from [209.85.216.47] (HELO mail-qw0-f47.google.com) (209.85.216.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 16:48:47 +0000 Received: by qwi2 with SMTP id 2so3735171qwi.6 for ; Tue, 01 Mar 2011 08:48:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=ysCb4nti4T9tnA+enf01QrJtkM2KInKeLcXBbXNOpDA=; b=DTdMaS02GRIuESsfr+MtfzfRdUf9eBe96SSMwPKr9OOhcqwi/9XCyamvkeRJ9yuBcx MTUrMJ1aEHCSaB+1C3oeWLQv7ip0P7LpkV2P5C9RtEFh+lBwhonA7ZfV60sM4y0oj6pP DmqNWFTpobTVqUohUvbPhlKRSJC/SPhhML8I8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=hVxWpC+Kt28anPgH10/h0zcI27BZSL0GTgR5zfjspLcGGeMDLMxqfCm/s4okqzP+rU U7AmA+OKuXCuic2UEpRNTceQbwU/7EAFW6/fQJX/dc7NXmncKso4/D/QgUS6KGDatq77 OEgxMx5MbOuodo44W/5yj8fTD3SWwl/XNAEic= Received: by 10.229.28.149 with SMTP id m21mr5436625qcc.203.1298998106457; Tue, 01 Mar 2011 08:48:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.181.82 with HTTP; Tue, 1 Mar 2011 08:48:06 -0800 (PST) In-Reply-To: References: <4D6B67D3.5020103@srdc.com.tr> <4D6BBECE.7000202@istc.cnr.it> <4D6BD907.40309@istc.cnr.it> <4D6CC1CD.5040005@cs.unibo.it> From: Enrico Daga Date: Tue, 1 Mar 2011 17:48:06 +0100 Message-ID: Subject: Re: [IKS] Persistence Store, Apache Stanbol Migration To: stanbol-dev@incubator.apache.org Cc: Fabian Christ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have compiled and run the code from the lite launcher, but then I do not know what to do to check the functionalities :) Asked for /presistencestore and got a NOT_FOUND message. some comments On 1 March 2011 11:49, Fabian Christ wrote: > Hi, > > looking at the large interface of > org.apache.stanbol.persistencestore.api.IPersistenceStore I get the > impression that the persistence store is for storing ontologies only. I'm can't say which is the intent, but some ontology editing rest service is something missing at the moment in stanbol. > On the other hand we have the > org.apache.stanbol.enhancer.servicesapi.Store interface to store and > retrieve ContentItems. The difference, if I understood correctly, is that clerezza graphs are edited as ontologies, instead of generic RDF graphs, thus applying the OWL model. > > Are these two things related or is the aim of the persistence store > somehow different? Or is the persistencestore something that > can/should be used in combination with KReS? I think we could relate such feature with kres. The ontology network manager has the capability to group ontologies and to serve them as a single graph, for example, but has no direct editing facility. The two components can interoperate by sharing the clerezza store, so ontologies stored in clerezza can be edited by the persistencestore, combined by the ontology network manager and then served to the reasoners component. I see also an overlap between the reasoning capabilities of kres and the persistence store, which we must overcome in the future (by taking the best of the two implementation in one single component, :) ). Enrico > Some words about the > goals would help to review the components. > > Best, > =C2=A0- Fabian > > 2011/3/1 Alessandro Adamou : >> Sorry, I can't read stanbol-private indeed. I was just replying-all. >> >> Ok then, switching to stanbol-dev. >> >> Sorry again, >> Alessandro >> >> >> On 3/1/11 9:27 AM, Enrico Daga wrote: >>> >>> I am moving this discussion to stanbol-dev, since it is related to >>> technical things and do not make sense to have it in the private list. >>> >>> I am guessing both Alessandro and Cihan did not read the advertisement >>> to move the conversation, do they read the stanbol-private list? >>> >>> Enrico >>> >>> On 28 February 2011 20:44, Bertrand Delacretaz >>> =C2=A0wrote: >>>> >>>> On Mon, Feb 28, 2011 at 6:27 PM, Enrico Daga >>>> =C2=A0wrote: >>>>> >>>>> Please check that both Suat and Alessandro are in the stanbol-private >>>>> list. I'm not sure about that... >>>> >>>> No - please DO NOT USE the stanbol private list to discuss technical >>>> things. >>>> >>>> Those discussions belong on the dev list, or if they must be >>>> restricted to IKS folks, on IKS internal lists. >>>> >>>> thanks, >>>> -Bertrand >>>> >>>> >>>>> On 28 February 2011 18:19, Alessandro Adamou >>>>> =C2=A0wrote: >>>>>> >>>>>> Hi Cihan, >>>>>> >>>>>> I've updated to r1283 and now the persistence store compiles fine wi= th >>>>>> all >>>>>> tests successful on my settings. >>>>>> >>>>>> Thank you for fixing that so speedily. >>>>>> >>>>>> Alessandro >>>>>> >>>>>> >>>>>> On 2/28/11 4:27 PM, Alessandro Adamou wrote: >>>>>>> >>>>>>> Hi Cihan, >>>>>>> >>>>>>> Thanks, we are reviewing your code right now with KReS integration = in >>>>>>> mind. >>>>>>> >>>>>>> Right now I am having a compilation issue, due to a missing icu4j >>>>>>> version >>>>>>> apparently requested by jena. I'll investigate further and let you >>>>>>> know. >>>>>>> >>>>>>> Alessandro >>>>>>> >>>>>>> >>>>>>> On 2/28/11 10:16 AM, Cihan Cimen wrote: >>>>>>>> >>>>>>>> Hi All, >>>>>>>> >>>>>>>> We have refactored persistence store [1] at google code sandbox. >>>>>>>> Package >>>>>>>> names, group ids, artifact ids and dependencies are renamed from >>>>>>>> eu.iksproject to org.apache.stanbol. Jersey endpoint is separated = as >>>>>>>> a >>>>>>>> module with artifact id org.apache.stanbol.persistencestore.web . = How >>>>>>>> should >>>>>>>> we proceed with persistence store Apache Stanbol migration? It wou= ld >>>>>>>> be >>>>>>>> great if you review the changes. We are looking for your comments. >>>>>>>> >>>>>>>> Best regards, >>>>>>>> >>>>>>>> SRDC Team >>>>>>>> >>>>>>>> [1] >>>>>>>> >>>>>>>> http://code.google.com/p/iks-project/source/browse/#svn%2Fsandbox%= 2Fpersistencestore >>>>>>>> _______________________________________________ >>>>>>>> iks-wip mailing list >>>>>>>> iks-wip@interactive-knowledge.org >>>>>>>> >>>>>>>> http://lists.interactive-knowledge.org/cgi-bin/mailman/listinfo/ik= s-wip >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> -- >>>>>> Alessandro Adamou >>>>>> Semantic Technology Laboratory (STLab) >>>>>> Institute for Cognitive Science and Technology (ISTC) >>>>>> National Research Council (CNR) >>>>>> Via Nomentana 56, Rome - Italy >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Enrico Daga >>>>> >>>>> -- >>>>> http://www.enridaga.net >>>>> skype: enri-pan >>>>> >>> >>> >> >> > > > > -- > Fabian > --=20 Enrico Daga -- http://www.enridaga.net skype: enri-pan