<?xml version="1.0"?>

<rdf:RDF
  xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:xsd ="http://www.w3.org/2000/10/XMLSchema#"
  xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
  xmlns:per="http://www.cs.umd.edu/projects/plus/DAML/onts/personal1.0.daml#"
  xmlns:acad="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#"
  xml:base="http://www.cs.umd.edu/~sengcy/classes/828y/scy_acad-ont.daml"
  xmlns   ="http://www.cs.umd.edu/~sengcy/classes/828y/scy_acad-ont.daml#"
>

<daml:Ontology rdf:about="">
  <daml:versionInfo>$Id: scy_acad-ont.daml,v 0.1 2002/09/30 12:12:00  $</daml:versionInfo>
  <rdfs:comment>
    This ontology describes more properties about academic matters.
  </rdfs:comment>
  <daml:imports rdf:resource="http://www.daml.org/2001/03/daml+oil"/>
</daml:Ontology>

<daml:ObjectProperty rdf:ID="studentOf">
   <rdfs:domain rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#Student"/>
   <rdfs:range rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#University"/>
</daml:ObjectProperty>


<daml:ObjectProperty rdf:ID="RAOf">
   <rdfs:domain rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#PhDStudent"/>
   <rdfs:range rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#Professor"/>
</daml:ObjectProperty>

<daml:ObjectProperty rdf:ID="undergraduateDegreeFrom">
   <rdfs:domain rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#PhDStudent"/>
   <rdfs:range rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#University"/>
</daml:ObjectProperty>

<daml:ObjectProperty rdf:ID="mastersDegreeFrom">
   <rdfs:domain rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#PhDStudent"/>
   <rdfs:range rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#University"/>
</daml:ObjectProperty>

<daml:ObjectProperty rdf:ID="researchInterest">
   <rdfs:domain rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#PhDStudent"/>
   <rdfs:range rdf:resource="http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#ResearchTopic"/>
</daml:ObjectProperty>

<acad:ResearchTopic rdf:ID="Security">
   <daml:unionOf rdf:parseType="daml:collection">
      <Security rdf:ID="computer security"/>
      <Security rdf:ID="network security"/>
      <Security rdf:ID="protocol design and analysis"/>
   </daml:unionOf>
</acad:ResearchTopic>

</rdf:RDF>
