@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/pa4k9> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=p_3rN0wAAAAJ&amp;hl=en"^^rdf:string,
        "https://chasteen.psych.utoronto.ca/"^^rdf:string,
        "https://osf.io/pa4k9"^^rdf:string,
        "https://researchgate.net/profile/Alison_Chasteen"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Chasteen"^^rdf:string ;
    foaf:givenName "Alison"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/f16270c8-c9e9-4e7b-bba0-72ff87955200> ;
    foaf:name "Alison L. Chasteen"^^rdf:string .