@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/buhnd> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/CharlieHomewood"^^rdf:string,
        "https://osf.io/buhnd"^^rdf:string,
        "https://www.linkedin.com/in/charliehomewood/"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Homewood"^^rdf:string ;
    foaf:givenName "Charlie"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/5b86ac3b-24ea-44c4-aa39-be0e8f28ae08> ;
    foaf:name "Charlie Homewood"^^rdf:string .