@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/gnzrm> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://macklab.utoronto.ca"^^rdf:string,
        "http://scholar.google.com/citations?user=9bZsr-gAAAAJ"^^rdf:string,
        "https://orcid.org/0000-0001-5155-7413"^^rdf:string,
        "https://osf.io/gnzrm"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-5155-7413> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Mack"^^rdf:string ;
    foaf:givenName "Michael"^^rdf:string ;
    foaf:name "Michael L. Mack"^^rdf:string .

<https://orcid.org/0000-0001-5155-7413> foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/61bfca1b-c45d-4b1d-af2c-f2a673cfaa31> .