@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/112732#me> a foaf:Person;
  foaf:title "Miss";
  foaf:name "Flo Harman";
  foaf:member <https://www.sussex.ac.uk/academicquality&partnership>;
  foaf:mbox <mailto:F.E.Harman@sussex.ac.uk>;
  foaf:isPrimaryTopicOf <https://www.sussex.ac.uk/profiles/112732>.

<https://www.sussex.ac.uk/academicquality&partnership#group> a foaf:Group;
  foaf:name "Academic Quality and Partnerships".
