@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/p072250941> a schema1:Person ;
    rdfs:label "Perrin, Charles-Edmond (1887-1974)" ;
    schema1:birthDate "1887" ;
    schema1:deathDate "1974" ;
    schema1:familyName "Perrin" ;
    schema1:givenName "Charles-Edmond" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/70c1e9650bc1933146489c66b8c42e1a> ;
    schema1:name "Charles-Edmond Perrin" ;
    schema1:sameAs <http://viaf.org/viaf/32007357>,
        wd:Q550169,
        <https://isni.org/isni/000000010884648X> .

