Me


For 🧑🏻

For 🤖

@prefix ad: <http://apurv.com/>. 
@prefix foaf: <http://xmlns.com/foaf/0.1/>. 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. 

<ad:apurv> <http://schema.org/alumniOf> <ex:WUSTL> . 
<ex:WUSTL> foaf:name "Washington University in St. Louis"@english . 
<ad:apurv> a foaf:Person . 
<ad:apurv> <http://schema.org/birthPlace> <ad:birthplace> . 
<ad:birthplace> <http://example.org/city> "Benghazi"@english . 
<ad:birthplace> <http://example.org/country> "Libya"@english . 
<ad:apurv> foaf:knows <ad:apurv> . 
<ad:apurv> foaf:interest <ad:interests> . 
<ad:interests> <http://www.w3.org/2006/vcard/ns#hasMember> <ex:AI> . 
<ad:interests> <http://www.w3.org/2006/vcard/ns#hasMember> <ex:MachineLearning> . 
<ad:interests> <http://www.w3.org/2006/vcard/ns#hasMember> <ex:KnowledgeGraphs> . 
<ex:MastersProgram> <http://www.w3.org/2006/vcard/ns#hasMember> <ex:m1> . 
<ex:AI> rdfs:subClassOf <ex:ComputerScience> . 
<ex:MachineLearning> rdfs:subClassOf <ex:ComputerScience> . 
<ex:KnowledgeGraphs> rdfs:subClassOf <ex:ComputerScience> . 
<ex:WUSTL> <http://schema.org/address> "1 Brookings Drive, St. Louis, MO 63130, USA"^^<http://www.w3.org/2001/XMLSchema#string> . 
<ex:WUSTL> <http://schema.org/offers> <ex:MastersProgram> . 
<ad:apurv> <ad:completed> <ex:m1> . 
<ex:WUSTL> foaf:homepage "https://wustl.edu/"^^<http://www.w3.org/2001/XMLSchema#string> . 
<ad:apurv> foaf:homepage "https://apurv.com"^^<http://www.w3.org/2001/XMLSchema#string> . 
<ad:apurv> foaf:lastName "Dube"@english . 
<ad:apurv> foaf:lastName "Apurv"@english . 
<ex:m1> foaf:topic <ex:ComputerScience> .