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

<http://data.bibliotheken.nl/id/thes/p144990121> a schema1:Person ;
    rdfs:label "Vis, P.M. (IBN-DLO)" ;
    schema1:familyName "Vis" ;
    schema1:givenName "P.M." ;
    schema1:hasOccupation "IBN-DLO" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f481206c4d3887f5c85b4701dc55b4bd> ;
    schema1:name "P.M. Vis" ;
    schema1:sameAs <http://viaf.org/viaf/7900161211855840070005>,
        <https://isni.org/isni/0000000390876227> .

