Introduction: Stefan Decker

Hi, everyone,

I am an working at Stanford University
in the DARPA DAML program on Semantic Web
and interoperation/mediation technology.
Previously I worked at the University of
Karlsruhe in the Ontobroker project, and
co-authored the first inference engine for RDF,
based on object-oriented deductive database
technology in 1998 (A successor is in preparation).
I contributed to OIL and DAML+OIL.
My interests include Knowlege Representation,
deductive databases, semi-structured data,
interoperation, workflow processes and
webservices, and the _pragmatics_ of the Semantic Web.
More details at: http://www-db.stanford.edu/~stefan

All the best,

	Stefan

--


If I understood Dan correctly, he wanted at least
some of the following triples.

<rdf:RDF xmlns="http://www.w3.org/2000/10/swap/pim/contact#"
	 xmlns:swrc="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#"
	 xmlns:org="http://www.w3.org/2001/04/roadmap/org#"
	 xmlns:apt="http://www.megginson.com/exp/ns/airports#"
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

   <swrc:person rdf:about="urn:stefan.decker.cx,2001:person">
      <familyName>Stefan</familyName>
      <givenName>Decker</givenName>
      <fullName>Stefan Decker</fullName>
      <mailbox rdf:resource="mailto:stefan@db.stanford.edu"/>
      <nearestAirport rdf:parseType="Resource">
         <apt:iata>SFO</apt:iata>
      </nearestAirport>
   </swrc:person>
</rdf:RDF>

Received on Saturday, 10 November 2001 04:19:24 UTC