@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 prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<https://osf.io/9kczv> a ns1:File ;
    dcterms:created "2020-09-29"^^rdf:string ;
    dcterms:identifier "https://osf.io/9kczv"^^rdf:string ;
    dcterms:modified "2020-09-29"^^rdf:string ;
    ns1:fileName "DB_wrr.dta"^^rdf:string ;
    ns1:filePath "/DB_wrr.dta"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/9kczv?revision=1> ;
    ns1:isContainedBy <https://osf.io/ytbrh> .

<https://osf.io/9kczv?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-09-29"^^rdf:string ;
    dcterms:creator <https://osf.io/wgh2s> ;
    dcterms:extent "0.334 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-09-29"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::cc6fbd2ab9d69ffd4132cb9836e83697e53cf6c4ed8d0016aeece9754af3a5d5> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/ca-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/wdkg7> a ns1:File ;
    dcterms:created "2020-09-29"^^rdf:string ;
    dcterms:identifier "https://osf.io/wdkg7"^^rdf:string ;
    dcterms:modified "2020-09-29"^^rdf:string ;
    ns1:fileName "Dofile_wrr.do"^^rdf:string ;
    ns1:filePath "/Dofile_wrr.do"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/wdkg7?revision=1> ;
    ns1:isContainedBy <https://osf.io/ytbrh> .

<https://osf.io/wdkg7?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-09-29"^^rdf:string ;
    dcterms:creator <https://osf.io/wgh2s> ;
    dcterms:extent "0.004 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-09-29"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::85d28394906eb0a977a1faea6f28585022939e3985b8b2028abc29960f37c6c0> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/ca-1/> ;
    ns1:versionNumber "1"^^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/ytbrh> a ns1:Project ;
    dcterms:created "2020-09-29"^^rdf:string ;
    dcterms:creator <https://osf.io/wgh2s> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/YTBRH"^^rdf:string,
        "https://osf.io/ytbrh"^^rdf:string ;
    dcterms:modified "2020-09-29"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Collective actions and leadership attributes"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/YTBRH> ;
    dcat:accessService <https://osf.io> ;
    prov:qualifiedAttribution [ dcat:hadRole ns1:admin-contributor ;
            prov:agent <https://osf.io/wgh2s> ;
            ns1:order 0 ] ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2faa5b39-0839-4bce-b122-b0388391c65f> ;
    ns1:contains <https://osf.io/9kczv>,
        <https://osf.io/wdkg7> ;
    ns1:hostingInstitution <https://cos.io/> ;
    ns1:storageByteCount 354303 ;
    ns1:storageRegion <https://api.osf.io/v2/regions/ca-1/> .

<https://api.osf.io/v2/regions/ca-1/> skos:prefLabel "Canada - Montréal"@en .

<https://osf.io/wgh2s> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/wgh2s"^^rdf:string ;
    foaf:familyName "Bopp"^^rdf:string ;
    foaf:givenName "Carlos"^^rdf:string ;
    foaf:name "Carlos Bopp"^^rdf:string .