@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/r4jma> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://dragice.fr"^^rdf:string,
        "http://scholar.google.com/citations?user=hqyns68AAAAJ"^^rdf:string,
        "https://orcid.org/0000-0002-1854-5899"^^rdf:string,
        "https://osf.io/r4jma"^^rdf:string,
        "https://researchgate.net/profile/Pierre_Dragicevic"^^rdf:string,
        "https://www.linkedin.com/in/dragice"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-1854-5899> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Dragicevic"^^rdf:string ;
    foaf:givenName "Pierre"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1c83d9c4-4f03-4087-a7f0-8b6979d99e5a> ;
    foaf:name "Pierre Dragicevic"^^rdf:string .