@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/128970#me> a foaf:Person;
  foaf:title "Dr";
  foaf:name "Hanne De Jaegher";
  foaf:member <https://www.sussex.ac.uk/ccnr>;
  foaf:mbox <mailto:hd292@sussex.ac.uk>;
  foaf:homepage <http://www.informatics.sussex.ac.uk/users/hdj20>;
  foaf:isPrimaryTopicOf <https://www.sussex.ac.uk/profiles/128970>.

<https://www.sussex.ac.uk/ccnr#group> a foaf:Group;
  foaf:name "Centre for Computational Neuroscience and Robotics".
