@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/dq6cb> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/dq6cb"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Warrington"^^rdf:string ;
    foaf:givenName "Lorenzo"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/b46e3ae1-465d-492a-a02b-71aeb6818a15> ;
    foaf:name "Lorenzo Warrington"^^rdf:string .