Re: How to load RDF dump

2017-04-01 Thread Stian Soiland-Reyes
You can either use jena distribution's tdbloader script into the folder "db" (but stop fuseki first), or if the nt file is small enough (e.g. 50 MB) then you can also upload it in the browser interface (but make sure you run fuseki 2 for this). If you run Linux and "dB" is blank, then tdbloader2 c

Re: 10G loading file to fuseki

2017-01-20 Thread Stian Soiland-Reyes
After creating the TDB files in the correct folder with either tdbloader or tdbloader2, it should also work to "create" the dataset in Fuseki2 UI with a matching name, that avoids having to make the default configuration and Fuseki2 will use your existing TDB files. However, the default configurat

Re: Tools for browsing and editing RDF data

2016-11-08 Thread Stian Soiland-Reyes
ail: mikael.peso...@lingsoft.fi >>> Tel. +358 2 279 3300 >>> >>> Time zone: GMT+2 >>> >>> Helsinki Office >>> Eteläranta 10 >>> FI-00130 Helsinki >>> FINLAND >>> >>> Turku Office >>> Linnankatu 10 A >>> FI-20100 Turku >>> FINLAND >>> > > -- > www.lingsoft.fi > > Speech Applications - Language Management - Translation - Reader's and > Writer's Tools - Text Tools - E-books and M-books > > Mikael Pesonen > System Engineer > > e-mail: mikael.peso...@lingsoft.fi > Tel. +358 2 279 3300 > > Time zone: GMT+2 > > Helsinki Office > Eteläranta 10 > FI-00130 Helsinki > FINLAND > > Turku Office > Linnankatu 10 A > FI-20100 Turku > FINLAND > -- Stian Soiland-Reyes http://orcid.org/-0001-9842-9718

Re: Construct query

2016-09-30 Thread Stian Soiland-Reyes
Important to notice is that the CONSTRUCTed triples are just returned to the caller, they are not added to the graph. It can be useful to reshape RDF, e.g. swap properties or simplify relationships. On 30 Sep 2016 10:32 a.m., "Lorenz B." wrote: > SPARQL CONSTRUCT returns an RDF graph or basicall

Re: Web UI of Fuseki doesn't start

2016-07-25 Thread Stian Soiland-Reyes
> java -jar /var/www/fuseki/fuseki-server.jar --update --mem /ds >>> >>> as usual. Any other time it worked. >>> >>> I haven't tried Fuseki 2.4.0 so far. >>> >>> Best Regards, >>> >>> Sandor >>> >>> &g

Re: Web UI of Fuseki doesn't start

2016-07-21 Thread Stian Soiland-Reyes
> -- > Sandor Kopacsi > Vienna University Computer Center > -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons http://orcid.org/-0001-9842-9718

Re: Forward/backward rules (and reasoner memory leaks)

2016-06-24 Thread Stian Soiland-Reyes
ass rdf:type >>> <http://graphity.org/gp#Template>), noValue(?subClass >>> <http://graphity.org/gc#defaultMode>) -> (?subClass >>> <http://graphity.org/gc#defaultMode> ?o) ] >>> [gcsm: (?template rdf:type <http://graphity.org/gp#Template>), >>> (?template <http://graphity.org/gc#supportedMode> ?supportedMode), >>> (?subClass rdfs:subClassOf ?template), (?subClass rdf:type >>> <http://graphity.org/gp#Template>) -> (?subClass >>> <http://graphity.org/gc#supportedMode> ?supportedMode) ] >> >> >> These two are more reasonable and could be used backwards or hybrid. >> >>> [rdfs9: (?x rdfs:subClassOf ?y), (?a rdf:type ?x) -> (?a rdf:type ?y)] >> >> >> That would work backwards. Depending on the scale of your data you might >> want to table rdf:type for performance/space tradeoff. >> >>> Can these be rewritten as backward rules instead? >> >> >> Sure, the challenge is performance tuning as noted above. >> >> > Does it involve code changes, such as calling reset() etc? >> >> Shouldn't do. >> >> Dave > > -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons http://orcid.org/-0001-9842-9718

Re: Modularize Jena code

2016-06-23 Thread Stian Soiland-Reyes
entifier.info/lei/lookup/> > > Join our Data Lakes group on LinkedIn > https://www.linkedin.com/grp/home?gid=8267275 -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons http://orcid.org/-0001-9842-9718

