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

<https://osf.io/4ivpc> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://aggieerin.com"^^rdf:string,
        "http://github.com/doomlab"^^rdf:string,
        "http://researcherid.com/rid/D-1315-2014"^^rdf:string,
        "http://scholar.google.com/citations?user=aggieerin"^^rdf:string,
        "https://orcid.org/0000-0002-9689-4189"^^rdf:string,
        "https://osf.io/4ivpc"^^rdf:string,
        "https://researchgate.net/profile/Erin_Buchanan7"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-9689-4189> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Buchanan"^^rdf:string ;
    foaf:givenName "Erin"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/4f0c8e47-c2a6-4368-a1ae-11dcb2e3d9e0> ;
    foaf:name "Erin Michelle Buchanan"^^rdf:string .