Using Sesame Http Server with Longwell

2008-03-16 Thread Mark Diggory
Simile, This is primarily an example to incite some discussion. This is a fairly small and basic patch for Longwell, it makes Longwell capable of connecting to and using a remote openrdf-sesame http repository rather than a local repository. It can't use the smooshing Sail or any other

Re: Current Sesame release version in Longwell and request to deploy wars.

2008-03-13 Thread Mark Diggory
On Mar 13, 2008, at 10:33 AM, Stefano Mazzocchi wrote: Mark Diggory wrote: I have a couple recommendations. I say we give Mark commit access on longwell so that he can take care of it himself, anybody against that? :-) I'd be fine with that idea. -Mark ~ Mark R. Diggory

Re: Longwell 2.5.5 build error

2008-03-13 Thread Mark Diggory
I tried the current trunk and everything start up ok there... -Mark On Mar 13, 2008, at 3:36 PM, David Legg wrote: I can't help wondering if Maven actually causes more problems than it solves ;-) I've built Longwell before but this time both the svn and the latest release refuse to run.

Re: Current Sesame release version in Longwell and request to deploy wars.

2008-03-13 Thread Mark Diggory
as this because it automates tagging and incrementing the version info. -Mark On Mar 12, 2008, at 10:29 PM, Mark Diggory wrote: I have a couple recommendations. 1.) with the release of Sesame 2.0 final. Might it be possible to get off the beta versions in the longwell/pom.xml in the svn? 2.) we

Re: Longwell 2.5.5 build error

2008-03-13 Thread Mark Diggory
That class is in slf4j-simple-1.3.0.jar is that present in your WEB- INF/lib? -Mark On Mar 13, 2008, at 3:36 PM, David Legg wrote: I can't help wondering if Maven actually causes more problems than it solves ;-) I've built Longwell before but this time both the svn and the latest release

Re: Longwell 2.5.5 build error

2008-03-13 Thread Mark Diggory
I'm on OSX... basically BSD unix... and its set to the default in the longwell shell script and is set to -Dslf4j=true. Looks like its that issue with the bat file having it be false... Its still that way in the trunk http://simile.mit.edu/repository/longwell/trunk/longwell.bat Cheers,

Re: Creating RDF in Java

2008-03-11 Thread Mark Diggory
Arjohn, Out of everything I've seen this seems to be the API I'm looking for. (And thank you everyone who posted). On Mar 11, 2008, at 8:47 AM, Arjohn Kampman wrote: Hi Mark, Please allow me to clarify your questions/comments below. Mark Diggory wrote: Sesame Sails seem to require

Creating RDF in Java

2008-03-10 Thread Mark Diggory
This is a survey style question. What tools/apis do you favor using to author RDF (n3, rdfxml, etc) in Java? Do you favor using push, pull or a combination of push/pull solutions? I'm most specifically looking for a very light sax style solution that would produce n3 and rdfxml with a

Re: Using longwell to manage reciprocity

