@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/p069837031> a schema1:Person ;
    rdfs:label "Rock, Irvin (1922-1995)" ;
    schema1:birthDate "1922" ;
    schema1:deathDate "1995" ;
    schema1:familyName "Rock" ;
    schema1:givenName "Irvin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d1e00a5ebc811c2da2b8180642b6359e> ;
    schema1:name "Irvin Rock" ;
    schema1:sameAs <http://viaf.org/viaf/79105303>,
        wd:Q16875118,
        <https://isni.org/isni/0000000109189995> .

