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

<http://data.bibliotheken.nl/id/thes/p109825063> a schema1:Person ;
    rdfs:label "Declercq, Johny Albert (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Declercq" ;
    schema1:givenName "Johny Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c145eaeb6e694e8634c930dcaf11b898> ;
    schema1:name "Johny Albert Declercq" ;
    schema1:sameAs <http://viaf.org/viaf/288996672> .