2008-03-05 Thread Mark Diggory
Stefano, Thanks and my responses are inline below. On Mar 5, 2008, at 12:13 PM, Stefano Mazzocchi wrote: Mark Diggory wrote: (And certainly they are each valid variants of Hal Abelson's name). I'm concerned that some of us out there perceive it to be Longwells current capability

Re: Using longwell to manage reciprocity

2008-03-05 Thread Mark Diggory
Thanks Ian, On Mar 4, 2008, at 4:35 PM, Ian Boston wrote: Mark, I am not not a Longwell developer and my comment is a diversion from the core of your question, however using collected metadata for the disambiguation of Author names has a significant amount of merit, provided that the corpus

Using longwell to manage reciprocity

2008-03-04 Thread Mark Diggory
Longwell Developers, Well, the subjects a little obscure and I'm not sure I have the right terminology, but heres the question in more detail. In DSpace we can have an Item with an Author name that is for the same person but has multiple variants Hal Abelson H. Abelson Abelson, H.

Re: scaling up Exhibit - an early experiment

2008-02-13 Thread Mark Diggory
independently. -Mark On Feb 12, 2008, at 7:51 AM, David Huynh wrote: Mark Diggory wrote: One other question: Do the statements in your triple-store match your Exhibit data model directly, or would it operate on any RDF statements in the triple- store regardless of schema? http

Re: scaling up Exhibit - an early experiment

2008-02-12 Thread Mark Diggory
On Feb 12, 2008, at 7:43 AM, David Huynh wrote: Mark Diggory wrote: [snip] To be able to combine data-sets in one server and deliver multiple client configurations on that combined data. I.E. that managing the data and delivering a User experience on that are activities performed by separate

Re: scaling up Exhibit - an early experiment

2008-02-12 Thread Mark Diggory
On Feb 12, 2008, at 7:51 AM, David Huynh wrote: Mark Diggory wrote: One other question: Do the statements in your triple-store match your Exhibit data model directly, or would it operate on any RDF statements in the triple- store regardless of schema? http://simile.mit.edu/wiki/Exhibit

Re: scaling up Exhibit - an early experiment

2008-02-08 Thread Mark Diggory
A few more added comments... On Feb 7, 2008, at 4:44 PM, David Huynh wrote: Note that server-side Backstage uses the URL of the exhibit as well as the set of data link URLs as the key to cache the triple store. This is so that when several users view the same exhibit, only one triple

Re: scaling up Exhibit - an early experiment

2008-02-08 Thread Mark Diggory
On Feb 7, 2008, at 4:44 PM, David Huynh wrote: The JSONP protocol will be pretty specific to Backstage. If there's a desire to load data through SPARQL query, the right place to hook in would be between the server-side code of Backstage and the SPARQL end point. Right now server-side

Re: Hudson vs Continuum

2008-01-18 Thread Mark Diggory
Thanks Ryan, this is helpful. On Jan 18, 2008, at 10:02 AM, Ryan Lee wrote: Mark Diggory wrote: Folks, I see Simile is now running Hudson, I've been using Continuum to CI for the DSpace community for about a year now. Can you comment on your choice of Hudson over Continuum, is there some

[longwell] How does one markup lat/long to render in google map view?

2007-11-20 Thread Mark Diggory
Simile, Just a quick question before I run into a meeting over at RVC. I dredged the documentation and code last night but didn't find my answer. What is the appropriate namespace/properties to use when marking up RDF for lat long locations? Can I do more complex google maps stuff like

Re: [longwell] How does one markup lat/long to render in google map view?

2007-11-20 Thread Mark Diggory
Thanks guys, thats exactly what I needed to know. On Nov 20, 2007, at 11:44 AM, Stefano Mazzocchi wrote: Mark Diggory wrote: Simile, Just a quick question before I run into a meeting over at RVC. I dredged the documentation and code last night but didn't find my answer. What

Longwell and Google Maps api licensing.

2007-08-17 Thread Mark Diggory
Hello, I have another longwell question... If I want to disable the googlemaps view functionality, do I need to just comment out the javascript includes in longwell-api.js? or is there a more configuration based solution? We're not using the Maps View and even with the license key

Re: Change Longwell backend repository

2007-08-15 Thread Mark Diggory
Stefano, Is this strictly MySQL or is it just standard JDBC? thanks, Mark On Aug 13, 2007, at 12:56 PM, Stefano Mazzocchi wrote: Peter Neubauer wrote: Hi there, I would like to implement another backend repository serving Longwell with data. What is the integration point and how much do I

Re: Change Longwell backend repository

2007-08-15 Thread Mark Diggory
On Aug 15, 2007, at 11:19 AM, Andrew Plotkin wrote: On Wed, 15 Aug 2007, Mark Diggory wrote: Is this strictly MySQL or is it just standard JDBC? It's JDBC, and we've made some preparation for differences in SQL syntax. But I've only ever tested it with MySQL. Thats great, I'd be glad

Re: SPARQL Reporting Engines?

2007-07-18 Thread Mark Diggory
Hi Stefano, On Jul 17, 2007, at 8:27 PM, Stefano Mazzocchi wrote: Mark Diggory wrote: Hello Simile, I'm hunting for any resources on SPARQL/RDF driven reporting engines. We're reviewing possible solutions for reporting on top of [EMAIL PROTECTED] and given we're very bent on getting RDF

SPARQL Reporting Engines?

2007-07-17 Thread Mark Diggory
Hello Simile, I'm hunting for any resources on SPARQL/RDF driven reporting engines. We're reviewing possible solutions for reporting on top of [EMAIL PROTECTED] and given we're very bent on getting RDF usage more main- stream, we are interested in something that would be very flexible and