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

<http://data.bibliotheken.nl/id/thes/p115663851> a schema1:Person ;
    rdfs:label "Bolsius, Marc (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:description "fotograaf, geboren in Schijndel" ;
    schema1:familyName "Bolsius" ;
    schema1:givenName "Marc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f218c162a3f5055b9e28d850e4d2f28c> ;
    schema1:name "Marc Bolsius" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/102753511>,
        <https://isni.org/isni/0000000078887706> .

