@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p202012875> a schema1:Person ;
    rdfs:label "Loog, Marco (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:familyName "Loog" ;
    schema1:givenName "Marco" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d3534c1b723304edacf34af2a0c5279a> ;
    schema1:name "Marco Loog" ;
    schema1:sameAs <http://viaf.org/viaf/197761513>,
        <https://isni.org/isni/0000000137035838> .

