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

<http://data.bibliotheken.nl/id/thes/p275173267> a schema1:Person ;
    rdfs:label "Bettmann, ..." ;
    schema1:description "foto's Corbis" ;
    schema1:familyName "Bettmann" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e7315fda41d771d42322c279311729a8> ;
    schema1:name "... Bettmann" ;
    schema1:sameAs <http://viaf.org/viaf/2890161212084440070007>,
        <https://isni.org/isni/0000000395290575> .

