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

<http://data.bibliotheken.nl/id/thes/p149291434> a schema1:Person ;
    rdfs:label "Egmond, H.J. van (1965-)" ;
    schema1:alternateName "Egmond, Harry van" ;
    schema1:birthDate "1965" ;
    schema1:familyName "van Egmond" ;
    schema1:givenName "H.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e1cf4302426d918cac65d75bd687ead> ;
    schema1:name "H.J. van Egmond" ;
    schema1:sameAs <http://viaf.org/viaf/291502534>,
        <https://isni.org/isni/0000000396501944> .

