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

<http://data.bibliotheken.nl/id/thes/p075000539> a schema1:Person ;
    rdfs:label "Crickx, Christian" ;
    schema1:familyName "Crickx" ;
    schema1:givenName "Christian" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5b4207399ac74de600044c5ddd7a0eaa> ;
    schema1:name "Christian Crickx" ;
    schema1:sameAs <http://viaf.org/viaf/283067799>,
        <https://isni.org/isni/0000000389637253> .

