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

<http://data.bibliotheken.nl/id/thes/p074729209> a schema1:Person ;
    rdfs:label "Zonnevylle, Michiel" ;
    schema1:description "Burgemeester van Ameland" ;
    schema1:familyName "Zonnevylle" ;
    schema1:givenName "Michiel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d58b5bc33cfbb566d3169ae1754d0b9> ;
    schema1:name "Michiel Zonnevylle" ;
    schema1:sameAs <http://viaf.org/viaf/282721142> .

