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

<http://data.bibliotheken.nl/id/thes/p18533475X> a schema1:Person ;
    rdfs:label "Hövell, ... van (fam.)" ;
    schema1:alternateName "Hoëvell, ... van (fam.)" ;
    schema1:familyName "van Hövell" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9db68599e841842d1056a1c2b6a5293d> ;
    schema1:name "... van Hövell" ;
    schema1:sameAs <http://viaf.org/viaf/280921210> .

