DAML Language and Applications

Mike Dean
Principal Investigator, DAML Integration and Transition
[email protected]

Semantic Web for the Military User
TIC
Arlington, VA
6 June 2001

http://www.daml.org/2001/06/swday-daml/Overview.html

$Id: all.htm,v 1.8 2001/06/06 12:28:45 mdean Exp $

Objectives

Approach

Efforts to Date

DAML Language

DAML Language: Content Example

<rdf:RDF xmlns:a="http://www.daml.org/2001/01/gedcom/gedcom#"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:daml="http://www.daml.org/2000/12/daml+oil#">
  <a:Individual rdf:ID="@I1@"
                a:givenName="Michael Anthony"
                a:surname="Dean"
                a:sex="M">
    <a:spouseIn rdf:resource="#@F1@"/>
    <a:childIn rdf:resource="#@F2@"/>
    <a:birth rdf:resource="#event1820"/>
    <daml:equivalentTo rdf:resource="mailto:[email protected]"/>
  </a:Individual>
  <a:Birth rdf:ID="event1820"
           a:date="7 Aug 1961"
           a:place="Wyandotte, Wayne Co., Michigan"/>
  ...
</rdf:RDF>

DAML Language: Graph

DAML Graph Model

produced using GraphViz

DAML Language: Ontology Example

DAML Language: Key Features

DAML Language: Future Work

DAML Program Research Areas

Closely Related Efforts

DAML Tools

DAML Applications

Summary