@base <http://www.cs.rpi.edu/~weavej3/foaf.rdf> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<>
    a foaf:PersonalProfileDocument ;
    rdfs:seeAlso <papers.rdf> ;
    foaf:primaryTopic <#me> .

<#me>
    a foaf:Person ;
    rdfs:seeAlso <http://semantictweet.com/jrweave>, <http://wineagent.tw.rpi.edu/tw.rpi.edu/instances/people/JesseWeaver.rdf> ;
    owl:sameAs <http://data.semanticweb.org/person/jesse-weaver>, <http://semantictweet.com/jrweave#me>, <http://twitter2foaf.appspot.com/id/jrweave> ;
    foaf:firstName "Jesse" ;
    foaf:gender "male" ;
    foaf:homepage <index.xhtml> ;
    foaf:img <Jesse.jpg> ;
    foaf:knows <http://data.semanticweb.org/person/alvaro-graves>, <http://data.semanticweb.org/person/deborah-mcguinness>, <http://data.semanticweb.org/person/dominic-difranzo>, <http://data.semanticweb.org/person/evan-patton>, <http://data.semanticweb.org/person/gregory-williams>, <http://data.semanticweb.org/person/jacopo-urbani>, <http://data.semanticweb.org/person/james-hendler>, <http://data.semanticweb.org/person/james-michaelis>, <http://data.semanticweb.org/person/jiao-tao>, <http://data.semanticweb.org/person/jie-bao>, <http://data.semanticweb.org/person/joshua-shinavier>, <http://data.semanticweb.org/person/li-ding>, <http://data.semanticweb.org/person/medha-atre>, <http://data.semanticweb.org/person/patrick-west>, <http://data.semanticweb.org/person/peter-fox>, <http://kasei.us/about/foaf.xrdf#greg>, <http://tw.rpi.edu/instances/EricRozell>, <../~ankesh/#me>, <../~dingl/#me>, <../~hendler/#jhendler>, <../~michaj6/#me>, <../~taoj2/sw/#me>, <r/Jim_McCusker>, <r/Tim_Lebo>, <r/Xian_Li>, <r/Zhenning_Shangguan>, <http://www.evanpatton.com/evan.rdf#me>, [
        a foaf:Person ;
        foaf:firstName "James" ;
        foaf:nick "Jim" ;
        foaf:surname "Miller"
    ], [
        a foaf:Person ;
        foaf:firstName "Xixi"@en ;
        foaf:surname "Luo"@en
    ] ;
    foaf:mbox_sha1sum "8720ef4e07d58eb4047cb117b5badbd7e3b45bb7" ;
    foaf:name "Jesse Weaver" ;
    foaf:nick "杰西"@zh ;
    foaf:page <http://tw.rpi.edu/wiki/Jesse_Weaver> ;
    foaf:schoolHomepage <http://www.harding.edu>, <http://www.rpi.edu>, <http://www.uark.edu> ;
    foaf:surname "Weaver" .

<http://data.semanticweb.org/person/jesse-weaver>
    a foaf:Person .

<../~hendler/#jhendler>
    a foaf:Person ;
    rdfs:seeAlso <../~hendler/> .

<../~dingl/#me>
    a foaf:Person ;
    rdfs:seeAlso <../~dingl/> .

<../~ankesh/#me>
    a foaf:Person ;
    rdfs:seeAlso <../~ankesh/> .

<../~michaj6/#me>
    a foaf:Person ;
    rdfs:seeAlso <../~michaj6/> .

<../~taoj2/sw/#me>
    a foaf:Person ;
    rdfs:seeAlso <../~taoj2/sw/> .

<r/Zhenning_Shangguan>
    a foaf:Person ;
    foaf:firstName "Zhenning"@en ;
    foaf:page <../~shangz/> ;
    foaf:surname "Shangguan"@en .

<http://kasei.us/about/foaf.xrdf#greg>
    a foaf:Person ;
    rdfs:seeAlso <http://kasei.us/about/foaf.xrdf> .

<r/Tim_Lebo>
    a foaf:Person ;
    foaf:firstName "Tim" ;
    foaf:page <http://tw.rpi.edu/web/person/TimLebo> ;
    foaf:surname "Lebo" .

<r/Xian_Li>
    a foaf:Person ;
    foaf:firstName "Xian"@en ;
    foaf:page <http://tw.rpi.edu/web/person/XianLi> ;
    foaf:surname "Li"@en .

<r/Jim_McCusker>
    a foaf:Person ;
    foaf:firstName "James" ;
    foaf:nick "Jim" ;
    foaf:page <http://tw.rpi.edu/web/person/JamesMcCusker> ;
    foaf:surname "McCusker" .

<http://www.evanpatton.com/evan.rdf#me>
    a foaf:Person ;
    rdfs:seeAlso <http://www.evanpatton.com/evan.rdf> .

<http://tw.rpi.edu/instances/EricRozell>
    a foaf:Person ;
    rdfs:seeAlso <http://wineagent.tw.rpi.edu/tw.rpi.edu/instances/people/EricRozell.rdf> ;
    foaf:firstName "Eric" ;
    foaf:page <http://tw.rpi.edu/web/person/EricRozell> ;
    foaf:surname "Rozell" .


