@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/sy6ch> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/sy6ch"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Tyner"^^rdf:string ;
    foaf:givenName "Andrew"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/cec889f1-059e-4a97-8da4-462c454dff1a> ;
    foaf:name "Andrew H. Tyner"^^rdf:string ;
    ns1:affiliation <https://ror.org/05d5mza29> .

<https://ror.org/05d5mza29> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/05d5mza29"^^rdf:string ;
    foaf:name "Center For Open Science"^^rdf:string .