Re: Cannot get Fuseki 5 to run...

2024-05-02 Thread Phillip Rhodes
by code-copy so as not to > depend on Jetty. But at the last update, some Jetty code usage didn't > get replaced and there are class references. > > Issue created: > https://github.com/apache/jena/issues/2443 > > Andy > > On 02/05/2024 04:02, Phillip Rhodes wrote: > >

Cannot get Fuseki 5 to run...

2024-05-01 Thread Phillip Rhodes
Gang: I'm having NO luck at all getting Fuseki 5 to run. I'm using Java 17 and the latest Tomcat 10 release that I see (apache-tomcat-10.1.23) and Fuseki "jena-fuseki-war-5.0.0.war". From what I could find of docs I thought this combination was sufficient, but apparently not. When I try to launch

Fuseki java client?

2017-07-08 Thread Phillip Rhodes
Hi all, I've been using Jena for some time now, working with the Java API directly, and only recently began looking at Fuseki. Now, looking at the Fuseki docs page, I see a section listed as "Use from Java" that points to . But

Re: Web 3 vs Web 2

2017-06-07 Thread Phillip Rhodes
://allthingsopen.org/talk/semantic-integration-with-apache-jena-and-stanbol/ Phil This message optimized for indexing by NSA PRISM On Wed, Jun 7, 2017 at 10:13 AM, Phillip Rhodes <motley.crue@gmail.com> wrote: > I would recommend reading the book "The Explorer's Guide to the Semantic We

Re: Web 3 vs Web 2

2017-06-07 Thread Phillip Rhodes
I would recommend reading the book "The Explorer's Guide to the Semantic Web". Phil This message optimized for indexing by NSA PRISM On Wed, Jun 7, 2017 at 8:52 AM, tina sani wrote: >

Re: Relationship between similar columns from multiple databases

2016-09-07 Thread Phillip Rhodes
You could certainly use Jena to keep a repository of those kinds of metadata mappings and use it to help drive queries into either of the source databases (or to merge that data into a new database, which might or might not be RDF based). But what Jena doesn't give you is any specific tooling

Re: Jena / Stanbol success stories?

2014-11-25 Thread Phillip Rhodes
http://www.topquadrant.com/technology/topbraid-platform-overview/ for an overview. We don't use Stanbol but I've been meaning to look harder at it myself. We also don't use Fuseki, but that's another Jena success story. Bob DuCharme On 11/23/2014 10:19 PM, Phillip Rhodes wrote: Hi all, I

Re: Jena / Stanbol success stories?

2014-11-25 Thread Phillip Rhodes
Hey Andy, thanks very much. This is great stuff. Phil This message optimized for indexing by NSA PRISM On Tue, Nov 25, 2014 at 6:25 AM, Andy Seaborne a...@apache.org wrote: On 24/11/14 03:19, Phillip Rhodes wrote: Hi all, I was just wondering if anybody knows of, or is involved with, any

Re: Jena / Stanbol success stories?

2014-11-25 Thread Phillip Rhodes
) might be able to tell you more if you want to know. On 24 November 2014 at 03:19, Phillip Rhodes motley.crue@gmail.com wrote: Hi all, I was just wondering if anybody knows of, or is involved with, any projects using Jena and/or Stanbol which (have been|can be) discussed and cited

Re: Jena / Stanbol success stories?

2014-11-25 Thread Phillip Rhodes
to implement a whole range of different approaches and whether they are for real really depends on what you want to do and how well you execute it. Rob On 24/11/2014 03:19, Phillip Rhodes motley.crue@gmail.com wrote: Hi all, I was just wondering if anybody knows of, or is involved with, any

Jena / Stanbol success stories?

2014-11-23 Thread Phillip Rhodes
Hi all, I was just wondering if anybody knows of, or is involved with, any projects using Jena and/or Stanbol which (have been|can be) discussed and cited publicly? A local company that I've been talking to is interested in possibly using SemWeb technology (specifically, Jena/Stanbol) internally,

Two Jena/Stanbol talks next week

2014-10-13 Thread Phillip Rhodes
Jena/Stanbol folks: Just wanted to give you all a heads up - I'll be giving not one, but two talks next week, focusing on Jena and Stanbol. One will be on Monday night at the Triangle Java User's Group meeting, and the topic will be Building Semantic Applications. The other will be later in the

Re: jena-text and persistent lucene index

2014-10-10 Thread Phillip Rhodes
On Fri, Oct 10, 2014 at 4:01 AM, Andy Seaborne a...@apache.org wrote: How do you know it does not work? The code (groovy?) does not read the index. Hey Andy, I had written a separate reader program to test using the index for queries. I did it that way to make sure I was seeing results from

jena-text and persistent lucene index

2014-10-09 Thread Phillip Rhodes
Jena crew: I have Jena-Text pretty much working for what I want to do, but with one caveat... it only seems to work with the Lucene RamDirectory. If I use a persistent dir, I don't find any documents being written to the Lucene index. Any help or suggestions are greatly appreciated. Code sample

Re: Jena support for JSON-LD?

2014-01-22 Thread Phillip Rhodes
I know it's been discussed before, since I think I was the last one (or one of the last) to bring it up. :-) To search the archives, try using Gmane.org. http://dir.gmane.org/search.php?match=jena But the short version, as I understand it, is that Jena JSONLD support is here: