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

<http://data.bibliotheken.nl/id/thes/p304805637> a schema1:Person ;
    rdfs:label "Bisschops, Ad (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:familyName "Bisschops" ;
    schema1:givenName "Ad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8cc9161156e9240127da5a2f50c3f0ab> ;
    schema1:name "Ad Bisschops" ;
    schema1:sameAs <http://viaf.org/viaf/55346440>,
        <https://isni.org/isni/0000000078806080> .

