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

<http://data.bibliotheken.nl/id/thes/p073735337> a schema1:Person ;
    rdfs:label "Noble, Mark I.M." ;
    schema1:familyName "Noble" ;
    schema1:givenName "Mark I.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d1ad798f9fb8957a511163be6376d048> ;
    schema1:name "Mark I.M. Noble" ;
    schema1:sameAs <http://viaf.org/viaf/94429750>,
        <https://isni.org/isni/0000000067282111> .

