@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/gmz6x> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/jvornhagen"^^rdf:string,
        "http://scholar.google.com/citations?user=zPGQ_SAAAAAJ&amp;hl"^^rdf:string,
        "http://writing-on-par.netlify.com"^^rdf:string,
        "https://osf.io/gmz6x"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Vornhagen"^^rdf:string ;
    foaf:givenName "Jan"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/292fdd6e-175e-4f8b-a2bd-c05b3e5aa742> ;
    foaf:name "Jan B. Vornhagen"^^rdf:string .