@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/gqmsh> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/lizredford"^^rdf:string,
        "http://lizredford.weebly.com"^^rdf:string,
        "http://scholar.google.com/citations?user==aFiFwPoAAAAJ&amp;hl=en"^^rdf:string,
        "https://osf.io/gqmsh"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Redford"^^rdf:string ;
    foaf:givenName "Liz"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/774cba6b-4d95-42f3-8588-cfd1d0ed1d0a> ;
    foaf:name "Liz Redford"^^rdf:string .