@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/cr8sx> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/cr8sx"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Quon"^^rdf:string ;
    foaf:givenName "Becca"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1b535c6f-9dbd-4154-8c9e-1b13d601aacd> ;
    foaf:name "Becca Quon"^^rdf:string .