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

<http://data.bibliotheken.nl/id/thes/p146830008> a schema1:Person ;
    rdfs:label "Landveld, ... (fam.)" ;
    schema1:familyName "Landveld" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/92b473d6c85eb6fadfeba1728230c34a> ;
    schema1:name "... Landveld" ;
    schema1:sameAs <http://viaf.org/viaf/286941924> .

