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

<http://data.bibliotheken.nl/id/thes/p322162491> a schema1:Person ;
    rdfs:label "Opstall, Scato van (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:familyName "van Opstall" ;
    schema1:givenName "Scato" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/125c2a29a637bcfeffc0517aea45ccc0> ;
    schema1:name "Scato van Opstall" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/282813028>,
        <https://isni.org/isni/0000000389394554> .

