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

<http://data.bibliotheken.nl/id/thes/p09699021X> a schema1:Person ;
    rdfs:label "Roos, Anjo" ;
    schema1:familyName "Roos" ;
    schema1:givenName "Anjo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b09e1e562f929fc0de0179c3a0cc2d8f> ;
    schema1:name "Anjo Roos" ;
    schema1:sameAs <http://viaf.org/viaf/290636161>,
        <https://isni.org/isni/0000000395801355> .

