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

<http://data.bibliotheken.nl/id/thes/p10891500X> a schema1:Person ;
    rdfs:label "Cnock, Marcel de" ;
    schema1:familyName "de Cnock" ;
    schema1:givenName "Marcel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/48fd242469f2f23f7f6695530f001afb> ;
    schema1:name "Marcel de Cnock" ;
    schema1:sameAs <http://viaf.org/viaf/286420397>,
        <https://isni.org/isni/0000000392392146> .

