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

<http://data.bibliotheken.nl/id/thes/p342168258> a schema1:Person ;
    rdfs:label "Es, Eelco van (1979-)" ;
    schema1:birthDate "1979" ;
    schema1:familyName "van Es" ;
    schema1:givenName "Eelco" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ecddfc7f50b09573cac297c09b143181> ;
    schema1:name "Eelco van Es" ;
    schema1:sameAs <http://viaf.org/viaf/283669500>,
        <https://isni.org/isni/0000000390129811> .

