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

<http://data.bibliotheken.nl/id/thes/p24110971X> a schema1:Person ;
    rdfs:label "Debo, Kaat" ;
    schema1:familyName "Debo" ;
    schema1:givenName "Kaat" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6b101fb6bdec5bce80955a22d79cfe0> ;
    schema1:name "Kaat Debo" ;
    schema1:sameAs <http://viaf.org/viaf/39684833>,
        <https://isni.org/isni/0000000055239220> .

