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

<http://data.bibliotheken.nl/id/thes/p269607706> a schema1:Person ;
    rdfs:label "Strijker, Albertus (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:description "onderwijs" ;
    schema1:familyName "Strijker" ;
    schema1:givenName "Albertus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ec09b32b240207bc312fd68ecd72aaae> ;
    schema1:name "Albertus Strijker" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/284031766>,
        <https://isni.org/isni/0000000390419325> .

