<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY contact "http://ebiquity.umbc.edu/ontology/contact.owl#">
  <!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:person = "&person;"
  xmlns:project = "&project;"
  xmlns:pub = "&pub;"
  xmlns:contact = "&contact;"
  xmlns:assoc = "&assoc;"
  xmlns:assert = "&assert;">
  <person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Brian/Blake/">
  <rdfs:label><![CDATA[Brian  Blake]]></rdfs:label>
    <person:face><![CDATA[http://ebiquity.umbc.edu/faces/385.jpeg]]></person:face>
    <person:name><![CDATA[Brian  Blake]]></person:name>
    <person:firstName><![CDATA[Brian]]></person:firstName>
    <person:lastName><![CDATA[Blake]]></person:lastName>
    <person:biography><![CDATA[M. Brian Blake is an Associate Professor in Department of Computer Science at Georgetown University.  Dr. Blake conducts applied research in the development of automated approaches for the sharing of information and capabilities across organizational boundaries, sometimes referred to as enterprise integration. With respect to this area of interest, his investigations cover the spectrum of software engineering: design, specification, proof of correctness, implementation/experimentation, performance evaluation, and application. He has published over 80 journal articles and refereed conference papers in the areas of service-oriented computing, intelligent agents and workflow, enterprise systems integration, component-based software engineering, distributed data management, and software engineering education. His work has been funded by the National Science Foundation, DARPA, Federal Aviation Administration, the MITRE Corporation, Air Force Research Lab, SAIC, and the National Institute of Health.
<p>
Dr. Blake was the program chair for the 2006 IEEE International Conference on Services Computing (SCC 2006) and currently the 2007 IEEE International Conference on Enterprise Computing (EDOC2007). Dr. Blake founded the Web Services Challenge (http://ws-challenge.org), the first venue that looks to benchmark both research and industry applications for composing software services. Dr. Blake serves on the editorial board of the MultiAgent and Grid Systems Journal and the Journal of E-Business Research. He also serves on the National Science Foundations, CISE, Advisory Board.   In 2007, Dr. Blake was recognized as one of the 2007 Top 10 Emerging Scholars by Diverse: Issues and Higher Education magazine. Dr. Blake has over 12 years experience as a full-time software engineer and/or consultant for companies such as General Electric, Lockheed Martin, General Dynamics, and The MITRE Corporation. He received the Bachelor of Electrical Engineering from Georgia Institute of Technology and PhD in Information and Software Engineering from George Mason University. More information about Dr. Blake can be found at http://www.cs.georgetown.edu/~blakeb/
]]></person:biography>
    <person:workContact><contact:ContactInformation>
      <contact:company><![CDATA[Georgetown University]]></contact:company>
      <contact:department><![CDATA[Computer Science]]></contact:department>
      <contact:email><![CDATA[blakeb@georgetown.edu]]></contact:email>
      <contact:url><![CDATA[http://www.cs.georgetown.edu/~blakeb/]]></contact:url>
    </contact:ContactInformation></person:workContact>
  </person:Collaborator>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
