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

<http://data.bibliotheken.nl/id/thes/p189871369> a schema1:Person ;
    rdfs:label "Smit, Astrid" ;
    schema1:alternateName "Smit, A." ;
    schema1:description "ir." ;
    schema1:familyName "Smit" ;
    schema1:givenName "Astrid" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5cb138326d847995c67ca35cebcae9dc> ;
    schema1:name "Astrid Smit" ;
    schema1:sameAs <https://isni.org/isni/0000000387704635> .

