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

<http://data.bibliotheken.nl/id/thes/p405462778> a schema1:Person ;
    rdfs:label "Montgomery, Ross" ;
    schema1:description "kinderboeken" ;
    schema1:familyName "Montgomery" ;
    schema1:givenName "Ross" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7675d54593947435651afd3c670d8822> ;
    schema1:name "Ross Montgomery" ;
    schema1:sameAs <http://viaf.org/viaf/29147602546757641938>,
        <https://isni.org/isni/0000000459731828> .

