@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#> .

<https://osf.io/ue5qy> a ns1:Project ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/fgh32> ;
    dcterms:hasPart <https://osf.io/358pv>,
        <https://osf.io/kug94> ;
    dcterms:identifier "https://osf.io/ue5qy"^^rdf:string ;
    dcterms:modified "2022-06-23"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Deciding alone or with others: Anxiety and social distance predict intuition in career decision-making"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    prov:qualifiedAttribution [ dcat:hadRole ns1:admin-contributor ;
            prov:agent <https://osf.io/fgh32> ] ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/29d50b53-f66f-4628-aa01-e51578cfe780> ;
    ns1:hostingInstitution <https://cos.io/> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> .

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

<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/358pv> a ns1:ProjectComponent ;
    dcterms:created "2022-03-04"^^rdf:string ;
    dcterms:creator <https://osf.io/fgh32> ;
    dcterms:identifier "https://osf.io/358pv"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "study2"^^rdf:string .

<https://osf.io/kug94> a ns1:ProjectComponent ;
    dcterms:created "2022-03-04"^^rdf:string ;
    dcterms:creator <https://osf.io/fgh32> ;
    dcterms:identifier "https://osf.io/kug94"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "study1"^^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/fgh32> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/fgh32"^^rdf:string ;
    foaf:name "xiaolishu"^^rdf:string .