@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/jkbz6> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/jkbz6"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Hagerty"^^rdf:string ;
    foaf:givenName "Serena"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0a9048f9-9eb7-4773-90a1-c81af91d265e> ;
    foaf:name "Serena Fleming Hagerty"^^rdf:string ;
    ns1:affiliation <https://ror.org/0153tk833> .

<https://ror.org/0153tk833> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/0153tk833"^^rdf:string ;
    foaf:name "University of Virginia"^^rdf:string .