@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/76fa9> a ns1:File ;
    dcterms:created "2023-05-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/76fa9"^^rdf:string ;
    dcterms:modified "2023-05-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/3e2698ef-87c1-42cc-ad63-21bbb0a4a1b2> ;
    ns1:fileName "data details.pdf"^^rdf:string ;
    ns1:filePath "/data details.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/76fa9?revision=1> ;
    ns1:isContainedBy <https://osf.io/6dwe5> .

<https://api.osf.io/v2/regions/au-1/> skos:prefLabel "Australia - Sydney"@en .

<https://osf.io/6dwe5> a ns1:Project ;
    dcterms:created "2023-01-26"^^rdf:string ;
    dcterms:creator <https://osf.io/3yfzn> ;
    dcterms:identifier "https://osf.io/6dwe5"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "The Psychological Costs of Tax Compliance"^^rdf:string .

<https://osf.io/76fa9?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-05-27"^^rdf:string ;
    dcterms:creator <https://osf.io/3yfzn> ;
    dcterms:extent "0.079 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-05-27"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::647aa49a8bb57db1271d4f4b25f27be24201f2b80fe1da6380dac1e3483b3e48> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/au-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/3yfzn> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-5031-3799"^^rdf:string,
        "https://osf.io/3yfzn"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-5031-3799> ;
    foaf:name "Ferry"^^rdf:string .