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

<http://data.bibliotheken.nl/id/thes/p26179762X> a schema1:Person ;
    rdfs:label "Tinnemans, Marc" ;
    schema1:familyName "Tinnemans" ;
    schema1:givenName "Marc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/37c8640a6b457442cbff8eec05a6d994> ;
    schema1:name "Marc Tinnemans" ;
    schema1:sameAs <http://viaf.org/viaf/283079074>,
        <https://isni.org/isni/0000000389617543> .

