@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/m4kfe> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/giladfeldman/"^^rdf:string,
        "http://scholar.google.com/citations?user=mJQZpqUAAAAJ"^^rdf:string,
        "https://giladfeldman.org"^^rdf:string,
        "https://orcid.org/0000-0003-2812-6599"^^rdf:string,
        "https://osf.io/m4kfe"^^rdf:string,
        "https://researchgate.net/profile/Gilad_Feldman"^^rdf:string,
        "https://www.linkedin.com/in/giladfeldman/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-2812-6599> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Feldman"^^rdf:string ;
    foaf:givenName "Gilad"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/3b965178-b49f-449c-98b6-d4674c49f9e2> ;
    foaf:name "Gilad Feldman"^^rdf:string .