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

<http://data.bibliotheken.nl/id/thes/p146134656> a schema1:Person ;
    rdfs:label "Melis, Wim (1964-)" ;
    schema1:birthDate "1964" ;
    schema1:description "fotokunst" ;
    schema1:familyName "Melis" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/91e1c54a60065944e8ac539d569f960e> ;
    schema1:name "Wim Melis" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/27317856>,
        <https://isni.org/isni/0000000054632653> .

