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

<http://data.bibliotheken.nl/id/thes/p074944312> a schema1:Person ;
    rdfs:label "Gent, W. van (stromingen)" ;
    schema1:description "ISNaS-projekt" ;
    schema1:familyName "van Gent" ;
    schema1:givenName "W." ;
    schema1:hasOccupation "stromingen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/95f48d45e0dfff1dad7442992b9d71ef> ;
    schema1:name "W. van Gent" ;
    schema1:sameAs <http://viaf.org/viaf/290898707>,
        <https://isni.org/isni/0000000396062574> .

