@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/cs72b> a ns1:File ;
    dcterms:created "2021-08-10"^^rdf:string ;
    dcterms:identifier "https://osf.io/cs72b"^^rdf:string ;
    dcterms:modified "2021-08-10"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2e889616-a84d-4a6a-9945-148ff962d390> ;
    ns1:fileName "02_summary_statistics.R"^^rdf:string ;
    ns1:filePath "/R/02_summary_statistics.R"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/cs72b?revision=1> ;
    ns1:isContainedBy <https://osf.io/5dbgx> .

<https://api.osf.io/v2/regions/de-1/> skos:prefLabel "Germany - Frankfurt"@en .

<https://osf.io/5dbgx> a ns1:Project ;
    dcterms:created "2021-08-10"^^rdf:string ;
    dcterms:creator <https://osf.io/s4mb7> ;
    dcterms:identifier "https://osf.io/5dbgx"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Polarization and the effective number of parties"^^rdf:string .

<https://osf.io/cs72b?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-08-10"^^rdf:string ;
    dcterms:creator <https://osf.io/s4mb7> ;
    dcterms:extent "0.004 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-08-10"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::2e922abec04416746d1ad5ab2b8bb8edd2ab3895286930ef704b3c8586963070> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-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/s4mb7> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-8932-9405"^^rdf:string,
        "https://osf.io/s4mb7"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-8932-9405> ;
    foaf:name "Chris Hanretty"^^rdf:string .