@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/xhkbz> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=aOTAsVMAAAAJ"^^rdf:string,
        "https://orcid.org/0000-0001-8095-6093"^^rdf:string,
        "https://osf.io/xhkbz"^^rdf:string,
        "https://researchgate.net/profile/Matthew_Hammond3"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-8095-6093> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Hammond"^^rdf:string ;
    foaf:givenName "Matthew"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/25cb2ea5-f0ec-49ec-acdc-09aa5357a659> ;
    foaf:name "Matthew Hammond"^^rdf:string .