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

<http://data.bibliotheken.nl/id/thes/p320319946> a schema1:Person ;
    rdfs:label "Bouman, Marco" ;
    schema1:familyName "Bouman" ;
    schema1:givenName "Marco" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d5587beda42e05793d665d62c098ef2e> ;
    schema1:name "Marco Bouman" ;
    schema1:sameAs <http://viaf.org/viaf/288392335>,
        <https://isni.org/isni/0000000393970446> .

