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

<http://data.bibliotheken.nl/id/thes/p075191784> a schema1:Person ;
    rdfs:label "Bondeli, Martin (1954-)" ;
    schema1:birthDate "1954" ;
    schema1:familyName "Bondeli" ;
    schema1:givenName "Martin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1f4f3ba446cdda0ef5450537e2d83bdd> ;
    schema1:name "Martin Bondeli" ;
    schema1:sameAs <http://viaf.org/viaf/27119923>,
        <https://isni.org/isni/0000000081056196> .

