@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/awgcb> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/awgcb"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Smith"^^rdf:string ;
    foaf:givenName "Emma"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/be406f34-a656-4dc9-a003-145fd60993e6> ;
    foaf:name "Emma Jane Smith"^^rdf:string .