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

<http://data.bibliotheken.nl/id/thes/p07049696X> a schema1:Person ;
    rdfs:label "Neefs, Hugo (1937-)" ;
    schema1:birthDate "1937" ;
    schema1:familyName "Neefs" ;
    schema1:givenName "Hugo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/76a437d44333519da850db85a5da529d> ;
    schema1:name "Hugo Neefs" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/287694879>,
        <https://isni.org/isni/0000000393425827> .

