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

<http://data.bibliotheken.nl/id/thes/p329577905> a schema1:Person ;
    rdfs:label "Vos, Kristel de" ;
    schema1:description "archeologe" ;
    schema1:familyName "de Vos" ;
    schema1:givenName "Kristel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e6f71234f32ddf056eced80cf06308ec> ;
    schema1:name "Kristel de Vos" ;
    schema1:sameAs <http://viaf.org/viaf/291987052>,
        <https://isni.org/isni/000000039693941X> .

