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

<http://data.bibliotheken.nl/id/thes/p069663076> a schema1:Person ;
    rdfs:label "Rijswijk-Clerkx, Lily Eliza van (1930-)" ;
    schema1:alternateName "Clerkx, L.",
        "Clerkx, L.E.",
        "Clerkx, Lily E." ;
    schema1:birthDate "1930" ;
    schema1:familyName "van Rijswijk-Clerkx" ;
    schema1:givenName "Lily Eliza" ;
    schema1:hasOccupation "pedagoog",
        "socioloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fab129bea5a18ac1c0da3cbbed7f0a1c> ;
    schema1:name "Lily Eliza van Rijswijk-Clerkx" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/11173103>,
        <https://isni.org/isni/0000000120209045> .

