@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/662000#me> a foaf:Person;
  foaf:title "Mr";
  foaf:name "Finley Hickey";
  foaf:member <https://www.sussex.ac.uk/researchgovernance>;
  foaf:mbox <mailto:Finley.Hickey@sussex.ac.uk>;
  foaf:isPrimaryTopicOf <https://www.sussex.ac.uk/profiles/662000>.

<https://www.sussex.ac.uk/researchgovernance#group> a foaf:Group;
  foaf:name "Research Ethics Integrity and Governance".
