RE: RDF editor

2012-06-04 Thread 陶信东
Thanks John,

This works now. The problem was that I didn't config tomcat properly (forgot
to add the URIEncoding="UTF-8" attribute to server.xml).

There's another problem now, however. We want to access the VIVO data
programmatically but I don't know how. Maybe I can access the underlying
MYSQL database using SDB but I don’t know what layout to use. I tried
LayoutType.LayoutTripleNodesHash but it didn’t seem to work (I got an empty
store with no triples, while there are obviously many in VIVO).

Can you help?

Thanks
Tao

-Original Message-
From: John Fereira [mailto:ja...@cornell.edu] 
Sent: Saturday, May 26, 2012 12:18 AM
To: 'users@jena.apache.org'
Subject: RE: RDF editor

Were you ever able to get this working?

I just tried using an instance of VIVO running the 1.4.1 version that was
created with the database with the utf-8 character set as I described in a
previous message and was able to change the People menu time to the Chinese
name you showed in your last message and create a foaf:Person with your name
in it and both things worked as expected.  It sounds like the problem that
you had was related to how the vivo database was created.

-Original Message-
From: Tao (陶信东) [mailto:taoxind...@myhexin.com]
Sent: Wednesday, May 23, 2012 1:58 AM
To: users@jena.apache.org
Subject: RE: RDF editor

Thanks John,

I've set up VIVO on our server. It looks great!

The only problem is that there seems to be some encoding problems i.e. when
I added a new instance of foaf:Person with first name and last name
specified as some Chinese characters, they become messes. And when I change
the name of the People menu item from "People" to "人物", the browser
freezes for a long time and the whole site broke down.

Anyway, VIVO is the most powerful RDF editor I ever tried. We will look into
the source code to figure out the above problems.


Thanks
Tao

-Original Message-
From: John Fereira [mailto:ja...@cornell.edu]
Sent: Tuesday, May 22, 2012 7:13 PM
To: users@jena.apache.org
Subject: RE: RDF editor

VIVO (www.vivoweb.org) can be used to edit RDF.  It has a web based UI and
works with both Joseki and Fuseki although it uses SDB rather than TDB.
VIVO also has its own ontology which you don't necessarily have to use if
you just download that Vitro (aka VIVO core) code.  It's an open source java
web application available as a binary, the complete source code, or as a
virtual appliance.
  
VIVO was originally developed by my boss (at Cornell University) and
although I'm not officially not part of the development team I've
contributed a fair amount of code to the project, do a lot of integration
work with it, and recently spoke at six different sessions at a VIVO
implementation fest.  

> -Original Message-
> From: Holger Knublauch [mailto:hol...@knublauch.com]
> Sent: Tuesday, May 22, 2012 6:23 AM
> To: users@jena.apache.org
> Subject: Re: RDF editor
> 
> On 5/22/2012 20:01, Tao (陶信东) wrote:
> > Hi everyone,
> >
> > Is there an RDF editor that can let the users edit RDF data, which
> may be
> > stored in TDB and exposed by Joseki/Fuseki? A web-based one is
> preferred.
> >
> > I know Protégé and web protégé. But they seem not working when
> there's
> > too much data.
> >
> >
> > Thanks
> > Tao
> >
> TopBraid Composer (Standard Edition or above) can be used to edit TDB 
> models directly.
> 
> Holger





RE: RDF editor

2012-05-25 Thread John Fereira
Were you ever able to get this working?

I just tried using an instance of VIVO running the 1.4.1 version that was 
created with the database with the utf-8 character set as I described in a 
previous message and was able to change the People menu time to the Chinese 
name you showed in your last message and create a foaf:Person with your name in 
it and both things worked as expected.  It sounds like the problem that you had 
was related to how the vivo database was created.

-Original Message-
From: Tao (陶信东) [mailto:taoxind...@myhexin.com] 
Sent: Wednesday, May 23, 2012 1:58 AM
To: users@jena.apache.org
Subject: RE: RDF editor

Thanks John,

I've set up VIVO on our server. It looks great!

The only problem is that there seems to be some encoding problems i.e. when I 
added a new instance of foaf:Person with first name and last name specified as 
some Chinese characters, they become messes. And when I change the name of the 
People menu item from "People" to "人物", the browser freezes for a long time and 
the whole site broke down.

Anyway, VIVO is the most powerful RDF editor I ever tried. We will look into 
the source code to figure out the above problems.


Thanks
Tao

-Original Message-
From: John Fereira [mailto:ja...@cornell.edu]
Sent: Tuesday, May 22, 2012 7:13 PM
To: users@jena.apache.org
Subject: RE: RDF editor

