@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/ya9rm> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=ftAHCaUAAAAJ"^^rdf:string,
        "https://faculty.wcas.northwestern.edu/matt-goldrick/#!/"^^rdf:string,
        "https://osf.io/ya9rm"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Goldrick"^^rdf:string ;
    foaf:givenName "Matthew"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/86eb636e-bfb6-457c-8112-8bf57ac90ee7> ;
    foaf:name "Matthew Goldrick"^^rdf:string .