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

<http://data.bibliotheken.nl/id/thes/p163908583> a schema1:Person ;
    rdfs:label "Hope, Noël" ;
    schema1:description "Informatie BL",
        "pseud van: Sarah L.  Morewood" ;
    schema1:familyName "Hope" ;
    schema1:givenName "Noël" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/386f01c5e6a9ce8863563bd462036916> ;
    schema1:name "Noël Hope" ;
    schema1:sameAs <http://viaf.org/viaf/274871494> .

