@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://osf.io/vocab/2022/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/wx3j8> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/wx3j8"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Shakeri"^^rdf:string ;
    foaf:givenName "Angela"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/3b028aa9-54bd-4155-b886-e060f1562a6f> ;
    foaf:name "Angela Shakeri"^^rdf:string ;
    ns1:affiliation <https://ror.org/0190ak572> .

<https://ror.org/0190ak572> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/0190ak572"^^rdf:string ;
    foaf:name "New York University"^^rdf:string .