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

<http://data.bibliotheken.nl/id/thes/p071507515> a schema1:Person ;
    rdfs:label "Fontijn, Marcel" ;
    schema1:familyName "Fontijn" ;
    schema1:givenName "Marcel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d21d66d120c8eb047207f2adde3edf93> ;
    schema1:name "Marcel Fontijn" ;
    schema1:sameAs <http://viaf.org/viaf/9002521>,
        <https://isni.org/isni/0000000032465217> .