Re: Jena rules in owl ontology

2016-06-08 Thread Stian Soiland-Reyes
ant to import > it in jena and apply some jena rules on the class/subclass of my ontology. > Please if some one guide me how to do this and where (in jena code) my > rules will fit in. > I am working with jena from few weeks but I have never used Jena rules yet. > > thanks --

Re: Fuseki null pointer exception with minimum data

2016-05-22 Thread Stian Soiland-Reyes
dler.handle(ScopedHandler.java:141) >> at >> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:119) >> at org.eclipse.jetty.server.Server.handle(Server.java:517) >> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:306) >

Re: Fuseki NullPointerException on 16 million triple dataset

2016-05-22 Thread Stian Soiland-Reyes
rvlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) >>>> >>>> at >>> >>> >>> org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) >>>> >>>> at >>> >>> >>> org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) >>>> >>>> at >>> >>> >>> org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) >>>> >>>> at >>> >>> >>> org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383) >>>> >>>> at >>> >>> >>> org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) >>>> >>>> at >>> >>> >>> org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) >>>> >>>> at >>> >>> >>> org.apache.jena.fuseki.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:285) >>>> >>>> at >>> >>> >>> org.apache.jena.fuseki.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:248) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1156) >>>> >>>> at >>> >>> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1088) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:119) >>>> >>>> at org.eclipse.jetty.server.Server.handle(Server.java:517) >>>> at >>>> org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:306) >>>> at >>> >>> >>> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:242) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:245) >>>> >>>> at >>>> org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) >>>> at >>> >>> >>> org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:75) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:213) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:147) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654) >>>> >>>> at >>> >>> >>> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) >>>> >>>> at java.lang.Thread.run(Thread.java:745) >>>> [2016-05-16 16:43:46] Fuseki INFO [7] 500 Server Error (1.012 s) >>>> >>>> >>>> Could you help please ? >>>> >>> > -- > Lorenz Bühmann > AKSW group, University of Leipzig > Group: http://aksw.org - semantic web research center > -- Stian Soiland-Reyes Apache Commons, Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Re: Fuseki NullPointerException on 16 million triple dataset

