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

<http://data.bibliotheken.nl/id/thes/p072859725> a schema1:Person ;
    rdfs:label "Ince, Martin (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:familyName "Ince" ;
    schema1:givenName "Martin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d9a0581e48b499be4a9c8498e92b325> ;
    schema1:name "Martin Ince" ;
    schema1:sameAs <http://viaf.org/viaf/65341844>,
        <https://isni.org/isni/0000000109099885> .

