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

<http://data.bibliotheken.nl/id/thes/p087699982> a schema1:Person ;
    rdfs:label "Kijlstra, Christine" ;
    schema1:description "Drs.",
        "se" ;
    schema1:familyName "Kijlstra" ;
    schema1:givenName "Christine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dcfc0e1a0006035391901f0135fe08f3> ;
    schema1:name "Christine Kijlstra" ;
    schema1:sameAs <http://viaf.org/viaf/290142951>,
        <https://isni.org/isni/0000000395473267> .