2016-05-21 Thread Stian Soiland-Reyes
Hi, What would help is if you could detail what kind of data (if it's public, then we can try to load it as well) and what kind of queries you do. Do you have a particular query that causes this stack trace? Do you do multiple concurrent queries, or one at a time? On 18 May 2016 10:47 a.m., "Ani

Re: owl question

2016-05-17 Thread Stian Soiland-Reyes
Yes, this should be all right, feel free to ask and share what you've got! Remember to say which inference rules you have enabled with Jena, and how you query/output the results. On 17 May 2016 9:48 p.m., "Paul Akkermans" wrote: > All, > > > > I have a question related to owl (for some reason I

Re: Performance Cost of Reification

2015-10-11 Thread Stian Soiland-Reyes
Well described. If something requires reification, it usually means either your model is off track (not expanding the right concepts), or your graph scope is wrong (because you want to say who said that, add confidence values , etc). In designing PROV-O we ran into this same issue, and added typed

Re: Views on Fuseki Docker image?

2015-09-20 Thread Stian Soiland-Reyes
September 2015 at 14:18, Stian Soiland-Reyes wrote: > Right, that's the kind I'm thinking off - this is useful for running > riot and friends out of the box. > > What is the source for making rvesse/jena2 - or is it done manually? > (There was no Source Repository link)

Re: Views on Fuseki Docker image?

2015-09-20 Thread Stian Soiland-Reyes
n to vagrant/alpine. > > Rurik > > > > On Sun, Sep 13, 2015 at 6:00 AM, Stian Soiland-Reyes > wrote: > >> Hi, >> >> There is currently a thread on dev@jena about considering having an >> official Jena Fuseki docker image. >> >> >> A

Re: Views on Fuseki Docker image?

2015-09-18 Thread Stian Soiland-Reyes
ena-fuseki? What is your view on how those images should be built? On 14 September 2015 at 09:43, Rob Vesse wrote: > On 13/09/2015 05:00, "Stian Soiland-Reyes" wrote: > >>It might also be interesting to have a Jena command line Docker image, >>e.g. with riot and the o

Views on Fuseki Docker image?

2015-09-12 Thread Stian Soiland-Reyes
r bin/ tools. I would propose that to be a separate image which is just for command line usage. -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Re: Word on CommonsRDF

2015-09-03 Thread Stian Soiland-Reyes
tor.apache.org/, >>>> and it looks great! >>>> It’d be exciting to use this for some of the libraries I’m working on. >>>> Unfortunately I couldn’t find any reference to it in Jena (except for a >>>> note on CommonsRDF that it might come to Jena 3.0) >>>> >>>> Can somebody fill me in on the progress of this project? >>>> >>>> Thanks in advance! >>>> >>>> >>>> --- >>>> Joël Kuiper >>>> www.joelkuiper.eu >>>> >>> >> > -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Fwd: RDF parser interface for Commons RDF

2015-09-02 Thread Stian Soiland-Reyes
ph is stored in any Commons RDF implementation - currently tested with the in-memory "simple" implementation. See below: -- Forwarded message ------ From: Stian Soiland-Reyes Date: 3 September 2015 at 02:07 Subject: RDF parser interface for Commons RDF To: dev I am not sure

Re: Help on FROM keyword

2015-05-14 Thread Stian Soiland-Reyes
BTW, for arbitrary "dummy" or example graphs it might be better to name them using example.com and friends (.org, .net) which are exactly for that purpose. E.g. SELECT ?s WHERE { GRAPH { ?s ?p ?o . } That way it is more obvious to future readers of your code (e.g. y

Re: TDB and Google App Engine

2015-04-12 Thread Stian Soiland-Reyes
I can only think of perhaps an in-memory layer and something clever with the transaction log.. It would add a 700 MB load to the startup time though. But how would you even get this transaction log distributed with the App Engine? For me going down SDB route sounds like a much easier plumbing job

Re: building ontology

2015-04-08 Thread Stian Soiland-Reyes
t really published > anywhere. The namespace looks made up. > > Please, how I can resolve this problem??? -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Re: Fuseki User Interface unmanageable

2015-04-08 Thread Stian Soiland-Reyes
FO [1] GET > http://134.34.201.195:3030/GND030215/query?query=SELECT%20*%20%7B%3Fs%20%3Fp%20%3Fo%7D%20limit%205 > [2015-04-05 19:40:38] Fuseki INFO [1] GET /GND030215 :: 'query' :: > ? query=SELECT%20*%20%7B%3Fs%20%3Fp%20%3Fo%7D%20limit%205 > [2015-04-05 19:40:38] Fuse

Re: Query regarding Jena versions

2015-04-03 Thread Stian Soiland-Reyes
We generally recommend using the latest Jena, which now is 2.13.0. See http://jena.apache.org/download/ Is there any particular reason why you are considering using 2.6.4? On 3 Apr 2015 17:10, "Rose Beck" wrote: > I downloaded Jena 2.6.4 today but I was not able to load n-quads in > it. Can you

Re: Apache Jena for Android

2015-04-02 Thread Stian Soiland-Reyes
run on a 32 bit ARM architecture I >> guess it will run almost always in direct mode. >> But I realized that TDB isn't working at all at the moment, because it >> depends on JDK classes that aren't available on Android for things like >> getting the PID. I think it is possible to replace those calls by using >> similar classes provided by the Android SDK. I will try to get it >> working. A dependency on Android specific code would probably make >> mainline integration more difficult though. >> >> Sören >> > -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Re: fuseki.war fails to start: Unsupported major.minor version 51.0

2015-04-01 Thread Stian Soiland-Reyes
:309) >>>>> >>>>> >>>>> at >>>>> >>>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) >>>>> >>>>> >>>>> at >>>>> >>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >>>>> >>>>> >>>>> at java.lang.Thread.run(Thread.java:679) >>>>> Caused by: java.lang.UnsupportedClassVersionError: >>>>> org/apache/jena/fuseki/server/FusekiServerEnvironmentInit : Unsupported >>>>> major.minor version 51.0 (unable to >>>>> load class org.apache.jena.fuseki.server.FusekiServerEnvironmentInit) >>>>> at >>>>> >>>>> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2840) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1160) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1668) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1546) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.startup.WebAnnotationSet.loadClassAnnotation(WebAnnotationSet.java:144) >>>>> >>>>> >>>>> at >>>>> org.apache.catalina.startup.WebAnnotationSet. >>>>> loadApplicationListenerAnnotations(WebAnnotationSet.java:73) >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.startup.WebAnnotationSet.loadApplicationAnnotations(WebAnnotationSet.java:56) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.startup.ContextConfig.applicationAnnotationsConfig(ContextConfig.java:381) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:858) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:345) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) >>>>> >>>>> >>>>> at >>>>> >>>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5161) >>>>> >>>>> >>>>> at >>>>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) >>>>> ... 27 more >>>>> 01.04.2015 15:19:02 org.apache.catalina.core.ApplicationContext log >>>>> INFO: HTMLManager: list: Listing contexts for virtual host 'localhost' >>>>> >>>>> >>>>> >>>>> >>>> >>> -- >>> Sorin Gheorghiu Tel: +49 7531 88-3198 >>> Universität KonstanzRaum: B703 >>> 78464 Konstanz sorin.gheorg...@uni-konstanz.de >>> >>> - KIM: Abteilung Contentdienste - >>> >>> > > -- > Sorin Gheorghiu Tel: +49 7531 88-3198 > Universität KonstanzRaum: B703 > 78464 Konstanz sorin.gheorg...@uni-konstanz.de > > - KIM: Abteilung Contentdienste - > -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Re: Apache Jena for Android

