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

<http://data.bibliotheken.nl/id/thes/p070957711> a schema1:Person ;
    rdfs:label "Ooy, A. van (1948-)" ;
    schema1:alternateName "Ooij, André van" ;
    schema1:birthDate "1948" ;
    schema1:familyName "van Ooy" ;
    schema1:givenName "A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e4fe4b45b9a10a30887e9d809608664c> ;
    schema1:name "A. van Ooy" ;
    schema1:sameAs <http://viaf.org/viaf/288265868>,
        <https://isni.org/isni/0000000393862314> .