VIVO (www.vivoweb.org) can be used to edit RDF.  It has a web based UI and 
works with both Joseki and Fuseki although it uses SDB rather than TDB.
VIVO also has its own ontology which you don't necessarily have to use if you 
just download that Vitro (aka VIVO core) code.  It's an open source java web 
application available as a binary, the complete source code, or as a virtual 
appliance.
  
VIVO was originally developed by my boss (at Cornell University) and although 
I'm not officially not part of the development team I've contributed a fair 
amount of code to the project, do a lot of integration work with it, and 
recently spoke at six different sessions at a VIVO implementation fest.  

> -Original Message-
> From: Holger Knublauch [mailto:hol...@knublauch.com]
> Sent: Tuesday, May 22, 2012 6:23 AM
> To: users@jena.apache.org
> Subject: Re: RDF editor
> 
> On 5/22/2012 20:01, Tao (陶信东) wrote:
> > Hi everyone,
> >
> > Is there an RDF editor that can let the users edit RDF data, which
> may be
> > stored in TDB and exposed by Joseki/Fuseki? A web-based one is
> preferred.
> >
> > I know Protégé and web protégé. But they seem not working when
> there's
> > too much data.
> >
> >
> > Thanks
> > Tao
> >
> TopBraid Composer (Standard Edition or above) can be used to edit TDB 
> models directly.
> 
> Holger




RE: RDF editor

2012-05-23 Thread John Fereira
I can create a few screen shots if you’d like.  The RDF edit does much more 
than allow users to fill in values for properties (self-editing).  It's 
actually an ontology editor as well that allows you to create new classes, 
object and data properties,  set access controls for editing/viewing of a class 
or property, and so on.  

I'll see if someone has created a screencast for the VIVO editing features.  If 
not, someone on the vivo team should do that.

> -Original Message-
> From: Olivier Rossel [mailto:olivier.ros...@gmail.com]
> Sent: Wednesday, May 23, 2012 3:56 AM
> To: users@jena.apache.org
> Cc: 
> Subject: Re: RDF editor
> 
> Are there some screenshots of the RDF editor of Vivoweb?
> 
> Envoyé de mon iPhone
> 
> Le 23 mai 2012 à 06:58, Tao (陶信东)  a écrit :
> 
> > Thanks John,
> >
> > I've set up VIVO on our server. It looks great!
> >
> > The only problem is that there seems to be some encoding problems
> i.e. when
> > I added a new instance of foaf:Person with first name and last name
> > specified as some Chinese characters, they become messes. And when I
> change
> > the name of the People menu item from "People" to "人物", the browser
> > freezes for a long time and the whole site broke down.
> >
> > Anyway, VIVO is the most powerful RDF editor I ever tried. We will
> look into
> > the source code to figure out the above problems.
> >
> >
> > Thanks
> > Tao
> >
> > -Original Message-
> > From: John Fereira [mailto:ja...@cornell.edu]
> > Sent: Tuesday, May 22, 2012 7:13 PM
> > To: users@jena.apache.org
> > Subject: RE: RDF editor
> >
> > VIVO (www.vivoweb.org) can be used to edit RDF.  It has a web based
> UI and
> > works with both Joseki and Fuseki although it uses SDB rather than
> TDB.
> > VIVO also has its own ontology which you don't necessarily have to
> use if
> > you just download that Vitro (aka VIVO core) code.  It's an open
> source java
> > web application available as a binary, the complete source code, or
> as a
> > virtual appliance.
> >
> > VIVO was originally developed by my boss (at Cornell University) and
> > although I'm not officially not part of the development team I've
> > contributed a fair amount of code to the project, do a lot of
> integration
> > work with it, and recently spoke at six different sessions at a VIVO
> > implementation fest.
> >
> >> -Original Message-
> >> From: Holger Knublauch [mailto:hol...@knublauch.com]
> >> Sent: Tuesday, May 22, 2012 6:23 AM
> >> To: users@jena.apache.org
> >> Subject: Re: RDF editor
> >>
> >> On 5/22/2012 20:01, Tao (陶信东) wrote:
> >>> Hi everyone,
> >>>
> >>> Is there an RDF editor that can let the users edit RDF data, which
> >> may be
> >>> stored in TDB and exposed by Joseki/Fuseki? A web-based one is
> >> preferred.
> >>>
> >>> I know Protégé and web protégé. But they seem not working when
> >> there's
> >>> too much data.
> >>>
> >>>
> >>> Thanks
> >>> Tao
> >>>
> >> TopBraid Composer (Standard Edition or above) can be used to edit
> TDB
> >> models directly.
> >>
> >> Holger
> >
> >


