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

<http://data.bibliotheken.nl/id/thes/p08174501X> a schema1:Person ;
    rdfs:label "Oomkes, Lex" ;
    schema1:familyName "Oomkes" ;
    schema1:givenName "Lex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/82b30082c3cfc1a550f46008182e115b> ;
    schema1:name "Lex Oomkes" ;
    schema1:sameAs <http://viaf.org/viaf/217749096>,
        <https://isni.org/isni/0000000395345804> .

