<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE rdf:RDF
[
<!ENTITY rdf  'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY xsd  'http://www.w3.org/2001/XMLSchema#'>
<!ENTITY dc   'http://purl.org/dc/elements/1.1/'>
<!ENTITY owl  'http://www.w3.org/2002/07/owl#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
]>

<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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="webode://droz.dia.fi.upm.es/Person+Ontology#" xmlns="webode://droz.dia.fi.upm.es/Person+Ontology#">
  <!--Ontology description-->
  <owl:Ontology rdf:about="" />
  <owl:Class rdf:ID="Academic_Staff">
    <rdfs:label>Academic Staff</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Person" />
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Title" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Title" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Administrative_Staff">
    <rdfs:label>Administrative Staff</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Company_Staff" />
  </owl:Class>
  <owl:Class rdf:ID="Company_Staff">
    <rdfs:label>Company Staff</rdfs:label>
    <rdfs:comment>Different kind of positions of people working in companies different of Universities</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Person" />
  </owl:Class>
  <owl:Class rdf:ID="Manager">
    <rdfs:subClassOf rdf:resource="#Company_Staff" />
  </owl:Class>
  <owl:Class rdf:ID="Master_Student">
    <rdfs:label>Master Student</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Student" />
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student" />
	<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Master</owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Person">
    <rdfs:comment>The city where the person lives</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Full_Name" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Full_Name" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Photo" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Photo" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Gender" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Gender" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Date_of_Birth" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Date_of_Birth" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#date" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Role" />
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Role" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Homepage" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Homepage" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#email" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Telephone" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Telephone" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Fax" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Fax" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Street_Address" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Street_Address" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Zip_code" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Zip_code" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#City" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#City" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Country" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Country" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Last_Name" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Last_Name" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#First_Name" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#First_Name" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Currently_Working" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Currently_Working" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#belongs_to" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#belongs_to" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Organization+Ontology#Organization" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#gives_course" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Course" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#gives_talk" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Talk" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#is_author_of" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Documentation+Ontology#Documentation" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#is_contact_person" />
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#is_contact_person" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Organization+Ontology#Organization" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#is_involved_in" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Workpackage" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#is_responsible_of" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Task" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#leads" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Workpackage" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#makes_demonstration" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Demonstration" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#makes_presentation" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Presentation" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#participates_in" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Event" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#works_in" />
	<owl:allValuesFrom rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Task" />
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PhD_Student">
    <rdfs:label>PhD Student</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Student" />
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student_2" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student_2" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student_2" />
	<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ph.D</owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Project_Officer">
    <rdfs:label>Project Officer</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Person" />
  </owl:Class>
  <owl:Class rdf:ID="Student">
    <rdfs:subClassOf rdf:resource="#Person" />
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type" />
	<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Student</owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Technical_Staff">
    <rdfs:label>Technical Staff</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Company_Staff" />
  </owl:Class>
  <owl:Class rdf:ID="Undergraduate">
    <rdfs:subClassOf rdf:resource="#Student" />
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student_1" />
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student_1" />
	<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
	<owl:onProperty rdf:resource="#Type_of_Student_1" />
	<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Undergraduate</owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:DatatypeProperty rdf:ID="Type">
    <rdfs:domain rdf:resource="#Student" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Homepage">
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Telephone">
    <rdfs:comment>Person's telephone</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Zip_code">
    <rdfs:label>Zip code</rdfs:label>
    <rdfs:comment>The zip code of the city</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="City">
    <rdfs:comment>The city where the person lives</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="is_author_of">
    <rdfs:label>is author of</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Documentation+Ontology#Documentation" />
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_responsible_of">
    <rdfs:label>is responsible of</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Task" />
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="gives_course">
    <rdfs:label>gives course</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Course" />
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="makes_demonstration">
    <rdfs:label>makes demonstration</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Demonstration" />
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="Fax">
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Type_of_Student_2">
    <rdfs:label>Type of Student</rdfs:label>
    <rdfs:domain rdf:resource="#PhD_Student" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="First_Name">
    <rdfs:label>First Name</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Gender">
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Currently_Working">
    <rdfs:label>Currently Working</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="belongs_to">
    <rdfs:label>belongs to</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Organization+Ontology#Organization" />
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="Full_Name">
    <rdfs:label>Full Name</rdfs:label>
    <rdfs:comment>Person's full name.</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Last_Name">
    <rdfs:label>Last Name</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="leads">
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Workpackage" />
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="Street_Address">
    <rdfs:label>Street Address</rdfs:label>
    <rdfs:comment>The street where the person lives</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="gives_talk">
    <rdfs:label>gives talk</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Talk" />
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="Type_of_Student_1">
    <rdfs:label>Type of Student</rdfs:label>
    <rdfs:domain rdf:resource="#Undergraduate" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="is_involved_in">
    <rdfs:label>is involved in</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Workpackage" />
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="Date_of_Birth">
    <rdfs:label>Date of Birth</rdfs:label>
    <rdfs:comment>Person's date of birth</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Country">
    <rdfs:comment>The country where the person lives</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="works_in">
    <rdfs:label>works in</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Project+Ontology#Task" />
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="makes_presentation">
    <rdfs:label>makes presentation</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Presentation" />
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_contact_person">
    <rdfs:label>is contact person</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Organization+Ontology#Organization" />
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="Type_of_Student">
    <rdfs:label>Type of Student</rdfs:label>
    <rdfs:domain rdf:resource="#Master_Student" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="email">
    <rdfs:comment>Person's e-mail</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Title">
    <rdfs:domain rdf:resource="#Academic_Staff" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="participates_in">
    <rdfs:label>participates in</rdfs:label>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="webode://droz.dia.fi.upm.es/Event+Ontology#Event" />
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="Role">
    <rdfs:comment>[Project Coordinator, Project Manager, Project Member, Technical Manager]</rdfs:comment>
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Photo">
    <rdfs:domain rdf:resource="#Person" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI" />
  </owl:DatatypeProperty>
</rdf:RDF>

