@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/nb9ad> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=tJlBhUMAAAAJ"^^rdf:string,
        "https://osf.io/nb9ad"^^rdf:string,
        "https://researchgate.net/profile/Jason-Prenoveau?ev=hdr_xprf"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Prenoveau"^^rdf:string ;
    foaf:givenName "Jason"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6e936b7c-5ac2-4f88-8a72-7db09c24f6b5> ;
    foaf:name "Jason M. Prenoveau"^^rdf:string .