@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/u5vwe> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/u5vwe"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Cahill"^^rdf:string ;
    foaf:givenName "Karina"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/595ebba8-2bf8-48c1-becc-9561737d7995> ;
    foaf:name "Karina M. Cahill"^^rdf:string ;
    ns1:affiliation <https://ror.org/03efmqc40> .

<https://ror.org/03efmqc40> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "http://www.asu.edu/"^^rdf:string,
        "https://ror.org/03efmqc40"^^rdf:string ;
    foaf:name "Arizona State University"^^rdf:string .