@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/dq9gw> a ns1:File ;
    dcterms:created "2019-11-22"^^rdf:string ;
    dcterms:identifier "https://osf.io/dq9gw"^^rdf:string ;
    dcterms:modified "2019-11-22"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/4e9e6c8f-40cd-487e-b61c-66ff2f2eefc5> ;
    ns1:fileName "Study2a_osf_deidentified.xlsx"^^rdf:string ;
    ns1:filePath "/Study2a_osf_deidentified.xlsx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/dq9gw?revision=1> ;
    ns1:isContainedBy <https://osf.io/qev7x> .

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

<https://osf.io/dq9gw?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-11-22"^^rdf:string ;
    dcterms:creator <https://osf.io/v659k> ;
    dcterms:extent "0.065 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-11-22"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::e56c6b4cd1e39729ac714b0a9072157df1c37aaecf55435682955189e308c3de> ;
    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 .