@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/4v2pm> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/4v2pm"^^rdf:string,
        "https://www.linkedin.com/in/dan-roy-learns/"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Roy"^^rdf:string ;
    foaf:givenName "Dan"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/d1855916-9604-4c73-b188-d3696e3ebc7c> ;
    foaf:name "Dan Roy"^^rdf:string .