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

<http://data.bibliotheken.nl/id/thes/p07346788X> a schema1:Person ;
    rdfs:label "Woestijne, Willem van de (1940-)" ;
    schema1:birthDate "1940" ;
    schema1:description "NLMD/W 8077" ;
    schema1:familyName "van de Woestijne" ;
    schema1:givenName "Willem" ;
    schema1:hasOccupation "auteur" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba639aa3c939566fe6e1f63b2cc503ec> ;
    schema1:name "Willem van de Woestijne" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/4243776>,
        <https://isni.org/isni/0000000045180851> .

