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

<http://data.bibliotheken.nl/id/thes/p06977742X> a schema1:Person ;
    rdfs:label "Coops, Hugo (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Coops" ;
    schema1:givenName "Hugo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a78a5aef37c25f521ba9ef7ee5aff401> ;
    schema1:name "Hugo Coops" ;
    schema1:sameAs <http://viaf.org/viaf/38689036>,
        <https://isni.org/isni/000000003826159X> .

