So, just to clarify one more time (sorry I'm not understanding): you
have it working on Windows with SMW 0.7, and on Linux with SMW 0.6,
but not on Linux with SMW 0.7? If so, that does seem strange.

As to the specific SMW questions: I don't know of any way to get a
list of all attributes/relations that have a specific object (like
"Jack"). It seems that you're worried that different pages will have
different names for relations indicating the same basic thing. In my
opinion the best way to deal with that issue is to use templates, that
encode the semantic information internally. As long as everyone is
using the same templates, that shouldn't be an issue.

As for annotating usernames and the like: you probably shouldn't have
relations pointing to user pages, unless this is some sort of wiki
about its own users. What about the conference attendees who aren't
users of the wiki? Every person who has information about them should
have (in my opinion) a page about them separate from their user page,
if they have a user page, and relations should point to the one that's
not a user page.

-Yaron

On 6/21/07, Jack Eapen C <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> First I set up my wiki on my WinXP machine and then ported it exactly to
> the linux server. No config difference as far as MW is concerned; except
> the value of enableSemantics() and mysql connection strings. As far as
> server environment, my windows has PHP 5.1.9 and MySQL 5.0.27 while
> linux has PHP 5.2.2 and MySQL 5.0.41. how can I debug?
>
> Regarding semantic question, what I wanted is like this:
> I don't know what is the relation/attribute used in other pages.
> Somebody else might have created relation like [[Chair::Jack]] or
> [[Participant::Jack]. I wanted to find the pages which has "Jack" as
> value in relation or attribute. i.e. from the result of the query I
> should be able to understand that I was Chair in conf1 and participant
> in conf2.
>
> Another question is that, I want to annotate a username with link to the
> user page, like, [[Chair::User:Jack|Jack Daniels]]. i.e. in text, Jack
> Daniels will appear as a link to the Userpage of Jack and the relation
> also should display the value Jack Daniels. If I annotate as above, the
> text is displayed correctly. But in the bottom template of the page, the
> relation is shown as Chair- User:Jack which is not very nice. Is it
> possible to achieve this requirement? Otherwise I need to do 2
> annotations- one for linking to the user page[[User:Jack|Jack Daniels]]
> and another one for defining the relation-[[Chair::Jack Daniels| ]].
>
>
> Regards,
>
> Jack
>
> -----Original Message-----
> From: Yaron Koren [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 21, 2007 12:51 AM
> To: Jack Eapen C
> Cc: semediawiki-user@lists.sourceforge.net
> Subject: Re: [Semediawiki-user] A few questions on Semantic Mdiawiki
>
> Hi,
>
> Are the working and the non-working configurations the same, other
> than the version of SMW, or are there some other differences?
>
> As to the semantic question, if you have a tag whose object is a wiki
> page, it should be a relation - so the two tags should look like
> [[Participant::Jack]] and [[Chair::Jack]] instead. Then the page for
> "Jack" (or any individual person) should probably have two different
> queries, one to get all the conferences this person was a participant
> in, the other to get the ones he/she was a chair of. So it could look
> like "<ask>[[Participant::Jack]]</ask>" and
> "<ask>[[Chair::Jack]]</ask>".
>
> -Yaron
>
>
> On 6/20/07, Jack Eapen C <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > First of all, thanks for this wonderful tool. I've a few questions:
> >
> > 1. I tested SMW 0.7 with MW 1.9.3 on Windows. Working fine. I ported
> it to RHEL with a similar LAMP setup. But SMW is not working there. I'm
> getting a blank page when calling my wiki's home page. But SMW 0.6 is
> working fine. What could be the problem?
> >
> > 2. Suppose in a conference page in my wiki-conf 1- I defined an
> attribute [[Participant:=Jack]] and in page conf 2 I defined
> [[Chair:=Jack]]. In my user page I want to display my participation in
> conferences. i.e I want to see on my page that I participated in conf 1
> as "Participant" and in conf2 as "Chair". How can I formulate a query to
> show all pages that has "Jack" as value of an attribute or a relation?
> Is it possible?
> >
> >
> > Regards,
> >
> > Jack Eapen C
> > SunTec Knowledge Centre
> >
> ------------------------------------------------------------------------
> ------------
> >
> >
> >
> >
> > This electronic mail (including any attachment thereto) may be
> confidential and privileged and is intended only for the individual or
> entity named above. Any unauthorized use, printing, copying, disclosure
> or dissemination of this communication may be subject to legal
> restriction or sanction. Accordingly, if you are not the intended
> recipient, please notify the sender by replying to this email
> immediately and delete this email (and any attachment thereto) from your
> computer system...Thank You
> >
> >
> ------------------------------------------------------------------------
> -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Semediawiki-user mailing list
> > Semediawiki-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/semediawiki-user
> >
>
>
> This electronic mail (including any attachment thereto) may be confidential 
> and privileged and is intended only for the individual or entity named above. 
> Any unauthorized use, printing, copying, disclosure or dissemination of this 
> communication may be subject to legal restriction or sanction. Accordingly, 
> if you are not the intended recipient, please notify the sender by replying 
> to this email immediately and delete this email (and any attachment thereto) 
> from your computer system...Thank You
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Semediawiki-user mailing list
Semediawiki-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-user

Reply via email to