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

<http://data.bibliotheken.nl/id/thes/p071619461> a schema1:Person ;
    rdfs:label "Moll, J.R." ;
    schema1:familyName "Moll" ;
    schema1:givenName "J.R." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4dd724b3d6cf53b66f8757ef38c28d38> ;
    schema1:name "J.R. Moll" ;
    schema1:sameAs <http://viaf.org/viaf/53131661>,
        <https://isni.org/isni/000000037386753X> .

