@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/127298#me> a foaf:Person;
  foaf:title "Dr";
  foaf:name "Chrisantha Fernando";
  foaf:member <https://www.sussex.ac.uk/ccnr>;
  foaf:mbox <mailto:>;
  foaf:img <https://www.sussex.ac.uk/images/people/idcard/127298.jpg>;
  foaf:homepage <http://www.cogs.susx.ac.uk/users/ctf20/dphil_2005/index.htm>;
  foaf:isPrimaryTopicOf <https://www.sussex.ac.uk/profiles/127298>.

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