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

<http://data.bibliotheken.nl/id/thes/p069278822> a schema1:Person ;
    rdfs:label "Maas, Gerard (1913-1988)" ;
    schema1:birthDate "1913" ;
    schema1:deathDate "1988" ;
    schema1:description "Wikipedia: \"Gerard Maas (Zaandam, 1913-Amsterdam, 1988) was een Nederlands communist, verzetsstrijder en politicus ...\"",
        "o.a. over WO II en politiek" ;
    schema1:familyName "Maas" ;
    schema1:givenName "Gerard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0f586a024a5ccb9c34bd0addd6025e88> ;
    schema1:name "Gerard Maas" ;
    schema1:sameAs <http://viaf.org/viaf/219756652>,
        wd:Q4425299,
        <https://isni.org/isni/0000000028978781> .

