@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/49tga> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/bgcarlisle"^^rdf:string,
        "http://scholar.google.com/citations?user=tnvb-5AAAAAJ&amp;hl=en"^^rdf:string,
        "https://blog.bgcarlisle.com"^^rdf:string,
        "https://orcid.org/0000-0001-8975-0649"^^rdf:string,
        "https://osf.io/49tga"^^rdf:string,
        "https://scholar.social/@bgcarlisle"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-8975-0649> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Carlisle"^^rdf:string ;
    foaf:givenName "Benjamin"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/64850432-5ba5-4e26-9a1f-1ff57d6841d3> ;
    foaf:name "Benjamin Gregory Carlisle"^^rdf:string .