@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/ectn7> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=joBZqN8AAAAJ&amp;hl"^^rdf:string,
        "https://osf.io/ectn7"^^rdf:string,
        "https://researchgate.net/profile/Kara-Hannah"^^rdf:string,
        "https://www.linkedin.com/in/karaehannah/"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Hannah"^^rdf:string ;
    foaf:givenName "Kara"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/cc6c840e-0a84-42f0-b08e-39cbbffec9a3> ;
    foaf:name "Kara E. Hannah"^^rdf:string .