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

<http://data.bibliotheken.nl/id/thes/p216584515> a schema1:Person ;
    rdfs:label "Vermeer, Simon" ;
    schema1:familyName "Vermeer" ;
    schema1:givenName "Simon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/379c498fb2888efd0e6892dcd237ae4a> ;
    schema1:name "Simon Vermeer" ;
    schema1:sameAs <http://viaf.org/viaf/288849195>,
        <https://isni.org/isni/0000000394347330> .

