@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <https://schema.org/> .
@prefix solid: <http://www.w3.org/ns/solid/terms#> .
@prefix pim: <http://www.w3.org/ns/pim/space#> .

<#me>
    a foaf:Person, schema:Person ;
    foaf:name "Maarten Vandenbrande" ;
    schema:name "Maarten Vandenbrande" ;

    foaf:mbox <mailto:maarten.vandenbrande@ugent.be> ;
    foaf:homepage </> ;

    schema:jobTitle "PhD Student" ;
    schema:affiliation [
        a schema:Organization ;
        schema:name "Ghent University – imec"
    ] ;

    schema:identifier "0009-0003-6470-9123" ;
    schema:sameAs
        <https://www.linkedin.com/in/maarten-vandenbrande-878755219/>,
        <https://github.com/maartyman>,
        <https://scholar.google.be/citations?user=qA4zCbgAAAAJ&hl=en&oi=ao>,
        <https://orcid.org/0009-0003-6470-9123> ;

    foaf:account
        <https://www.linkedin.com/in/maarten-vandenbrande-878755219/>,
        <https://github.com/maartyman>,
        <https://scholar.google.be/citations?user=qA4zCbgAAAAJ&hl=en&oi=ao>,
        <https://orcid.org/0009-0003-6470-9123> .