@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/c3fj9> a ns1:File ;
    dcterms:created "2019-12-02"^^rdf:string ;
    dcterms:identifier "https://osf.io/c3fj9"^^rdf:string ;
    dcterms:modified "2019-12-02"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/c5e6caeb-8283-45b8-8cd5-fe5cf04aedbb> ;
    ns1:fileName "Study3b_osf_deidentified.xlsx"^^rdf:string ;
    ns1:filePath "/Study3b_osf_deidentified.xlsx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/c3fj9?revision=1> ;
    ns1:isContainedBy <https://osf.io/qev7x> .

<https://api.osf.io/v2/regions/us/> skos:prefLabel "United States"@en .

<https://osf.io/c3fj9?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-12-02"^^rdf:string ;
    dcterms:creator <https://osf.io/v659k> ;
    dcterms:extent "0.085 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-12-02"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::d4f3f108ef74fb7d5c89b40ec71d7b2c2001a56644c23d750106b6a36fc411cc> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/qev7x> a ns1:Project ;
    dcterms:created "2019-10-14"^^rdf:string ;
    dcterms:creator <https://osf.io/v659k> ;
    dcterms:identifier "https://osf.io/qev7x"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Reasons and Derogation of Opponents"^^rdf:string .

<https://osf.io> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io"^^rdf:string ;
    foaf:name "OSF"^^rdf:string .

<https://osf.io/v659k> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-2551-576X"^^rdf:string,
        "https://osf.io/v659k"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-2551-576X> ;
    foaf:name "Matthew Stanley"^^rdf:string .