Re: RDF editor

2012-05-23 Thread Olivier Rossel
Are there some screenshots of the RDF editor of Vivoweb?

Envoyé de mon iPhone

Le 23 mai 2012 à 06:58, Tao (陶信东)  a écrit :

> Thanks John,
> 
> I've set up VIVO on our server. It looks great!
> 
> The only problem is that there seems to be some encoding problems i.e. when
> I added a new instance of foaf:Person with first name and last name
> specified as some Chinese characters, they become messes. And when I change
> the name of the People menu item from "People" to "人物", the browser
> freezes for a long time and the whole site broke down.
> 
> Anyway, VIVO is the most powerful RDF editor I ever tried. We will look into
> the source code to figure out the above problems.
> 
> 
> Thanks
> Tao
> 
> -Original Message-
> From: John Fereira [mailto:ja...@cornell.edu] 
> Sent: Tuesday, May 22, 2012 7:13 PM
> To: users@jena.apache.org
> Subject: RE: RDF editor
> 
> VIVO (www.vivoweb.org) can be used to edit RDF.  It has a web based UI and
> works with both Joseki and Fuseki although it uses SDB rather than TDB.
> VIVO also has its own ontology which you don't necessarily have to use if
> you just download that Vitro (aka VIVO core) code.  It's an open source java
> web application available as a binary, the complete source code, or as a
> virtual appliance.
> 
> VIVO was originally developed by my boss (at Cornell University) and
> although I'm not officially not part of the development team I've
> contributed a fair amount of code to the project, do a lot of integration
> work with it, and recently spoke at six different sessions at a VIVO
> implementation fest.  
> 
>> -Original Message-
>> From: Holger Knublauch [mailto:hol...@knublauch.com]
>> Sent: Tuesday, May 22, 2012 6:23 AM
>> To: users@jena.apache.org
>> Subject: Re: RDF editor
>> 
>> On 5/22/2012 20:01, Tao (陶信东) wrote:
>>> Hi everyone,
>>> 
>>> Is there an RDF editor that can let the users edit RDF data, which
>> may be
>>> stored in TDB and exposed by Joseki/Fuseki? A web-based one is
>> preferred.
>>> 
>>> I know Protégé and web protégé. But they seem not working when
>> there's
>>> too much data.
>>> 
>>> 
>>> Thanks
>>> Tao
>>> 
>> TopBraid Composer (Standard Edition or above) can be used to edit TDB 
>> models directly.
>> 
>> Holger
> 
> 


RE: RDF editor

2012-05-22 Thread 陶信东
Thanks John,

I've set up VIVO on our server. It looks great!

The only problem is that there seems to be some encoding problems i.e. when
I added a new instance of foaf:Person with first name and last name
specified as some Chinese characters, they become messes. And when I change
the name of the People menu item from "People" to "人物", the browser
freezes for a long time and the whole site broke down.

Anyway, VIVO is the most powerful RDF editor I ever tried. We will look into
the source code to figure out the above problems.


Thanks
Tao

-Original Message-
From: John Fereira [mailto:ja...@cornell.edu] 
Sent: Tuesday, May 22, 2012 7:13 PM
To: users@jena.apache.org
Subject: RE: RDF editor

VIVO (www.vivoweb.org) can be used to edit RDF.  It has a web based UI and
works with both Joseki and Fuseki although it uses SDB rather than TDB.
VIVO also has its own ontology which you don't necessarily have to use if
you just download that Vitro (aka VIVO core) code.  It's an open source java
web application available as a binary, the complete source code, or as a
virtual appliance.
  
VIVO was originally developed by my boss (at Cornell University) and
although I'm not officially not part of the development team I've
contributed a fair amount of code to the project, do a lot of integration
work with it, and recently spoke at six different sessions at a VIVO
implementation fest.  

> -Original Message-
> From: Holger Knublauch [mailto:hol...@knublauch.com]
> Sent: Tuesday, May 22, 2012 6:23 AM
> To: users@jena.apache.org
> Subject: Re: RDF editor
> 
> On 5/22/2012 20:01, Tao (陶信东) wrote:
> > Hi everyone,
> >
> > Is there an RDF editor that can let the users edit RDF data, which
> may be
> > stored in TDB and exposed by Joseki/Fuseki? A web-based one is
> preferred.
> >
> > I know Protégé and web protégé. But they seem not working when
> there's
> > too much data.
> >
> >
> > Thanks
> > Tao
> >
> TopBraid Composer (Standard Edition or above) can be used to edit TDB 
> models directly.
> 
> Holger




