@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/fvy8p> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/fvy8p"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Irvan"^^rdf:string ;
    foaf:givenName "Kassidy"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0e562aac-46c2-43a3-b0f4-fe3298669690> ;
    foaf:name "Kassidy R. Irvan"^^rdf:string ;
    ns1:affiliation <https://ror.org/05g3dte14> .

<https://ror.org/05g3dte14> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/05g3dte14"^^rdf:string ;
    foaf:name "Florida State University"^^rdf:string .