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

<http://data.bibliotheken.nl/id/thes/p142080438> a schema1:Person ;
    rdfs:label "Visser-Drost, I." ;
    schema1:description "mr.",
        "niet gelijk aan 073 930 989" ;
    schema1:familyName "Visser-Drost" ;
    schema1:givenName "I." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b1061330224011412db1ba554438602c> ;
    schema1:name "I. Visser-Drost" ;
    schema1:sameAs <http://viaf.org/viaf/36178952> .

