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

<http://data.bibliotheken.nl/id/thes/p07073335X> a schema1:Person ;
    rdfs:label "Crom, J. Wim" ;
    schema1:alternateName "Crom, J.W.",
        "Crom, Wim" ;
    schema1:description "vert." ;
    schema1:familyName "Crom" ;
    schema1:givenName "J. Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/441074152a579269ef12898a79aa3377> ;
    schema1:name "J. Wim Crom" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/13359066>,
        <https://isni.org/isni/0000000014917400> .

