@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/cdi38> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://briannosek.com/"^^rdf:string,
        "http://github.com/bnosek"^^rdf:string,
        "http://scholar.google.com/citations?user=ztt_j28AAAAJ"^^rdf:string,
        "https://impactstory.org/u/briannosek"^^rdf:string,
        "https://orcid.org/0000-0001-6797-5476"^^rdf:string,
        "https://osf.io/cdi38"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-6797-5476> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Nosek"^^rdf:string ;
    foaf:givenName "Brian"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/e6565b9f-5142-4447-b484-83ad3bcea2ee> ;
    foaf:name "Brian A. Nosek"^^rdf:string ;
    ns1:affiliation <https://ror.org/0153tk833>,
        <https://ror.org/05d5mza29> .

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

<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 .