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

<http://data.bibliotheken.nl/id/thes/p184872561> a schema1:Person ;
    rdfs:label "Szostak, Rick (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:description "LC: *b.1959*" ;
    schema1:familyName "Szostak" ;
    schema1:givenName "Rick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f36665a9ecac2a17b6d77a60536bc3e6> ;
    schema1:name "Rick Szostak" ;
    schema1:sameAs <http://viaf.org/viaf/34563516>,
        <https://isni.org/isni/0000000108867811> .

