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

<http://data.bibliotheken.nl/id/thes/p067496784> a schema1:Person ;
    rdfs:label "Van Dyck, Albert (1902-1951)" ;
    schema1:alternateName "Dyck, Albert van" ;
    schema1:birthDate "1902" ;
    schema1:deathDate "1951" ;
    schema1:description "is: Bernardus Van Dyck" ;
    schema1:familyName "Van Dyck" ;
    schema1:givenName "Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6ed81e75fbbf8910ef269e524950b6b8> ;
    schema1:name "Albert Van Dyck" ;
    schema1:sameAs <http://viaf.org/viaf/5711161211850640070008>,
        <https://isni.org/isni/0000000073289651> .

