@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/pct7w> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/Lakens"^^rdf:string,
        "http://scholar.google.com/citations?user=http://scholar.google.nl/citations?user=ZbqYyrsAAAAJ&amp;hl=nl"^^rdf:string,
        "https://orcid.org/0000-0002-0247-239X"^^rdf:string,
        "https://osf.io/pct7w"^^rdf:string,
        "https://sites.google.com/site/lakens2/"^^rdf:string,
        "https://www.linkedin.com/in/Lakens"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-0247-239X> ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/c49da66a-b26c-41b8-a7c9-7b2f7a2637a2> ;
    foaf:name "Daniel Lakens"^^rdf:string .