<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xml:base="http://swat.cse.lehigh.edu/resources/onto/aigp.owl" xmlns:aigp="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:Ontology rdf:about="http://swat.cse.lehigh.edu/resources/onto/aigp.owl"/> <owl:Class rdf:about="#Researcher"/> <owl:Class rdf:about="#University"/> <owl:Class rdf:about="#DegreeInfo"/> <owl:DatatypeProperty rdf:about="#name"> <rdfs:domain> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <owl:Class rdf:about="#Researcher"/> <owl:Class rdf:about="#University"/> </owl:unionOf> </owl:Class> </rdfs:domain> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> </owl:DatatypeProperty> <owl:ObjectProperty rdf:about="#hasAdvisor"> <rdfs:domain rdf:resource="#Researcher"/> <rdfs:range rdf:resource="#Researcher"/> <rdfs:subPropertyOf rdf:resource="#influencedBy"/> </owl:ObjectProperty> <owl:TransitiveProperty rdf:about="#influencedBy"/> <owl:ObjectProperty rdf:about="#hasInfluenced"> <owl:inverseOf rdf:resource="#influencedBy"/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about="#hasDegreeInfo"> <rdfs:domain rdf:resource="#Researcher"/> <rdfs:range rdf:resource="#DegreeInfo"/> </owl:ObjectProperty> <owl:DatatypeProperty rdf:about="#hasDegree"> <rdfs:domain rdf:resource="#DegreeInfo"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> </owl:DatatypeProperty> <owl:ObjectProperty rdf:about="#inUniversity"> <rdfs:domain rdf:resource="#DegreeInfo"/> <rdfs:range rdf:resource="#University"/> </owl:ObjectProperty> <owl:DatatypeProperty rdf:about="#hasThesis"> <rdfs:domain rdf:resource="#DegreeInfo"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> </owl:DatatypeProperty> <owl:DatatypeProperty rdf:about="#hasGraduateYear"> <rdfs:domain rdf:resource="#DegreeInfo"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/> </owl:DatatypeProperty> <owl:DatatypeProperty rdf:about="#officialSite"> <rdfs:domain rdf:resource="#University"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> </owl:DatatypeProperty> <owl:DatatypeProperty rdf:about="#inCountry"> <rdfs:domain rdf:resource="#University"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> </owl:DatatypeProperty> </rdf:RDF>