@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/5phfu> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=https://scholar.google.ca/citations?user=suQIXssAAAAJ&amp;hl=en"^^rdf:string,
        "https://orcid.org/0000-0001-6497-4400"^^rdf:string,
        "https://osf.io/5phfu"^^rdf:string,
        "https://researchgate.net/profile/Megan_Kelly51"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-6497-4400> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Kelly"^^rdf:string ;
    foaf:givenName "Megan"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/05a16df6-ab09-46a0-b665-2bac4a544a9b> ;
    foaf:name "Megan Kelly"^^rdf:string ;
    ns1:affiliation <https://ror.org/00hx57361> .

<https://ror.org/00hx57361> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/00hx57361"^^rdf:string ;
    foaf:name "Princeton University"^^rdf:string .