Skip to content

Instantly share code, notes, and snippets.

@sterkenburgsara-zz
Created February 8, 2016 17:56
Show Gist options
  • Save sterkenburgsara-zz/9b34fdb499b0c76680b0 to your computer and use it in GitHub Desktop.
Save sterkenburgsara-zz/9b34fdb499b0c76680b0 to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <http://schema.org/Person> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
<---> a rdf:Person ;
foaf:name "Sara Sterkenburg" ;
#Educational Level
schema:alumniOf <https://www.umich.edu/> ;
dc:date "2006-2010" ;
schema:alumniOf <https://www.si.umich.edu/> ;
dc:date "2011-2012" ;
#Employment History
schema:employee <http://vanderbilt.edu/> ;
geo:location [ geo:lat 36.144724 ; geo:long -86.802715 ] ;
schema:jobTitle "Cataloging and Exhibition Services Librarian" ;
#Website and social media
foaf:account <https://www.linkedin.com/in/sarasterkenburg> ;
foaf:account <https://twitter.com/trisaratop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment