@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/6k4q3> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/richardschweitzer"^^rdf:string,
        "http://scholar.google.com/citations?user=YPMVJXwAAAAJ"^^rdf:string,
        "https://osf.io/6k4q3"^^rdf:string,
        "https://researchgate.net/profile/Richard_Schweitzer2"^^rdf:string,
        "https://richardschweitzer.github.io/"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Schweitzer"^^rdf:string ;
    foaf:givenName "Richard"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/36d25548-ea6b-409b-bc12-e0ef91cf2227> ;
    foaf:name "Richard Schweitzer"^^rdf:string .