2015-04-01 Thread Stian Soiland-Reyes
ng the PID. I think it is possible to replace those calls by using >> similar classes provided by the Android SDK. I will try to get it working. >> A dependency on Android specific code would probably make mainline >> integration more difficult though. >> >> Sören >>

Re: fuseki.war fails to start: Unsupported major.minor version 51.0

2015-04-01 Thread Stian Soiland-Reyes
The JAVA_HOME environment variable is not (and should not) be passed through to a service startup script, as it would not work on reboot. Instead you have to modify something like /etc/default/tomcat or run updates-alternatives -config java to change the default java OS-wide. In some distribution

Re: Preprocessor or formatting data in fuseki

2015-03-31 Thread Stian Soiland-Reyes
le >>> apple >>> >>> mobile >>> apple >>> And so on like turtle >>> How can i apply these formats ? >>> >>> Regards >>> Nauman >>> >>> >> That's XML? >> >> You could apply XSLT to the XML results form of SELECT results. >> You can even get the server to add the stylesheet line with &stylesheet= >> That's how HTML output is done. >> >> Andy >> >> -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Re: Apache Jena for Android

2015-03-12 Thread Stian Soiland-Reyes
ine, need therefore to > access every triple but not all at a time ... > > Thank you in advance > Regards > Fabio -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/-0001-9842-9718

Re: Print a model without the option ^^

2015-03-02 Thread Stian Soiland-Reyes
"^^< > http://www.w3.org/2001/XMLSchema#long> > "myLiteralString"^^< > http://www.w3.org/2001/XMLSchema#decimal> > "myLiteralString"^^< > http://www.w3.org/2001/XMLSchema#string> > > but i want to print this: > "myLiteralString

Re: Suggestion for Read/Write very large file of triples

2015-02-17 Thread Stian Soiland-Reyes
RDFDataMgr should be faster, but would be used by model.read() anyway after its initialization. It is also possible to do streaming reads, where you get each triple as it is read (and no Model). Combined with streaming writes this is the fastest way to do format conversions (e.g. RDF/XML to Turtl

Re: Strange Exception

2015-02-16 Thread Stian Soiland-Reyes
veBuffer(IOUtil.java:93) >>>>>> at sun.nio.ch.IOUtil.write(IOUtil.java:51) >>>>>> at >>>>>> sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:487) >>>>>> at >>>>>> >&g

Re: hot swap tdb behind fuseki

2015-02-10 Thread Stian Soiland-Reyes
00:09, "Paul Tyson" wrote: > On Tue, 2015-02-10 at 23:38 +0000, Stian Soiland-Reyes wrote: > > Are you using the tdb to swap just for reading, or would you need to > > synchronize transactions? > > > > Below I'll assume you mean 'reading', and that

Re: hot swap tdb behind fuseki

2015-02-10 Thread Stian Soiland-Reyes
ght of using 2 (or more) jetty or tomcat workers in a > load-balancing configuration, which would allow staged restarts. But > before I go there I thought I would ask if there is an easier way. > > Does anyone have a usage pattern for this, or can point me to some > documentat

Re: Sparql Resultset

