@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/5pyzw> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/5pyzw"^^rdf:string,
        "https://www.linkedin.com/in/thea-zalabak"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Zalabak"^^rdf:string ;
    foaf:givenName "Thea"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/d8b70132-2c35-4f5b-8dc2-cf619989faa3> ;
    foaf:name "Thea R. Zalabak"^^rdf:string ;
    ns1:affiliation <https://ror.org/01yc7t268> .

<https://ror.org/01yc7t268> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "http://wustl.edu/"^^rdf:string,
        "https://ror.org/01yc7t268"^^rdf:string ;
    foaf:name "Washington University in St. Louis"^^rdf:string .