@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/vaf5m> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=hrVMx0UAAAAJ&amp;hl=en&amp;authuser=1"^^rdf:string,
        "http://www.christopherjholden.com"^^rdf:string,
        "https://osf.io/vaf5m"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Holden"^^rdf:string ;
    foaf:givenName "Christopher"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/f4e8e022-ddfc-4ddf-8df1-4e86f216de59> ;
    foaf:name "Christopher J. Holden"^^rdf:string .