@prefix daml: <http://www.daml.org/2001/03/daml+oil#> .
@prefix signupont: <http://www.daml.org/2001/07/signup/signup-ont#> .
@prefix signup: <http://www.daml.org/2001/07/signup/signup.daml#> .
@prefix researchers: <http://www.daml.org/researchers.daml#> . # content negotiation fails
@prefix wishlist: <http://www.daml.org/tools/wishlist.daml#> . # content negotiation fails
@prefix : <#> .

<> a :Foo; # hack until DAML XSLT supports /root/Resource/... for untyped subjects
  daml:versionInfo "$Id: teams.n3,v 1.14 2001/08/07 15:43:20 mdean Exp $".

researchers:bah 
  signupont:committedTo signup:xsd;
  signupont:committedTo "DAML XSLT filtering capabilities";
  signupont:committedTo wishlist:graphfilter.

researchers:bbn
  signupont:committedTo wishlist:emacs.

researchers:bowie
  signupont:committedTo "supporting Ralph Swick with Web Services industry participation".

researchers:cmu
  signupont:committedTo "initial tools for linking ontologies" .

researchers:cycorp
  signupont:committedTo signup:dc .

researchers:drc
  signupont:committedTo "new ontology:  glossary";
  signupont:committedTo "new ontology:  task list (UJTL, etc)";
  signupont:committedTo "new ontology:  mine clearing/explosive ordnance disposal (EOD)".

researchers:grci
  signupont:committedTo signup:performance;
  signupont:committedTo signup:damlapi;
  signupont:committedTo signup:uml.

researchers:isi
  signupont:committedTo "release WebScripter by Sept 15, including concise training materials".

researchers:lm
  signupont:committedTo signup:case . # design case study for an application using DAML-S

researchers:mit
  signupont:committedTo wishlist:diff .

researchers:sri
  signupont:committedTo "tie up core DAML-S";
  signupont:committedTo "publish initial ontologies of resources and execution processes by mid-Sep".

researchers:stanfordDB
  signupont:committedTo "DAML+OIL importable to XSB";
  signupont:committedTo "DAML+OIL interoperability with Topic Maps".

researchers:stanfordKSL
  signupont:committedTo "initial DAML+OIL query language document";
  signupont:committedTo "initial release of JTP reasoner";
  signupont:committedTo "tie-up DAML-S".
  # signupont:committedTo "initial release of DAML-S Editor";

researchers:teknowledgeLA
  signupont:committedTo "installation package for Briefing Associate with tutorial".

researchers:teknowledgePaloAlto
  signupont:committedTo "deployment of semantic search engine including support for DAML+OIL subclass/subproperty" .

researchers:umbc
  signupont:committedTo "publish ontology showing DAML as FIPA-compliant content language";
  signupont:committedTo signup:case; # "use cases for ittalks"
  signupont:committedTo "ontology for distributed trust with use cases for IT talks";
  signupont:committedTo "post strawman DAML-Rules";
  signupont:committedTo "HAIRCUT use of DAML Crawler content";
  signupont:committedTo "provide agent and human interfaces to query HAIRCUT".

researchers:uwf
  signupont:committedTo signup:mapping .

researchers:yale
  signupont:committedTo "PDDL to DAML translator, storing currently inexpressible items as reified statements.".
