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

<http://data.bibliotheken.nl/id/thes/p06961508X> a schema1:Person ;
    rdfs:label "Leemans, Hector (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:description "Vlaamse striptekenaar en -auteur; 28 januari 1950 (Temse, België)",
        "bron: https://nl.wikipedia.org/wiki/Hec_Leemans" ;
    schema1:familyName "Leemans" ;
    schema1:givenName "Hector" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b340f39387058b89ab2d74d879e64f73> ;
    schema1:name "Hector Leemans" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/98569259>,
        wd:Q2132142,
        <https://isni.org/isni/0000000068376590> .

