@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/tdfme> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/ErlendNilsen"^^rdf:string,
        "http://researcherid.com/rid/G-3134-2017"^^rdf:string,
        "http://scholar.google.com/citations?user=XSJg2XoAAAAJ&amp;hl=no"^^rdf:string,
        "https://goo.gl/QFBmfW"^^rdf:string,
        "https://orcid.org/0000-0002-5119-8331"^^rdf:string,
        "https://osf.io/tdfme"^^rdf:string,
        "https://researchgate.net/profile/Erlend_Nilsen2"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-5119-8331> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Nilsen"^^rdf:string ;
    foaf:givenName "Erlend"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/abbc1190-0ed5-45a1-b018-8dabc012e3ff> ;
    foaf:name "Erlend B. Nilsen"^^rdf:string .