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

<http://data.bibliotheken.nl/id/thes/p07354941X> a schema1:Person ;
    rdfs:label "Van Daele, Rik (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:description "DBNL: geboren: 1962 te Sint-Niklaas" ;
    schema1:familyName "Van Daele" ;
    schema1:givenName "Rik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b676bc1899fa08e78122dd95b948a036> ;
    schema1:name "Rik Van Daele" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/44446234>,
        <https://isni.org/isni/0000000110599668> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/dael009> .

