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

<http://data.bibliotheken.nl/id/thes/p07054753X> a schema1:Person ;
    rdfs:label "Suermondt, Barthold" ;
    schema1:description "vert." ;
    schema1:familyName "Suermondt" ;
    schema1:givenName "Barthold" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c13e70f5f83f8d3e754b9dfbc74a9cdd> ;
    schema1:name "Barthold Suermondt" ;
    schema1:sameAs <https://isni.org/isni/0000000392895843> .