2015-02-06 Thread Stian Soiland-Reyes
construct graph would look like > > > >> On 6 Feb 2015, at 9:58 pm, Andy Seaborne wrote: >> >> On 06/02/15 09:54, Stian Soiland-Reyes wrote: >>> Or use CONSTRUCT WHERE {} shorthand: >>> >>> http://www.w3.org/TR/sparql11-query/#constru

Re: Sparql Resultset

2015-02-06 Thread Stian Soiland-Reyes
Or use CONSTRUCT WHERE {} shorthand: http://www.w3.org/TR/sparql11-query/#constructWhere I must admit I didn't check if this works in Jena, but given that Andy cowrote the spec... :-) On 6 Feb 2015 09:39, "Andy Seaborne" wrote: > On 06/02/15 02:32, Kamalraj Jairam wrote: > >> Hello All, >> >>

Re: Jena setup

2015-02-04 Thread Stian Soiland-Reyes
:11:20 INFO Dataset path = /ds 12:11:20 INFO Fuseki 1.1.1 2014-10-02T16:36:17+0100 12:11:20 INFO Started 2015/02/04 12:11:20 UTC on port 3030 On 4 February 2015 at 12:01, Stian Soiland-Reyes wrote: > My apologies for confusing you.. Redhat-based distros has chkconfig now. > > Her

Re: Jena setup

2015-02-04 Thread Stian Soiland-Reyes
ginal Message----- > From: Stian Soiland-Reyes [mailto:st...@apache.org] > Sent: Tuesday, February 03, 2015 6:01 PM > To: joshuaaa...@gmail.com; users@jena.apache.org > Subject: Re: Jena setup > > You would also want to run update-rc.d for the runlevels so that it is > started

Re: Jena setup

2015-02-03 Thread Stian Soiland-Reyes
You would also want to run update-rc.d for the runlevels so that it is started on reboot. I'm afraid I don't remember the exact syntax. Note that the init script from Jena Fuseki uses /etc/fuseki for both configuration and data storage. You can either edit the init script or create a symlink to u

Re: elephas project

2015-01-27 Thread Stian Soiland-Reyes
7;s a demo application: https://github.com/apache/jena/tree/hadoop-rdf/jena-elephas/jena-elephas-stats On 27 January 2015 at 09:57, Carmen Manzulli wrote: > Hi, > I would like to know what version will i insert in my dependecies if i want > to prove jena-elephas-*? > > thanks, > Car

Re: shiro.ini with custom realm fuseki2

2015-01-19 Thread Stian Soiland-Reyes
n't think fuseki is using my >>> shiro.ini. I modified the file in. /run but I don't see anything different. >>> I restarted tomcat and it isn't recognizing any change I make. I even wiped >>> out the shiro.ini file to see if it would error, nothing happens.

Re: shiro.ini with custom realm fuseki2

2015-01-19 Thread Stian Soiland-Reyes
entialsMatcher = $plainMatcher > > securityManager.realms=$certificateRealm > > certificateFilter=custom.shiro.web.X509AuthenticationFilter > #localhost=org.apache.jena.fuseki.authz.LocalhostFilter > > Not sure what I am doing wrong. Thanks in advance -- Stian Soiland-Reyes, myGrid

Re: Third Party Libraries in Fuseki 2

2015-01-16 Thread Stian Soiland-Reyes
edit the launcher scripts fuseki-server or fuseki-server.bat to modify the java -classpath. (Even then I could not get this to work, but I didn't try very hard). On 16 January 2015 at 16:14, Stian Soiland-Reyes wrote: > Presumably one would always have to do the WEB-INF/lib trick to add

Re: Third Party Libraries in Fuseki 2

2015-01-16 Thread Stian Soiland-Reyes
u can probably do that, or have your own war builder >> with the same dependency of jena-fuseki-core as the delivery module. >> >> Andy >> >> >> On 16/01/15 13:59, Stian Soiland-Reyes wrote: >> >>> It should be safest to do the second optio

Re: Third Party Libraries in Fuseki 2

2015-01-16 Thread Stian Soiland-Reyes
PM >> To: users@jena.apache.org >> Subject: Third Party Libraries in Fuseki 2 >> >> Where should I place third party libraries in Fuseki2? I am using >> fuseki.war. I would like to use a custom shiro realm. I am not sure where >> to place the custom.jar. >> >

Re: Testing of jena-osgi bundle

2015-01-14 Thread Stian Soiland-Reyes
shots/org/apache/jena/) > This would make it a bit easier to try to create a launcher using it. > > Cheers, > Reto > > On Mon, Jan 12, 2015 at 1:42 AM, Stian Soiland-Reyes > wrote: > >> Would anyone who is using OSGi and Jena be able to test the experimental &g

