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

<http://data.bibliotheken.nl/id/thes/p069089396> a schema1:Person ;
    rdfs:label "De Haes, Leo (1949-)" ;
    schema1:alternateName "Haes, Leo De" ;
    schema1:birthDate "1949" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Leo_De_Haes",
        "mb" ;
    schema1:familyName "De Haes" ;
    schema1:givenName "Leo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c9be76432fb12615aca5cf7282307be> ;
    schema1:name "Leo De Haes" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/207017759>,
        <https://isni.org/isni/0000000021628228> .

