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

<http://data.bibliotheken.nl/id/thes/p220335907> a schema1:Person ;
    rdfs:label "Caise, Albert (1840-)" ;
    schema1:birthDate "1840" ;
    schema1:familyName "Caise" ;
    schema1:givenName "Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7427c1e56973b96c8fcc5c4356ab3172> ;
    schema1:name "Albert Caise" ;
    schema1:sameAs <http://viaf.org/viaf/69061747>,
        <https://isni.org/isni/0000000061257003> .

