Vojtech Svatek | 1 Feb 09:30
Picon
Favicon

2nd CFP: EKAW 2006 - 15th International Conference on Knowledge Engineering and Knowledge Management


*** Apology for multiple cross-postings ***

===========================
EKAW 2006 - 15th International Conference on Knowledge Engineering and
Knowledge Management
Managing Knowledge in a World of Networks
2 - 6  October 2006
Podebrady (near Prague), Czech Republic
===========================

http://ekaw.vse.cz

!!!!! New !!!!!  Invited speakers confirmed (see
http://ekaw.vse.cz/invited-speakers.php for more detail):

* Pedro DOMINGOS, University of Washington, USA
(Tentative title: Learning, Logic, and Probability: A Unified View)

* Andrzej NOWAK, Warsaw University, Poland

* Alan RECTOR, University of Manchester, UK

----------------------
Key Areas (see http://ekaw.vse.cz for a more detailed list):
----------------------

* Ontologies and the Semantic Web
* Semantics for Grid and Web Services
* Knowledge and Social Networks
(Continue reading)

Elena Paslaru Bontas | 13 Feb 10:16
Picon
Picon
Favicon

WETICE-2006 DEADLINE EXTENSION: International Workshop on Semantic Technologies in Collaborative Applications STICA06


*** Apology for multiple cross-postings ***

========================================================

DEADLINE EXTENSION - NEW SUBMISSION DATE: 24.2.2006

*** ALL IEEE WETICE WORKSHOPS HAVE EXTENDED THEIR SUBMISSION
DEADLINES: THERE ARE TWO MORE WEEKS TO PREPARE A SUBMISSION
TO THE STICA06 WORKSHOP ***

========================================================

Last Call for Papers STICA06

1st International Workshop on Semantic Technologies in Collaborative
Applications STICA06

  at the

15th IEEE International Workshops on Enabling Technologies: Infrastructures for
Collaborative Enterprises (WETICE-2006)

The University of Manchester, Manchester, U.K. (26th-28th June 2006)

http://nbi.inf.fu-berlin.de/conf/STICA06

==========================================================

MOTIVATION
(Continue reading)

Max Völkel | 14 Feb 10:46
Picon
Picon

[CFP] 1st Workshop 'From Wiki to Semantic' [SemWiki2006]


[Apologies for multiple copies]
----
Full call for papers at http://semwiki.org/2006/cfp.html
* Contact: mvo <at> aifb.uni-karlsruhe.de

                     CALL FOR PAPERS

                       SemWiki2006
           1st Workshop: 'From Wiki to Semantics'
                     http://semwiki.org

                 co-located with the 3rd Annual
             European Semantic Web Conference (ESWC)
                  http://www.eswc2006.org/
                       Budva, Montenegro
                    11th - 14th June, 2006

=== Executive Summary ===

SemWiki2006 is the first workshop on Semantic Wikis. It aims to
explore and collect the different ideas and motivations that have
lead to the recent emergence of so-called "Semantic Wiki" systems.

=== Workshop Topics ===

Semantic Wikis try to combine the strengths of Semantic Web
(machine processable, data integration, complex queries) and Wiki
(easy to use and contribute, strongly interconnected,
collaborativeness) technologies. Goals are diverse and include:
(Continue reading)

Eric Prud'hommeaux | 14 Feb 18:27
Picon
Favicon
Gravatar

Re: Problems making Rdf makefile when setting up the annotea server in windows.

On Tue, Feb 14, 2006 at 11:00:57AM -0000, Leddy, Aine wrote:
>  
> I am getting the following error when trying to make the makefile in the
> RDF module. 
> 
> makefile(953) : fatal error U1033: syntax error : '=' unexpected Stop.

What make program were you using?

> This corresponds to the following line in the make file
> 
>  YAPPS := $(patsubst %.pm,%.yp,$(PARSERS))

I would not be surprised if nmake does not support this. Though maybe
you were running cygwin?

> This particular version of the RDF module is the most recent CVS version
> from http://dev.w3.org/cvsweb/perl/modules/W3C/Rdf/
> 
> I originally tried the RDF module that came with annotea-2.tar.gz, there
> I got the same error. I also tried individual W3C-Rdf-kit-1.tar.gz
> downloaded from the cspan section of
> http://www.w3.org/1999/02/26-modules/Distribution.html
> 
> The section of code in the makefile above the line throwing the error
> seems to be different in each version of the makefile.
> 
> 
> In the cvs version its
> 
(Continue reading)

Matthew Wilson | 14 Feb 19:09
Picon
Picon

Re: Problems making Rdf makefile when setting up the annotea server in windows.


Eric Prud'hommeaux wrote:
> On Tue, Feb 14, 2006 at 11:00:57AM -0000, Leddy, Aine wrote:
>>  
>> I am getting the following error when trying to make the makefile in the
>> RDF module. 
>>
>> makefile(953) : fatal error U1033: syntax error : '=' unexpected Stop.
> 
> What make program were you using?
> 
>> This corresponds to the following line in the make file
>>
>>  YAPPS := $(patsubst %.pm,%.yp,$(PARSERS))
> 
> I would not be surprised if nmake does not support this. Though maybe
> you were running cygwin?

> Some folks have done this on windows. Could someone say what perl
> executable (and package) they used, and whether they ran it under
> cygwin?

I don't think I ran "make" at all. I just checked out the source, and 
then pointed perl at the appropriate place.

That's just from memory though. If I had run make, it would have been 
cygwin.

Matthew

(Continue reading)

Leddy, Aine | 14 Feb 18:33
Picon
Favicon

RE: Problems making Rdf makefile when setting up the annotea server in windows.


Hi Eric

The line number was different in different versions, but it always
corresponded to that line of code.

Yes I was using nmake. I'll try and get cygwin and try it with that.

I'll let you know if I have anymore problems.

Thanks 

Aine

-----Original Message-----
From: Eric Prud'hommeaux [mailto:eric <at> w3.org] 
Sent: 14 February 2006 17:27
To: Leddy, Aine
Cc: www-annotation <at> w3.org; matthew <at> mjwilson.demon.co.uk
Subject: Re: Problems making Rdf makefile when setting up the annotea
server in windows.

On Tue, Feb 14, 2006 at 11:00:57AM -0000, Leddy, Aine wrote:
>  
> I am getting the following error when trying to make the makefile in 
> the RDF module.
> 
> makefile(953) : fatal error U1033: syntax error : '=' unexpected Stop.

What make program were you using?
(Continue reading)

Leddy, Aine | 15 Feb 13:15
Picon
Favicon

RE: Problems making Rdf makefile when setting up the annotea server in windows.


Ok I downloaded cywin with tools devel/make and devel/gcc-core

On trying to make the RDF file again I got the following error

Makefile:408: *** multiple target patterns.  Stop.

Which corresponds to the following line of code in the make file.

config :: $(FIRST_MAKEFILE) $(INST_LIBDIR)$(DIRFILESEP).exists
	$(NOECHO) $(NOOP)

Any idea what I should do next.

Thanks Aine.

-----Original Message-----
From: Matthew Wilson [mailto:matthew <at> mjwilson.demon.co.uk] 
Sent: 14 February 2006 18:10
To: Eric Prud'hommeaux
Cc: Leddy, Aine; www-annotation <at> w3.org
Subject: Re: Problems making Rdf makefile when setting up the annotea
server in windows.

Eric Prud'hommeaux wrote:
> On Tue, Feb 14, 2006 at 11:00:57AM -0000, Leddy, Aine wrote:
>>  
>> I am getting the following error when trying to make the makefile in 
>> the RDF module.
>>
(Continue reading)

Jim Ley | 3 Mar 17:12

Pointing to parts of HTML and other Content.


Hello Annotation People,

I'm writing on behalf of the WAI-ER Working Group ( 
http://www.w3.org/WAI/ER/ )  we are currently defining EARL (evaluation and 
report language) which has a requirement to point to content within 
document, this is a similar but much wider requirement that annotea fulfils 
with its context property.

We are currently working on defining a number of types - xpointer, xpath, 
snippet, line/char, byte offset and others, whilst keeping the scheme 
generic.

Do you annotea folks think we should do this within EARL, or should we have 
a seperate schema and namespace that the annotea folks could re-use?  and if 
so would you like to come and help us build it.

I will be posting the example schema here and  ask for review later too, but 
if you have any views on namespaces or re-use then please let us know.

Cheers,

Jim. 


Gmane