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

<http://data.bibliotheken.nl/id/thes/p067520367> a schema1:Person ;
    rdfs:label "Noort, Annie van" ;
    schema1:familyName "van Noort" ;
    schema1:givenName "Annie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e1e0b349b47f1aa3eef9d260d70aad0> ;
    schema1:name "Annie van Noort" ;
    schema1:sameAs <http://viaf.org/viaf/306340870>,
        <https://isni.org/isni/0000000397194042> .

