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

<http://data.bibliotheken.nl/id/thes/p067537979> a schema1:Person ;
    rdfs:label "Frenkel, B.S. (-1994)" ;
    schema1:deathDate "1994" ;
    schema1:description "Bob" ;
    schema1:familyName "Frenkel" ;
    schema1:givenName "B.S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/af726d88ac3697eb1256911e04f5385a> ;
    schema1:name "B.S. Frenkel" ;
    schema1:sameAs <http://viaf.org/viaf/8638478>,
        <https://isni.org/isni/0000000022256972> .

