@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/zsc67> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://insphirelab.com/people/andrew-geers-ph-d/"^^rdf:string,
        "https://osf.io/zsc67"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Geers"^^rdf:string ;
    foaf:givenName "Andrew"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/187dee8f-14e0-42a6-9834-45cc4c01b1a5> ;
    foaf:name "Andrew Geers"^^rdf:string .