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

<https://osf.io/pab2t> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/mscsep"^^rdf:string,
        "http://scholar.google.com/citations?user=NpxN-YEAAAAJ"^^rdf:string,
        "https://osf.io/pab2t"^^rdf:string,
        "https://researchgate.net/profile/Milou_Sep"^^rdf:string,
        "https://www.linkedin.com/in/milousep"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Sep"^^rdf:string ;
    foaf:givenName "Milou"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/364ecb4c-8e5b-4480-b09d-1362f20be778> ;
    foaf:name "Milou S. C. Sep"^^rdf:string .