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

<http://data.bibliotheken.nl/id/thes/p07432411X> a schema1:Person ;
    rdfs:label "Morris, Mark (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "Morris" ;
    schema1:givenName "Mark" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c58db31707dadfc0747761b1636ae707> ;
    schema1:name "Mark Morris" ;
    schema1:sameAs <http://viaf.org/viaf/108828023>,
        wd:Q59672659,
        <https://isni.org/isni/0000000109320826> .

