Build failed in Jenkins: stanbol-trunk-1.6 #1091

2012-11-12 Thread Apache Jenkins Server
See Changes: [rwesten] minor: Deactivated the check for the number of Enhancements for the Geonames engine as geonames.org changes the fact that Oceania is returned as parent of New Zealand to often. ---

Jenkins build is back to stable : stanbol-trunk-1.6 » Apache Stanbol Enhancer Enhancement Engine : geonames.org GIS service #1091

2012-11-12 Thread Apache Jenkins Server
See

Re: Future of Clerezza and Stanbol

2012-11-12 Thread Andy Seaborne
On 12/11/12 19:42, Reto Bachmann-Gmür wrote: On Mon, Nov 12, 2012 at 5:46 PM, Andy Seaborne wrote: On 09/11/12 09:56, Rupert Westenthaler wrote: RDF libs: Out of the viewpoint of Apache Stanbol one needs to ask the Question if it makes sense to manage an own RDF API. I expect the Seman

Toy-Usecase challenge for comparing RDF APIs to wrap data (was Re: Future of Clerezza and Stanbol)

2012-11-12 Thread Reto Bachmann-Gmür
May I suggest the following toy-usecase for comparing different API proposals (we know all API can be used for triple stores, so it seems interesting how the can be used to expose any data as RDF and the Space complexity of such an adapter): Given interface Person() { String getGivenName(); Str

Re: Future of Clerezza and Stanbol

2012-11-12 Thread Reto Bachmann-Gmür
On Mon, Nov 12, 2012 at 5:46 PM, Andy Seaborne wrote: > On 09/11/12 09:56, Rupert Westenthaler wrote: > >> RDF libs: >> >> >> Out of the viewpoint of Apache Stanbol one needs to ask the Question >> if it makes sense to manage an own RDF API. I expect the Semantic Web >> Standards to evolve q

Re: DBpedia indexing ...

2012-11-12 Thread Rupert Westenthaler
Hi Andrea, On Mon, Nov 12, 2012 at 12:59 PM, Andrea Taurchini wrote: > folder /indexing/dist the two files : > > 1)dbpedia.solrindex.zip > 2)org.apache.stanbol.data.site.dbpedia-{version}.jar > > I prefer to install it as a new referenced site and not overwriting it to > previous dbpedia english

Re: Future of Clerezza and Stanbol

2012-11-12 Thread Andy Seaborne
On 11/11/12 23:22, Rupert Westenthaler wrote: Hi all , On Sun, Nov 11, 2012 at 4:47 PM, Reto Bachmann-Gmür wrote: - clerezza.rdf graudates as commons.rdf: a modular java/scala implementation of rdf related APIs, usable with and without OSGi For me this immediately raises the question: Why sh

Jenkins build became unstable: stanbol-trunk-1.6 #1090

2012-11-12 Thread Apache Jenkins Server
See

Re: Future of Clerezza and Stanbol

2012-11-12 Thread Andy Seaborne
(which list is this discussion really on? :-) On 09/11/12 09:56, Rupert Westenthaler wrote: > RDF libs: > > > Out of the viewpoint of Apache Stanbol one needs to ask the Question > if it makes sense to manage an own RDF API. I expect the Semantic Web > Standards to evolve quite a bit in the

Re: Future of Clerezza and Stanbol

2012-11-12 Thread Andy Seaborne
On 09/11/12 09:56, Rupert Westenthaler wrote: RDF libs: Out of the viewpoint of Apache Stanbol one needs to ask the Question if it makes sense to manage an own RDF API. I expect the Semantic Web Standards to evolve quite a bit in the coming years and I do have concern that the Clerezza RDF

Re: Public aliasing management API for Stanbol ontology manager

2012-11-12 Thread adasal
Very good! On 12 November 2012 15:52, Alessandro Adamou wrote: > There is a policy to be decided here: a DELETE on an alias should mean > that the ontology is removed, or just the alias is removed but the ontology > stays until there are no more aliases (a bit like the unlink primitive in > Unix

Public aliasing management API for Stanbol ontology manager

2012-11-12 Thread Alessandro Adamou
Hi all, esp. those whom I reckon were more interested in the ontology naming/reconciliation issue in Stanbol. At last I just committed an initial implementation for the Ontology Manager aliasing API You can create an orphan (actually "uncharted") ontology entry, before loading content into

Allow usage of OSGI Services without an OSGI environment (was: Future of Clerezza and Stanbol)

2012-11-12 Thread Rupert Westenthaler
Hi, I changed the title to separate this issue from the Clerezza/Stanbol discussion Personally I have already tried several different things related to this with the result that providing Service Implementations that are also OSGI Components does only work as long as no configuration is required

Re: RAT check for ontologymanager, rules, reasoners

2012-11-12 Thread Alessandro Adamou
Thanks, it says there were two files in Turtle syntax without the license blurb. Fortunately the RAT plugin seems to recognize the #-comment notation for Turtle. Will commit the fix soon. Alessandro On 11/12/12 3:24 PM, Fabian Christ wrote: Hi, have a look in the 'target/maven-shared-archiv

Re: Future of Clerezza and Stanbol

2012-11-12 Thread adasal
Hello, (Some points below made by others in interim while composing this.) Whether or not I become a Stanbol/Clerezza consumer or developer I am at the moment following the list and learning what I can. For my own interest what was the solution here? > The biggest design issue for me was that e

Re: RAT check for ontologymanager, rules, reasoners

2012-11-12 Thread Fabian Christ
Hi, have a look in the 'target/maven-shared-archive-resources/META-INF/RAT-REPORT' file. This contains more details. I think this message indicates a missing license header. - Fabian 2012/11/12 Alessandro Adamou > Hi, I'm trying to sort this issue out for the Ontology Manager, but I > haven't

Re: Future of Clerezza and Stanbol

2012-11-12 Thread Reto Bachmann-Gmür
On Mon, Nov 12, 2012 at 12:22 AM, Rupert Westenthaler < rupert.westentha...@gmail.com> wrote: > Hi all , > > On Sun, Nov 11, 2012 at 4:47 PM, Reto Bachmann-Gmür > wrote: > > - clerezza.rdf graudates as commons.rdf: a modular java/scala > > implementation of rdf related APIs, usable with and witho

Re: Future of Clerezza and Stanbol

2012-11-12 Thread Reto Bachmann-Gmür
Hi Peter, I think it would be good to improve the rdf libraries for non OSGi usage, your suggestion sound very reasonable. The design was strongly driven by the requirements in OSGi environments. Your interest in these libraries reinforces my believe that they should be maintained as an independen

CMIS metadata in the rdfstore

2012-11-12 Thread Gabriel Vince
Dear sirs, I don;t know if I've missed something or it is so - seems CMIS metadata are stored as Solr index, but not present in the rdfstore. Actually - using sparql I was able to read enhancements, but I assumed (seems wrongly) that CMIS properties (custom content metadata) are as well stored as

Re: RAT check for ontologymanager, rules, reasoners

2012-11-12 Thread Alessandro Adamou
Hi, I'm trying to sort this issue out for the Ontology Manager, but I haven't committed anything yet as I am getting a weird error on a bundle (org.apache.stanbol.ontologymanager.multiplexer.clerezza). The error message is [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:ch

mail list test, please disregard

2012-11-12 Thread Gabriel Vince
Hello all, I'm having troubles to participe in the mail list, this is inly a test mail, please disregard -- Gabriel Vince Senior Consultant Apogado http://www.apogado.com