@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/267968#me> a foaf:Person;
  foaf:title "Mr";
  foaf:name "Jens-Holger Streck";
  foaf:member <https://www.sussex.ac.uk/easy>;
  foaf:mbox <mailto:>;
  foaf:img <https://www.sussex.ac.uk/images/people/profile/267968.jpg>;
  foaf:homepage <http://sussex.jstreck.de>;
  foaf:isPrimaryTopicOf <https://www.sussex.ac.uk/profiles/267968>.

<https://www.sussex.ac.uk/easy#group> a foaf:Group;
  foaf:name "Evolutionary and Adaptive Systems Research Group".
