@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://osf.io/vocab/2022/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/6ugd9> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/wkool"^^rdf:string,
        "http://scholar.google.com/citations?user=8TIMnwEAAAAJ"^^rdf:string,
        "https://cdmlab.wustl.edu"^^rdf:string,
        "https://osf.io/6ugd9"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Kool"^^rdf:string ;
    foaf:givenName "Wouter"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6c3db487-4caf-402f-a754-fe7f26273a2a> ;
    foaf:name "Wouter Kool"^^rdf:string ;
    ns1:affiliation <https://ror.org/01yc7t268> .

<https://ror.org/01yc7t268> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "http://wustl.edu/"^^rdf:string,
        "https://ror.org/01yc7t268"^^rdf:string ;
    foaf:name "Washington University in St. Louis"^^rdf:string .