@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix bib:  <http://purl.org/ontology/bibo/>.

<https://www.sussex.ac.uk/profiles/532701#me> a foaf:Person;
  foaf:title "Miss";
  foaf:name "Megan Pretlove";
  foaf:member <https://www.sussex.ac.uk/bsmscentral>;
  foaf:mbox <mailto:M.Pretlove@sussex.ac.uk>;
  foaf:img <https://www.sussex.ac.uk/images/people/profile/532701.jpg>;
  foaf:isPrimaryTopicOf <https://www.sussex.ac.uk/profiles/532701>.

<https://www.sussex.ac.uk/bsmscentral#group> a foaf:Group;
  foaf:name "Brighton and Sussex Medical School (Support Services)".