Re: RDF editor

2012-05-22 Thread Paolo Castagna
Hi Tao

Tao (陶信东) wrote:
> Is there an RDF editor that can let the users edit RDF data, which may be
> stored in TDB and exposed by Joseki/Fuseki? A web-based one is preferred.

Some users, elsewhere, to write HTML documents or structured documents use
syntaxes such as Markdown, Textile, ReStructuredText, AsciiDoc, various Wiki
markups, etc. [1].
Maybe some users (probably the same 'some' as above) would be happy to use
Turtle [2] and their favourite text editor for structured data in RDF.
Now, you know your users better than anyone else and/or you could run a few
experiments with them.
Finally, a new GUI editor does not exclude the 'view/edit source' approach.
Indeed the two can co-exists.

I am still waiting for an Eclipse plug-in with syntax highlighting and
auto-completion for RDF Turtle files. Lazyweb, are you listening? ;-)

Paolo

PS:
By the way, Tao, don't use 'reply' to start a new thread.

 [1] http://en.wikipedia.org/wiki/Category:Lightweight_markup_languages
 [2] http://www.w3.org/TR/turtle/


RE: RDF editor

2012-05-22 Thread John Fereira
VIVO (www.vivoweb.org) can be used to edit RDF.  It has a web based UI and 
works with both Joseki and Fuseki although it uses SDB rather than TDB.  VIVO 
also has its own ontology which you don't necessarily have to use if you just 
download that Vitro (aka VIVO core) code.  It's an open source java web 
application available as a binary, the complete source code, or as a virtual 
appliance.
  
VIVO was originally developed by my boss (at Cornell University) and although 
I'm not officially not part of the development team I've contributed a fair 
amount of code to the project, do a lot of integration work with it, and 
recently spoke at six different sessions at a VIVO implementation fest.  

> -Original Message-
> From: Holger Knublauch [mailto:hol...@knublauch.com]
> Sent: Tuesday, May 22, 2012 6:23 AM
> To: users@jena.apache.org
> Subject: Re: RDF editor
> 
> On 5/22/2012 20:01, Tao (陶信东) wrote:
> > Hi everyone,
> >
> > Is there an RDF editor that can let the users edit RDF data, which
> may be
> > stored in TDB and exposed by Joseki/Fuseki? A web-based one is
> preferred.
> >
> > I know Protégé and web protégé. But they seem not working when
> there's
> > too much data.
> >
> >
> > Thanks
> > Tao
> >
> TopBraid Composer (Standard Edition or above) can be used to edit TDB
> models directly.
> 
> Holger



Re: RDF editor

2012-05-22 Thread Holger Knublauch
On 5/22/2012 20:01, Tao (陶信东) wrote:
> Hi everyone,
>
> Is there an RDF editor that can let the users edit RDF data, which may be
> stored in TDB and exposed by Joseki/Fuseki? A web-based one is preferred.
>
> I know Protégé and web protégé. But they seem not working when there's
> too much data.
>
>
> Thanks
> Tao
>
TopBraid Composer (Standard Edition or above) can be used to edit TDB
models directly.

Holger



Re: RDF editor

2012-05-22 Thread Jean-Marc Vanel
There is EulerGUI; it has a notion of project with several sources,
including SPARQL, and an N3 editor with syntax coloring. For your purpose,
better take EulerGUI minimal [1] .
But if your files are huge, it may not be adapted.
If you really want to edit huge files, gvim [2] with N3 or XML syntax is
the best.

But do you really need to edit huge files ? You can just extract a few
triples with SPARQL (thtough EulerGUI), and send back the modified stuff
with SPARQL 1.1 update.

[1] EulerGUI minimal
https://sourceforge.net/projects/eulergui/files/eulergui/1.11/
[2] gvim http://www.vim.org/download.php

2012/5/22 Tao (陶信东) 

> Hi everyone,
>
> Is there an RDF editor that can let the users edit RDF data, which may be
> stored in TDB and exposed by Joseki/Fuseki? A web-based one is preferred.
>
> I know Protégé and web protégé. But they seem not working when there's
> too much data.
>
>
> Thanks
> Tao
>
>


-- 
Jean-Marc Vanel
Déductions SARL - Consulting, services, training,
Rule-based programming, Semantic Web
http://jmvanel.free.fr/ - EulerGUI, a turntable GUI for Semantic Web +
rules, XML, UML, eCore, Java bytecode
+33 (0)6 89 16 29 52
chat :  irc://irc.freenode.net#eulergui