Testing of jena-osgi bundle

2015-01-11 Thread Stian Soiland-Reyes
t: Re: [jena] Jena OSGi bundle (#10) To: apache/jena Cc: Stian Soiland-Reyes Stian Soiland-Reyes on d...@jena.apache.org replies: So I have updated the jena-osgi pull request in #10 <https://github.com/apache/jena/pull/10> As commented there - it now includes a new module jena-osgi-test

Re: Validating and resolving RDF URIs

2015-01-08 Thread Stian Soiland-Reyes
gt;>> I'm reading URIs from request input that will end up in an RDF Model. >>>>>> They can be relative, in which case they need to be resolved, and they >>>>>> can be invalid, in which case they need to be rejected. >>>>>> >>

Re: Validating and resolving RDF URIs

2015-01-08 Thread Stian Soiland-Reyes
; >>> org.apache.jena.riot.system.IRIResolver (not the legacy one in the old N3 >>> parser). >>> >>> This uses the jena-iri library which is quite, err, "precise". >>> >>> See also the parsing pipeline that uses CheckerIRI for checking. In >>> fact, >>> you might want to use StreamRDF (where all parers send things). >>> >>> Andy >>> >>>> >>>> >>>> Thanks. >>>> >>>> Martynas >>>> >>> > -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester http://soiland-reyes.com/stian/work/ http://orcid.org/-0001-9842-9718

Re: Using Model inside Java Objects.

2014-11-27 Thread Stian Soiland-Reyes
y(m.expandPrefix("dc:title"))).getObject().asLiteral().toString( > )); > > . > > > > DM > -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester http://soiland-reyes.com/stian/work/ http://orcid.org/-0001-9842-9718

Re: Jena / Stanbol success stories?

2014-11-26 Thread Stian Soiland-Reyes
you search for 'powered by' you'll find quite a number of pages like >>this at apache: >> >><https://www.google.co.uk/search?q="powered+by"+site%3Aapache.org> >> >>They seem to be fairly simple lists of uses, without (as you say) any >>

Re: Jena / Stanbol success stories?

2014-11-26 Thread Stian Soiland-Reyes
work of third parties, nor allow > third party influence to affect the future of the project for specific > outside organisations." > > So we'd have to be very careful how we phrase things to not fall afoul of > this requirement. > > Rob > > From: Stian Soiland

Re: Jena / Stanbol success stories?

2014-11-26 Thread Stian Soiland-Reyes
opriate NDAs, etc. in place), I'd love to talk to > you. > > > Thanks, > > > > Phil > --- > This message optimized for indexing by NSA PRISM > > -- > Stian Soiland-Reyes > Apache Taverna (incubating) > http://orcid.org/-0001-9842-9718 >

Re: Jena / Stanbol success stories?

2014-11-25 Thread Stian Soiland-Reyes
ate NDAs, etc. in place), I'd love to talk to > you. > > > Thanks, > > > > Phil > --- > This message optimized for indexing by NSA PRISM > -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester http://soiland-reyes.com/stian/work/ http://orcid.org/-0001-9842-9718

Re: ApacheCon EU 2014?

2014-11-07 Thread Stian Soiland-Reyes
folks will be as well >> >> Rob >> >> On 06/11/2014 18:03, "Sergio Fernández" >> wrote: >> >>> +1 for a beer all together >>> the Marmotta folks we'll be in Budapest from Sunday to Thursday >>> >>> On 06/11/14 14:39, S

ApacheCon EU 2014?

2014-11-06 Thread Stian Soiland-Reyes
be interested in going - just looking for funds.. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester

Please test: Jena OSGi bundle

2014-10-31 Thread Stian Soiland-Reyes
I have suggested for Jena to add an OSGi bundle "jena-osgi" - https://github.com/apache/jena/pull/10 I've done it as a single bundle of the major modules (those in the distribution ZIP) - effectively putting them all on the same classloader to avoid any issues with the service registries, as part

Re: [ANN] Jena 2.12.1 released

2014-10-18 Thread Stian Soiland-Reyes
apache.org/download/index.html > > or from Maven central. > > Rob > > > > > -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester http://soiland-reyes.com/stian/work/ http://orcid.org/-0001-9842-9718