<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://swat.cse.lehigh.edu/resources/onto/nsfaward.owl#"
	xml:base="http://swat.cse.lehigh.edu/resources/onto/nsfaward.owl"	>
	
  <owl:Ontology rdf:about="" />
  
  <owl:Class rdf:about="#Organization" />
  <owl:Class rdf:about="#Person" />
  <owl:Class rdf:about="#NSFAward" />
  <owl:Class rdf:about="#State"/>
  <owl:ObjectProperty rdf:about="#piOrg">
    <rdfs:domain rdf:resource="#NSFAward"/>
    <rdfs:range rdf:resource="#Organization"/>
  </owl:ObjectProperty>

  <owl:ObjectProperty rdf:about="#state">
    <rdfs:domain rdf:resource="#NSFAward"/>
	<rdfs:range rdf:resource="State"/>
  </owl:ObjectProperty>
  
  <owl:ObjectProperty rdf:about="#principleInvestigator">
    <rdfs:domain rdf:resource="#NSFAward"/>
    <rdfs:range rdf:resource="#Person"/>
  </owl:ObjectProperty>
  
  <owl:DatatypeProperty rdf:about="#nsfOrgName">
    <rdfs:domain rdf:resource="#NSFAward"/>
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:about="#piOrgName">
    <rdfs:domain rdf:resource="#NSFAward"/>
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:about="#startDate">
    <rdfs:domain rdf:resource="#NSFAward"/>
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:about="#awardNumber">
    <rdfs:domain rdf:resource="#NSFAward"/>
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:about="#piEmail">
    <rdfs:domain rdf:resource="#NSFAward"/>
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:about="#title">
    <rdfs:domain rdf:resource="#NSFAward"/>
  </owl:DatatypeProperty>
  
  <owl:DatatypeProperty rdf:about="#piName">
    <rdfs:domain rdf:resource="#NSFAward"/>
  </owl:DatatypeProperty>

</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365)  http://protege.stanford.edu -->
