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

<http://data.bibliotheken.nl/id/thes/p102284237> a schema1:Person ;
    rdfs:label "Reculé, H.J." ;
    schema1:alternateName "Reculé, ..." ;
    schema1:familyName "Reculé" ;
    schema1:givenName "H.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c91a62e82990939b17dfb707561c7d87> ;
    schema1:name "H.J. Reculé" ;
    schema1:sameAs <http://viaf.org/viaf/14929823>,
        wd:Q16641603,
        <https://isni.org/isni/000000001811666X> .

