@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/by5tq> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-7970-3707"^^rdf:string,
        "https://osf.io/by5tq"^^rdf:string,
        "https://researchgate.net/profile/Luca_Moretti8"^^rdf:string,
        "https://www.psych.rwth-aachen.de/cms/PSY/Das-Institut/Kognitions-und-Experimentalpsychologie/Team/~caeyi/Luca-Moretti/?lidx=1"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-7970-3707> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Moretti"^^rdf:string ;
    foaf:givenName "Luca"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/a990e748-8c26-4ed3-86e4-46d94ce9a194> ;
    foaf:name "Luca Moretti"^^rdf:string .