@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/cmesn> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/cmesn"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Nowak"^^rdf:string ;
    foaf:givenName "Alexander"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/edf98447-b49b-44d2-bfd0-6d9ccc8e3c7f> ;
    foaf:name "Alexander Nowak"^^rdf:string .