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

<http://data.bibliotheken.nl/id/thes/p069612307> a schema1:Person ;
    rdfs:label "Doctorow, Osher" ;
    schema1:familyName "Doctorow" ;
    schema1:givenName "Osher" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/641f9c0faf8cecadf9bf1247610df432> ;
    schema1:name "Osher Doctorow" ;
    schema1:sameAs <http://viaf.org/viaf/63162527>,
        <https://isni.org/isni/0000000082497065> .

