@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/p074626698> a schema1:Person ;
    rdfs:label "Price, John (1901-)" ;
    schema1:birthDate "1901" ;
    schema1:familyName "Price" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9140ffa92133977c6e085557b7682829> ;
    schema1:name "John Price" ;
    schema1:sameAs <http://viaf.org/viaf/79251489>,
        wd:Q110089663,
        <https://isni.org/isni/0000000121412088> .

