@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/gs9mg> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://rolfzwaan.blogspot.nl/2014"^^rdf:string,
        "http://scholar.google.com/citations?user=ICnWlukAAAAJ"^^rdf:string,
        "https://osf.io/gs9mg"^^rdf:string,
        "https://www.egsh.eur.nl/people/rolf-zwaan/"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/fbb1ec2e-9e48-45db-ab70-dc421c751f4f> ;
    foaf:name "Rolf Zwaan"^^rdf:string .