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

<http://data.bibliotheken.nl/id/thes/p182773604> a schema1:Person ;
    rdfs:label "Van Loeij-Crab, Germaine (1901-1984)" ;
    schema1:alternateName "Van Loey-Crab, Germaine" ;
    schema1:birthDate "1901" ;
    schema1:deathDate "1984" ;
    schema1:familyName "Van Loeij-Crab" ;
    schema1:givenName "Germaine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2f1e5299771785ddc6ec378fc1b5359a> ;
    schema1:name "Germaine Van Loeij-Crab" ;
    schema1:sameAs <http://viaf.org/viaf/281133347>,
        <https://isni.org/isni/0000000388054531> .

