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

<http://data.bibliotheken.nl/id/thes/p06785589X> a schema1:Person ;
    rdfs:label "Kock, L." ;
    schema1:familyName "Kock" ;
    schema1:givenName "L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ad6876f1be6f77d51517bd4021a45e2f> ;
    schema1:name "L. Kock" ;
    schema1:sameAs <http://viaf.org/viaf/291717989>,
        <https://isni.org/isni/0000000396683709> .

