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

<http://data.bibliotheken.nl/id/thes/p258106166> a schema1:Person ;
    rdfs:label "Northwood, Simon" ;
    schema1:familyName "Northwood" ;
    schema1:givenName "Simon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e5b171f9da266d2de4488365348cf944> ;
    schema1:name "Simon Northwood" ;
    schema1:sameAs <http://viaf.org/viaf/92568755>,
        <https://isni.org/isni/0000000117752100> .

