@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/215188#me> a foaf:Person;
  foaf:title "Dr";
  foaf:name "Michael Schmuker";
  foaf:member <https://www.sussex.ac.uk/informatics>;
  foaf:mbox <mailto:ms348@sussex.ac.uk>;
  foaf:img <https://www.sussex.ac.uk/images/people/profile/215188.jpg>;
  foaf:homepage <http://BioMachineLearning.net>;
  foaf:isPrimaryTopicOf <https://www.sussex.ac.uk/profiles/215188>.

<https://www.sussex.ac.uk/informatics#group> a foaf:Group;
  foaf:name "Informatics".
